Searched refs:getAsSignedInteger (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Support/ |
| H A D | YAMLTraits.cpp | 989 if (getAsSignedInteger(Scalar, 0, N)) in input() 1004 if (getAsSignedInteger(Scalar, 0, N)) in input() 1019 if (getAsSignedInteger(Scalar, 0, N)) in input() 1034 if (getAsSignedInteger(Scalar, 0, N)) in input()
|
| H A D | StringRef.cpp | 502 bool llvm::getAsSignedInteger(StringRef Str, unsigned Radix, in getAsSignedInteger() function in llvm
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/ADT/ |
| H A D | StringRef.h | 37 bool getAsSignedInteger(StringRef Str, unsigned Radix, long long &Result); 472 if (getAsSignedInteger(*this, Radix, LLVal) || in getAsInteger()
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-remark-size-diff/ |
| H A D | RemarkSizeDiff.cpp | 250 if (getAsSignedInteger(ValStr, 0, Val)) in getIntValFromKey()
|
| /openbsd-src/gnu/llvm/llvm/lib/ObjectYAML/ |
| H A D | ELFYAML.cpp | 1284 if (getAsSignedInteger(Scalar, /*Radix=*/0, Int) || (Int < MinVal)) in input()
|