Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DStringRef.cpp409 bool llvm::consumeUnsignedInteger(StringRef &Str, unsigned Radix, in consumeUnsignedInteger() function in llvm
463 if (consumeUnsignedInteger(Str, Radix, ULLVal) || in consumeSignedInteger()
473 if (consumeUnsignedInteger(Str2, Radix, ULLVal) || in consumeSignedInteger()
489 if (consumeUnsignedInteger(Str, Radix, Result)) in getAsUnsignedInteger()
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DAMDGPU.h209 if (S.empty() || consumeUnsignedInteger(S, 10, N)) in validateAsmConstraint()
215 if (consumeUnsignedInteger(S, 10, M) || N >= M) in validateAsmConstraint()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DStringRef.h41 LLVM_ABI bool consumeUnsignedInteger(StringRef &Str, unsigned Radix,
516 if (consumeUnsignedInteger(*this, Radix, ULLVal) || in consumeInteger()
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DClangBuiltinsEmitter.cpp315 if (consumeUnsignedInteger(T, 10, Lanes)) in ParseType()