Searched refs:getAsSignedInteger (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Support/ |
| H A D | YAMLTraits.cpp | 945 if (getAsSignedInteger(Scalar, 0, N)) in input() 960 if (getAsSignedInteger(Scalar, 0, N)) in input() 975 if (getAsSignedInteger(Scalar, 0, N)) in input() 990 if (getAsSignedInteger(Scalar, 0, N)) in input()
|
| H A D | StringRef.cpp | 499 bool llvm::getAsSignedInteger(StringRef Str, unsigned Radix, in getAsSignedInteger() function in llvm
|
| /freebsd-12.1/contrib/llvm/include/llvm/ADT/ |
| H A D | StringRef.h | 36 bool getAsSignedInteger(StringRef Str, unsigned Radix, long long &Result); 499 if (getAsSignedInteger(*this, Radix, LLVal) || in getAsInteger()
|