Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/TableGen/
H A DTGLexer.h115 int64_t getCurIntVal() const { in getCurIntVal() function
H A DTGParser.cpp669 int64_t Start = Lex.getCurIntVal(); in ParseRangePiece()
684 End = Lex.getCurIntVal(); in ParseRangePiece()
687 End = -Lex.getCurIntVal(); in ParseRangePiece()
801 uint64_t Val = Lex.getCurIntVal(); in ParseType()
1635 case tgtok::IntVal: R = IntInit::get(Lex.getCurIntVal()); Lex.Lex(); break; in ParseSimpleValue()