| /freebsd-14.2/contrib/llvm-project/llvm/lib/TextAPI/ |
| H A D | PackedVersion.cpp | 35 if (getAsUnsignedInteger(Parts[0], 10, Num)) in parse32() 44 if (getAsUnsignedInteger(Parts[i], 10, Num)) in parse32() 70 if (getAsUnsignedInteger(Parts[0], 10, Num)) in parse64() 84 if (getAsUnsignedInteger(Parts[i], 10, Num)) in parse64()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | BasicBlockSectionsProfileReader.cpp | 47 if (getAsUnsignedInteger(Parts[0], 10, BaseBBID)) in parseUniqueBBID() 52 if (Parts.size() > 1 && getAsUnsignedInteger(Parts[1], 10, CloneID)) in parseUniqueBBID() 232 if (getAsUnsignedInteger(BaseBBIDStr, 10, BaseBBID)) in ReadV1Profile() 281 if (getAsUnsignedInteger(BBIDStr, 10, BBID)) in ReadV0Profile() 370 if (getAsUnsignedInteger(FirstLine, 10, Version)) { in ReadProfile()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Support/ |
| H A D | YAMLTraits.cpp | 944 if (getAsUnsignedInteger(Scalar, 0, n)) in input() 960 if (getAsUnsignedInteger(Scalar, 0, n)) in input() 976 if (getAsUnsignedInteger(Scalar, 0, n)) in input() 992 if (getAsUnsignedInteger(Scalar, 0, N)) in input() 1083 if (getAsUnsignedInteger(Scalar, 0, n)) in input() 1097 if (getAsUnsignedInteger(Scalar, 0, n)) in input() 1111 if (getAsUnsignedInteger(Scalar, 0, n)) in input() 1125 if (getAsUnsignedInteger(Scalar, 0, Num)) in input()
|
| H A D | StringRef.cpp | 486 bool llvm::getAsUnsignedInteger(StringRef Str, unsigned Radix, in getAsUnsignedInteger() function in llvm
|
| H A D | UnicodeNameToCodepoint.cpp | 360 if (getAsUnsignedInteger(Number, 16, V) || V < Item.Start || V > Item.End) in nameToGeneratedCodePoint()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
| H A D | HLSL.cpp | 92 if (llvm::getAsUnsignedInteger(Parts[1], 0, Major)) in tryParseProfile() 98 else if (llvm::getAsUnsignedInteger(Parts[2], 0, Minor)) in tryParseProfile()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | StringRef.h | 34 bool getAsUnsignedInteger(StringRef Str, unsigned Radix, 478 if (getAsUnsignedInteger(*this, Radix, ULLVal) || in getAsInteger()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | MIRYamlMapping.h | 154 if (getAsUnsignedInteger(Scalar, 10, n)) 170 if (getAsUnsignedInteger(Scalar, 10, N))
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| H A D | MachOYAML.cpp | 70 if (getAsUnsignedInteger(Scalar.slice(Idx, Idx + 2), 16, TempInt)) in input()
|
| H A D | ELFYAML.cpp | 1308 if (getAsUnsignedInteger(Scalar, /*Radix=*/0, UInt) || (UInt > MaxVal)) in input()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | Symtab.cpp | 656 if (getAsUnsignedInteger(name, /*Radix=*/10, uid)) in GetNameIndexes()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Sparc/ |
| H A D | SparcISelLowering.cpp | 3551 getAsUnsignedInteger(RegName.begin() + 1, 10, RegNo)) { in getRegForInlineAsmConstraint() 3567 getAsUnsignedInteger(RegName.begin() + 1, 10, RegNo)) { in getRegForInlineAsmConstraint()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsISelLowering.cpp | 4034 return std::make_pair(!getAsUnsignedInteger(StringRef(I, E - I), 10, Reg), in parsePhysicalReg()
|