| /freebsd-13.1/contrib/llvm-project/llvm/lib/TextAPI/ |
| H A D | PackedVersion.cpp | 36 if (getAsUnsignedInteger(Parts[0], 10, Num)) in parse32() 45 if (getAsUnsignedInteger(Parts[i], 10, Num)) in parse32() 71 if (getAsUnsignedInteger(Parts[0], 10, Num)) in parse64() 85 if (getAsUnsignedInteger(Parts[i], 10, Num)) in parse64()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Support/ |
| H A D | YAMLTraits.cpp | 925 if (getAsUnsignedInteger(Scalar, 0, n)) in input() 941 if (getAsUnsignedInteger(Scalar, 0, n)) in input() 957 if (getAsUnsignedInteger(Scalar, 0, n)) in input() 973 if (getAsUnsignedInteger(Scalar, 0, N)) in input() 1064 if (getAsUnsignedInteger(Scalar, 0, n)) in input() 1078 if (getAsUnsignedInteger(Scalar, 0, n)) in input() 1092 if (getAsUnsignedInteger(Scalar, 0, n)) in input() 1106 if (getAsUnsignedInteger(Scalar, 0, Num)) in input()
|
| H A D | StringRef.cpp | 485 bool llvm::getAsUnsignedInteger(StringRef Str, unsigned Radix, in getAsUnsignedInteger() function in llvm
|
| /freebsd-13.1/contrib/llvm-project/lld/lib/ReaderWriter/MachO/ |
| H A D | MachOLinkingContext.cpp | 50 if (llvm::getAsUnsignedInteger(parts[0], 10, num)) in parsePackedVersion() 57 if (llvm::getAsUnsignedInteger(parts[1], 10, num)) in parsePackedVersion() 65 if (llvm::getAsUnsignedInteger(parts[2], 10, num)) in parsePackedVersion() 85 if (llvm::getAsUnsignedInteger(parts[0], 10, num)) in parsePackedVersion() 93 if (llvm::getAsUnsignedInteger(str, 10, num)) in parsePackedVersion()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | StringRef.h | 42 bool getAsUnsignedInteger(StringRef Str, unsigned Radix, 526 if (getAsUnsignedInteger(*this, Radix, ULLVal) || in getAsInteger()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | BasicBlockSections.cpp | 473 if (getAsUnsignedInteger(BBIndexStr, 10, BBIndex)) in getBBClusterInfo()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | MIRYamlMapping.h | 152 if (getAsUnsignedInteger(Scalar, 10, n)) 168 if (getAsUnsignedInteger(Scalar, 10, N))
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| H A D | MachOYAML.cpp | 68 if (getAsUnsignedInteger(Scalar.slice(Idx, Idx + 2), 16, TempInt)) in input()
|
| H A D | ELFYAML.cpp | 1204 if (getAsUnsignedInteger(Scalar, /*Radix=*/0, UInt) || (UInt > MaxVal)) in input()
|
| /freebsd-13.1/contrib/llvm-project/lld/lib/Driver/ |
| H A D | DarwinLdDriver.cpp | 529 if (llvm::getAsUnsignedInteger(alignStr, 16, alignValue)) { in parse()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | Symtab.cpp | 651 if (getAsUnsignedInteger(name, /*Radix=*/10, uid)) in GetNameIndexes()
|
| /freebsd-13.1/contrib/llvm-project/lld/lib/ReaderWriter/YAML/ |
| H A D | ReaderWriterYAML.cpp | 546 if (getAsUnsignedInteger(str, 16, n)) in input()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsISelLowering.cpp | 4024 return std::make_pair(!getAsUnsignedInteger(StringRef(I, E - I), 10, Reg), in parsePhysicalReg()
|