| /llvm-project-15.0.7/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()
|
| /llvm-project-15.0.7/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 | UnicodeNameToCodepoint.cpp | 363 if (getAsUnsignedInteger(Number, 16, V) || V < Item.Start || V > Item.End) in nameToGeneratedCodePoint()
|
| H A D | StringRef.cpp | 492 bool llvm::getAsUnsignedInteger(StringRef Str, unsigned Radix, in getAsUnsignedInteger() function in llvm
|
| /llvm-project-15.0.7/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()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | BasicBlockSectionsProfileReader.cpp | 102 if (getAsUnsignedInteger(BBIndexStr, 10, BBIndex)) in getBBClusterInfo()
|
| /llvm-project-15.0.7/llvm/include/llvm/ADT/ |
| H A D | StringRef.h | 42 bool getAsUnsignedInteger(StringRef Str, unsigned Radix, 530 if (getAsUnsignedInteger(*this, Radix, ULLVal) || in getAsInteger()
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/ |
| H A D | JSONTransport.cpp | 252 llvm::getAsUnsignedInteger(LineRef.trim(), 0, ContentLength); in readStandardMessage()
|
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/ |
| H A D | MIRYamlMapping.h | 152 if (getAsUnsignedInteger(Scalar, 10, n)) 168 if (getAsUnsignedInteger(Scalar, 10, N))
|
| /llvm-project-15.0.7/mlir/lib/Tools/lsp-server-support/ |
| H A D | Transport.cpp | 304 llvm::getAsUnsignedInteger(lineRef.trim(), 0, contentLength); in readStandardMessage()
|
| /llvm-project-15.0.7/llvm/utils/UnicodeData/ |
| H A D | UnicodeNameMappingGenerator.cpp | 49 if (llvm::getAsUnsignedInteger( in loadDataFiles()
|
| /llvm-project-15.0.7/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 | 1278 if (getAsUnsignedInteger(Scalar, /*Radix=*/0, UInt) || (UInt > MaxVal)) in input()
|
| /llvm-project-15.0.7/lldb/source/Symbol/ |
| H A D | Symtab.cpp | 656 if (getAsUnsignedInteger(name, /*Radix=*/10, uid)) in GetNameIndexes()
|
| /llvm-project-15.0.7/llvm/lib/Target/Sparc/ |
| H A D | SparcISelLowering.cpp | 3427 getAsUnsignedInteger(RegName.begin() + 1, 10, RegNo)) { in getRegForInlineAsmConstraint() 3443 getAsUnsignedInteger(RegName.begin() + 1, 10, RegNo)) { in getRegForInlineAsmConstraint()
|
| /llvm-project-15.0.7/llvm/lib/Target/Mips/ |
| H A D | MipsISelLowering.cpp | 4036 return std::make_pair(!getAsUnsignedInteger(StringRef(I, E - I), 10, Reg), in parsePhysicalReg()
|