|
LLVM 22.0.0git
|
#include "llvm/Support/VersionTuple.h"#include "llvm/ADT/StringRef.h"#include "llvm/Support/raw_ostream.h"#include <cassert>Go to the source code of this file.
Functions | |
| static bool | parseInt (StringRef &input, unsigned &value) |
Definition at line 41 of file VersionTuple.cpp.
References assert(), llvm::StringRef::empty(), and llvm::StringRef::substr().
Referenced by llvm::VersionTuple::tryParse().