Home
last modified time | relevance | path

Searched defs:getAsInteger (Results 1 – 4 of 4) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/include/llvm/ADT/
H A DStringRef.h344 getAsInteger(unsigned Radix, T &Result) const { in getAsInteger() function
355 getAsInteger(unsigned Radix, T &Result) const { in getAsInteger() function
/minix3/external/bsd/llvm/dist/llvm/lib/Support/
H A DStringRef.cpp406 bool StringRef::getAsInteger(unsigned Radix, APInt &Result) const { in getAsInteger() function in StringRef
/minix3/external/bsd/llvm/dist/llvm/unittests/ADT/
H A DStringRefTest.cpp413 TEST(StringRefTest, getAsInteger) { in TEST() argument
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/
H A DCompilerInvocation.cpp1932 llvm::APInt ModuleSignature::getAsInteger() const { in getAsInteger() function in ModuleSignature