Searched refs:consumeUnsignedInteger (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | StringRef.cpp | 409 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 D | AMDGPU.h | 209 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 D | StringRef.h | 41 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 D | ClangBuiltinsEmitter.cpp | 315 if (consumeUnsignedInteger(T, 10, Lanes)) in ParseType()
|