Searched refs:getAsSignedInteger (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | YAMLTraits.cpp | 1014 if (getAsSignedInteger(Scalar, 0, N)) in input() 1029 if (getAsSignedInteger(Scalar, 0, N)) in input() 1044 if (getAsSignedInteger(Scalar, 0, N)) in input() 1059 if (getAsSignedInteger(Scalar, 0, N)) in input()
|
H A D | StringRef.cpp | 496 bool llvm::getAsSignedInteger(StringRef Str, unsigned Radix, in getAsSignedInteger() function in llvm
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | StringRef.h | 37 bool getAsSignedInteger(StringRef Str, unsigned Radix, long long &Result); 458 if (getAsSignedInteger(*this, Radix, LLVal) || in getAsInteger()
|
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | ELFYAML.cpp | 1318 if (getAsSignedInteger(Scalar, /*Radix=*/0, Int) || (Int < MinVal)) in input()
|