Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/ADT/
H A DStringRef.h498 long long LLVal; in getAsInteger() local
499 if (getAsSignedInteger(*this, Radix, LLVal) || in getAsInteger()
500 static_cast<T>(LLVal) != LLVal) in getAsInteger()
502 Result = LLVal; in getAsInteger()
532 long long LLVal; in consumeInteger() local
533 if (consumeSignedInteger(*this, Radix, LLVal) || in consumeInteger()
534 static_cast<long long>(static_cast<T>(LLVal)) != LLVal) in consumeInteger()
536 Result = LLVal; in consumeInteger()