Home
last modified time | relevance | path

Searched refs:getAsUnsignedInteger (Results 1 – 14 of 14) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/TextAPI/
H A DPackedVersion.cpp35 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 DYAMLTraits.cpp927 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 DStringRef.cpp492 bool llvm::getAsUnsignedInteger(StringRef Str, unsigned Radix, in getAsUnsignedInteger() function in llvm
H A DUnicodeNameToCodepoint.cpp362 if (getAsUnsignedInteger(Number, 16, V) || V < Item.Start || V > Item.End) in nameToGeneratedCodePoint()
/openbsd-src/gnu/llvm/clang/lib/Driver/ToolChains/
H A DHLSL.cpp90 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 DBasicBlockSectionsProfileReader.cpp102 if (getAsUnsignedInteger(BBIDStr, 10, BBID)) in getBBClusterInfo()
/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A DStringRef.h34 bool getAsUnsignedInteger(StringRef Str, unsigned Radix,
481 if (getAsUnsignedInteger(*this, Radix, ULLVal) || in getAsInteger()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMIRYamlMapping.h152 if (getAsUnsignedInteger(Scalar, 10, n))
168 if (getAsUnsignedInteger(Scalar, 10, N))
/openbsd-src/gnu/llvm/llvm/utils/UnicodeData/
H A DUnicodeNameMappingGenerator.cpp49 if (llvm::getAsUnsignedInteger( in loadDataFiles()
/openbsd-src/gnu/llvm/llvm/lib/ObjectYAML/
H A DMachOYAML.cpp69 if (getAsUnsignedInteger(Scalar.slice(Idx, Idx + 2), 16, TempInt)) in input()
H A DELFYAML.cpp1292 if (getAsUnsignedInteger(Scalar, /*Radix=*/0, UInt) || (UInt > MaxVal)) in input()
/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DSymtab.cpp656 if (getAsUnsignedInteger(name, /*Radix=*/10, uid)) in GetNameIndexes()
/openbsd-src/gnu/llvm/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp3501 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 DMipsISelLowering.cpp4037 return std::make_pair(!getAsUnsignedInteger(StringRef(I, E - I), 10, Reg), in parsePhysicalReg()