Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DTGLexer.h234 std::pair<int64_t, unsigned> getCurBinaryIntVal() const { in getCurBinaryIntVal() function
H A DTGParser.cpp2643 auto BinaryVal = Lex.getCurBinaryIntVal(); in ParseSimpleValue()