Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DTGLexer.h98 int64_t getCurIntVal() const { in getCurIntVal() function
DTGParser.cpp469 int64_t Start = Lex.getCurIntVal(); in ParseRangePiece()
484 End = Lex.getCurIntVal(); in ParseRangePiece()
487 End = -Lex.getCurIntVal(); in ParseRangePiece()
601 uint64_t Val = Lex.getCurIntVal(); in ParseType()
1045 case tgtok::IntVal: R = new IntInit(Lex.getCurIntVal()); Lex.Lex(); break; in ParseSimpleValue()