Home
last modified time | relevance | path

Searched refs:getAsSignedInteger (Results 1 – 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
HDYAMLTraits.cpp1014 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()
HDStringRef.cpp496 bool llvm::getAsSignedInteger(StringRef Str, unsigned Radix, in getAsSignedInteger() function in llvm
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ADT/
HDStringRef.h37 bool getAsSignedInteger(StringRef Str, unsigned Radix, long long &Result);
458 if (getAsSignedInteger(*this, Radix, LLVal) || in getAsInteger()
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-remarkutil/
HDRemarkSizeDiff.cpp237 if (getAsSignedInteger(ValStr, 0, Val)) in getIntValFromKey()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
HDELFYAML.cpp1318 if (getAsSignedInteger(Scalar, /*Radix=*/0, Int) || (Int < MinVal)) in input()