Home
last modified time | relevance | path

Searched defs:consumeInteger (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DStringRef.h495 template <typename T> bool consumeInteger(unsigned Radix, T &Result) { in consumeInteger() function
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DStringRef.cpp506 bool StringRef::consumeInteger(unsigned Radix, APInt &Result) { in consumeInteger() function in StringRef