Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DTGLexer.h201 int64_t CurIntVal = 0; // This is valid for IntVal. variable
234 return CurIntVal; in getCurIntVal()
239 return {CurIntVal, (CurPtr - TokStart) - 2}; in getCurBinaryIntVal()
H A DTGLexer.cpp545 CurIntVal = strtoll(NumStart, nullptr, Base); in LexNumber()
547 CurIntVal = strtoull(NumStart, nullptr, Base); in LexNumber()