| /freebsd/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/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | BasicBlockSectionsProfileReader.cpp | 48 if (getAsUnsignedInteger(Parts[0], 10, BaseBBID)) in parseUniqueBBID() 53 if (Parts.size() > 1 && getAsUnsignedInteger(Parts[1], 10, CloneID)) in parseUniqueBBID() 233 if (getAsUnsignedInteger(BaseBBIDStr, 10, BaseBBID)) in ReadV1Profile() 282 if (getAsUnsignedInteger(BBIDStr, 10, BBID)) in ReadV0Profile() 371 if (getAsUnsignedInteger(FirstLine, 10, Version)) { in ReadProfile()
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | YAMLTraits.cpp | 967 if (getAsUnsignedInteger(Scalar, 0, n)) in input() 983 if (getAsUnsignedInteger(Scalar, 0, n)) in input() 999 if (getAsUnsignedInteger(Scalar, 0, n)) in input() 1015 if (getAsUnsignedInteger(Scalar, 0, N)) in input() 1106 if (getAsUnsignedInteger(Scalar, 0, n)) in input() 1120 if (getAsUnsignedInteger(Scalar, 0, n)) in input() 1134 if (getAsUnsignedInteger(Scalar, 0, n)) in input() 1148 if (getAsUnsignedInteger(Scalar, 0, Num)) in input()
|
| H A D | StringRef.cpp | 487 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/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/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | StringRef.h | 35 LLVM_ABI bool getAsUnsignedInteger(StringRef Str, unsigned Radix, 490 if (getAsUnsignedInteger(*this, Radix, ULLVal) || in getAsInteger()
|
| /freebsd/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/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 | 1358 if (getAsUnsignedInteger(Scalar, /*Radix=*/0, UInt) || (UInt > MaxVal)) in input()
|
| /freebsd/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | Symtab.cpp | 668 if (getAsUnsignedInteger(name, /*Radix=*/16, file_address)) in GetNameIndexes()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/ |
| H A D | SparcISelLowering.cpp | 3397 getAsUnsignedInteger(RegName.begin() + 1, 10, RegNo)) { in getRegForInlineAsmConstraint() 3413 getAsUnsignedInteger(RegName.begin() + 1, 10, RegNo)) { in getRegForInlineAsmConstraint()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsISelLowering.cpp | 4207 return std::make_pair(!getAsUnsignedInteger(StringRef(I, E - I), 10, Reg), in parsePhysicalReg()
|