Searched defs:consumeInteger (Results 1 – 2 of 2) sorted by relevance
/llvm-project/llvm/include/llvm/ADT/ | ||
H A D | StringRef.h | 492 template <typename T> bool consumeInteger(unsigned Radix, T &Result) { consumeInteger() function |
/llvm-project/llvm/lib/Support/ | ||
H A D | StringRef.cpp | 506 bool StringRef::consumeInteger(unsigned Radix, APInt &Result) { consumeInteger() function in StringRef |