Searched refs:getAsSignedInteger (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Support/ |
| H A D | YAMLTraits.cpp | 987 if (getAsSignedInteger(Scalar, 0, N)) in input() 1002 if (getAsSignedInteger(Scalar, 0, N)) in input() 1017 if (getAsSignedInteger(Scalar, 0, N)) in input() 1032 if (getAsSignedInteger(Scalar, 0, N)) in input()
|
| H A D | StringRef.cpp | 495 bool llvm::getAsSignedInteger(StringRef Str, unsigned Radix, in getAsSignedInteger() function in llvm
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | StringRef.h | 45 bool getAsSignedInteger(StringRef Str, unsigned Radix, long long &Result); 512 if (getAsSignedInteger(*this, Radix, LLVal) || in getAsInteger()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| H A D | ELFYAML.cpp | 1196 if (getAsSignedInteger(Scalar, /*Radix=*/0, Int) || (Int < MinVal)) in input()
|