Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DStringRef.h508 long long LLVal; in getAsInteger() local
509 if (getAsSignedInteger(*this, Radix, LLVal) || in getAsInteger()
510 static_cast<T>(LLVal) != LLVal) in getAsInteger()
512 Result = LLVal; in getAsInteger()
542 long long LLVal; in consumeInteger() local
543 if (consumeSignedInteger(*this, Radix, LLVal) || in consumeInteger()
544 static_cast<long long>(static_cast<T>(LLVal)) != LLVal) in consumeInteger()
546 Result = LLVal; in consumeInteger()