Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ADT/
H A DStringRef.h468 long long LLVal; in getAsInteger() local
469 if (getAsSignedInteger(*this, Radix, LLVal) || in getAsInteger()
470 static_cast<T>(LLVal) != LLVal) in getAsInteger()
472 Result = LLVal; in getAsInteger()
497 long long LLVal; in consumeInteger() local
498 if (consumeSignedInteger(*this, Radix, LLVal) || in consumeInteger()
499 static_cast<long long>(static_cast<T>(LLVal)) != LLVal) in consumeInteger()
501 Result = LLVal; in consumeInteger()