Searched refs:getAsUnsignedInteger (Results 1 – 9 of 9) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/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()
|
| /netbsd-src/external/apache2/llvm/dist/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 | 488 bool llvm::getAsUnsignedInteger(StringRef Str, unsigned Radix, in getAsUnsignedInteger() function in llvm
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
| H A D | StringRef.h | 41 bool getAsUnsignedInteger(StringRef Str, unsigned Radix, 523 if (getAsUnsignedInteger(*this, Radix, ULLVal) || in getAsInteger()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | BasicBlockSections.cpp | 473 if (getAsUnsignedInteger(BBIndexStr, 10, BBIndex)) in getBBClusterInfo()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
| H A D | MIRYamlMapping.h | 152 if (getAsUnsignedInteger(Scalar, 10, n)) 168 if (getAsUnsignedInteger(Scalar, 10, N))
|
| /netbsd-src/external/apache2/llvm/dist/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 | 1200 if (getAsUnsignedInteger(Scalar, /*Radix=*/0, UInt) || (UInt > MaxVal)) in input()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/ |
| H A D | MipsISelLowering.cpp | 4005 return std::make_pair(!getAsUnsignedInteger(StringRef(I, E - I), 10, Reg), in parsePhysicalReg()
|