| /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 | 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/contrib/llvm-project/llvm/lib/Support/ |
| H A D | YAMLTraits.cpp | 952 if (getAsUnsignedInteger(Scalar, 0, n)) in input() 968 if (getAsUnsignedInteger(Scalar, 0, n)) in input() 984 if (getAsUnsignedInteger(Scalar, 0, n)) in input() 1000 if (getAsUnsignedInteger(Scalar, 0, N)) in input() 1091 if (getAsUnsignedInteger(Scalar, 0, n)) in input() 1105 if (getAsUnsignedInteger(Scalar, 0, n)) in input() 1119 if (getAsUnsignedInteger(Scalar, 0, n)) in input() 1133 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/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 | 34 bool getAsUnsignedInteger(StringRef Str, unsigned Radix, 467 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 | 70 if (getAsUnsignedInteger(Scalar.slice(Idx, Idx + 2), 16, TempInt)) in input()
|
| H A D | ELFYAML.cpp | 1326 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=*/10, uid)) in GetNameIndexes()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/ |
| H A D | SparcISelLowering.cpp | 3543 getAsUnsignedInteger(RegName.begin() + 1, 10, RegNo)) { in getRegForInlineAsmConstraint() 3559 getAsUnsignedInteger(RegName.begin() + 1, 10, RegNo)) { in getRegForInlineAsmConstraint()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsISelLowering.cpp | 4049 return std::make_pair(!getAsUnsignedInteger(StringRef(I, E - I), 10, Reg), in parsePhysicalReg()
|