Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/TableGen/
H A DTGLexer.h122 int64_t getCurIntVal() const { in getCurIntVal() function
H A DTGParser.cpp727 End = -Lex.getCurIntVal(); in ParseRangePiece()
833 uint64_t Val = Lex.getCurIntVal(); in ParseType()
2095 R = IntInit::get(Lex.getCurIntVal()); in ParseSimpleValue()