Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/TableGen/
H A DTGLexer.h68 BinaryIntVal, enumerator
127 assert(CurCode == tgtok::BinaryIntVal && in getCurBinaryIntVal()
H A DTGLexer.cpp497 return tgtok::BinaryIntVal; in LexNumber()
H A DTGParser.cpp2098 case tgtok::BinaryIntVal: { in ParseSimpleValue()