Home
last modified time | relevance | path

Searched refs:BinaryIntVal (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/lib/TableGen/
H A DTGLexer.h69 BinaryIntVal, enumerator
128 assert(CurCode == tgtok::BinaryIntVal && in getCurBinaryIntVal()
H A DTGLexer.cpp495 return tgtok::BinaryIntVal; in LexNumber()
H A DTGParser.cpp2156 case tgtok::BinaryIntVal: { in ParseSimpleValue()