| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/llvm/lib/Support/ |
| H A D | YAMLTraits.cpp | 927 if (getAsUnsignedInteger(Scalar, 0, n)) in input() 943 if (getAsUnsignedInteger(Scalar, 0, n)) in input() 959 if (getAsUnsignedInteger(Scalar, 0, n)) in input() 975 if (getAsUnsignedInteger(Scalar, 0, N)) in input() 1066 if (getAsUnsignedInteger(Scalar, 0, n)) in input() 1080 if (getAsUnsignedInteger(Scalar, 0, n)) in input() 1094 if (getAsUnsignedInteger(Scalar, 0, n)) in input() 1108 if (getAsUnsignedInteger(Scalar, 0, Num)) in input()
|
| H A D | StringRef.cpp | 492 bool llvm::getAsUnsignedInteger(StringRef Str, unsigned Radix, in getAsUnsignedInteger() function in llvm
|
| H A D | UnicodeNameToCodepoint.cpp | 362 if (getAsUnsignedInteger(Number, 16, V) || V < Item.Start || V > Item.End) in nameToGeneratedCodePoint()
|
| /openbsd-src/gnu/llvm/clang/lib/Driver/ToolChains/ |
| H A D | HLSL.cpp | 90 if (llvm::getAsUnsignedInteger(Parts[1], 0, Major)) in tryParseProfile() 96 else if (llvm::getAsUnsignedInteger(Parts[2], 0, Minor)) in tryParseProfile()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | BasicBlockSectionsProfileReader.cpp | 102 if (getAsUnsignedInteger(BBIDStr, 10, BBID)) in getBBClusterInfo()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/ADT/ |
| H A D | StringRef.h | 34 bool getAsUnsignedInteger(StringRef Str, unsigned Radix, 481 if (getAsUnsignedInteger(*this, Radix, ULLVal) || in getAsInteger()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| H A D | MIRYamlMapping.h | 152 if (getAsUnsignedInteger(Scalar, 10, n)) 168 if (getAsUnsignedInteger(Scalar, 10, N))
|
| /openbsd-src/gnu/llvm/llvm/utils/UnicodeData/ |
| H A D | UnicodeNameMappingGenerator.cpp | 49 if (llvm::getAsUnsignedInteger( in loadDataFiles()
|
| /openbsd-src/gnu/llvm/llvm/lib/ObjectYAML/ |
| H A D | MachOYAML.cpp | 69 if (getAsUnsignedInteger(Scalar.slice(Idx, Idx + 2), 16, TempInt)) in input()
|
| H A D | ELFYAML.cpp | 1292 if (getAsUnsignedInteger(Scalar, /*Radix=*/0, UInt) || (UInt > MaxVal)) in input()
|
| /openbsd-src/gnu/llvm/lldb/source/Symbol/ |
| H A D | Symtab.cpp | 656 if (getAsUnsignedInteger(name, /*Radix=*/10, uid)) in GetNameIndexes()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Sparc/ |
| H A D | SparcISelLowering.cpp | 3501 getAsUnsignedInteger(RegName.begin() + 1, 10, RegNo)) { in getRegForInlineAsmConstraint() 3517 getAsUnsignedInteger(RegName.begin() + 1, 10, RegNo)) { in getRegForInlineAsmConstraint()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Mips/ |
| H A D | MipsISelLowering.cpp | 4037 return std::make_pair(!getAsUnsignedInteger(StringRef(I, E - I), 10, Reg), in parsePhysicalReg()
|