Home
last modified time | relevance | path

Searched refs:consumeUnsignedInteger (Results 1 – 5 of 5) sorted by relevance

/src/contrib/llvm-project/llvm/lib/Support/
H A DStringRef.cpp408 bool llvm::consumeUnsignedInteger(StringRef &Str, unsigned Radix, in consumeUnsignedInteger() function in llvm
462 if (consumeUnsignedInteger(Str, Radix, ULLVal) || in consumeSignedInteger()
472 if (consumeUnsignedInteger(Str2, Radix, ULLVal) || in consumeSignedInteger()
488 if (consumeUnsignedInteger(Str, Radix, Result)) in getAsUnsignedInteger()
/src/contrib/llvm-project/clang/lib/Basic/Targets/
H A DAMDGPU.h199 if (S.empty() || consumeUnsignedInteger(S, 10, N)) in validateAsmConstraint()
205 if (consumeUnsignedInteger(S, 10, M) || N >= M) in validateAsmConstraint()
/src/contrib/llvm-project/llvm/include/llvm/ADT/
H A DStringRef.h39 bool consumeUnsignedInteger(StringRef &Str, unsigned Radix,
493 if (consumeUnsignedInteger(*this, Radix, ULLVal) || in consumeInteger()
/src/contrib/llvm-project/clang/utils/TableGen/
H A DClangBuiltinsEmitter.cpp136 if (llvm::consumeUnsignedInteger(T, 10, Lanes)) in ParseType()
/src/contrib/llvm-project/llvm/lib/DebugInfo/BTF/
H A DBTFParser.cpp676 if (consumeUnsignedInteger(SpecStr, 10, Val)) in symbolize()