Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/TableGen/
H A DTGLexer.h229 int64_t getCurIntVal() const { in getCurIntVal() function
H A DTGParser.cpp856 auto i = -Lex.getCurIntVal(); in ParseSliceElement()
1005 End = -Lex.getCurIntVal(); in ParseRangePiece()
1120 uint64_t Val = Lex.getCurIntVal(); in ParseType()
2633 R = IntInit::get(Records, Lex.getCurIntVal()); in ParseSimpleValue()