Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DStringRef.h457 long long LLVal; in getAsInteger() local
458 if (getAsSignedInteger(*this, Radix, LLVal) || in getAsInteger()
459 static_cast<T>(LLVal) != LLVal) in getAsInteger()
461 Result = LLVal; in getAsInteger()
486 long long LLVal; in consumeInteger() local
487 if (consumeSignedInteger(*this, Radix, LLVal) || in consumeInteger()
488 static_cast<long long>(static_cast<T>(LLVal)) != LLVal) in consumeInteger()
490 Result = LLVal; in consumeInteger()