Home
last modified time | relevance | path

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

/external/llvm/lib/TableGen/
DTGLexer.h58 BinaryIntVal, enumerator
112 assert(CurCode == tgtok::BinaryIntVal && in getCurBinaryIntVal()
DTGLexer.cpp414 return tgtok::BinaryIntVal; in LexNumber()
DTGParser.cpp1175 case tgtok::BinaryIntVal: { in ParseSimpleValue()