Searched refs:getAsUnsignedInteger (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Support/ |
| H A D | YAMLTraits.cpp | 883 if (getAsUnsignedInteger(Scalar, 0, n)) in input() 899 if (getAsUnsignedInteger(Scalar, 0, n)) in input() 915 if (getAsUnsignedInteger(Scalar, 0, n)) in input() 931 if (getAsUnsignedInteger(Scalar, 0, N)) in input() 1023 if (getAsUnsignedInteger(Scalar, 0, n)) in input() 1038 if (getAsUnsignedInteger(Scalar, 0, n)) in input() 1053 if (getAsUnsignedInteger(Scalar, 0, n)) in input() 1068 if (getAsUnsignedInteger(Scalar, 0, Num)) in input()
|
| H A D | StringRef.cpp | 489 bool llvm::getAsUnsignedInteger(StringRef Str, unsigned Radix, in getAsUnsignedInteger() function in llvm
|
| /freebsd-12.1/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/ |
| H A D | MachOLinkingContext.cpp | 51 if (llvm::getAsUnsignedInteger(parts[0], 10, num)) in parsePackedVersion() 58 if (llvm::getAsUnsignedInteger(parts[1], 10, num)) in parsePackedVersion() 66 if (llvm::getAsUnsignedInteger(parts[2], 10, num)) in parsePackedVersion() 86 if (llvm::getAsUnsignedInteger(parts[0], 10, num)) in parsePackedVersion() 94 if (llvm::getAsUnsignedInteger(str, 10, num)) in parsePackedVersion()
|
| /freebsd-12.1/contrib/llvm/include/llvm/ADT/ |
| H A D | StringRef.h | 33 bool getAsUnsignedInteger(StringRef Str, unsigned Radix, 513 if (getAsUnsignedInteger(*this, Radix, ULLVal) || in getAsInteger()
|
| /freebsd-12.1/contrib/llvm/lib/ObjectYAML/ |
| H A D | MachOYAML.cpp | 69 if (getAsUnsignedInteger(Scalar.slice(Idx, Idx + 2), 16, TempInt)) in input()
|
| /freebsd-12.1/contrib/llvm/tools/lld/lib/Driver/ |
| H A D | DarwinLdDriver.cpp | 529 if (llvm::getAsUnsignedInteger(alignStr, 16, alignValue)) { in parse()
|
| /freebsd-12.1/contrib/llvm/tools/lld/lib/ReaderWriter/YAML/ |
| H A D | ReaderWriterYAML.cpp | 547 if (getAsUnsignedInteger(str, 16, n)) in input()
|
| /freebsd-12.1/contrib/llvm/lib/Target/Mips/ |
| H A D | MipsISelLowering.cpp | 3784 return std::make_pair(!getAsUnsignedInteger(StringRef(I, E - I), 10, Reg), in parsePhysicalReg()
|