Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/TableGen/
H A DTGLexer.h69 BinaryIntVal, enumerator
128 assert(CurCode == tgtok::BinaryIntVal && in getCurBinaryIntVal()
H A DTGLexer.cpp499 return tgtok::BinaryIntVal; in LexNumber()
H A DTGParser.cpp2195 case tgtok::BinaryIntVal: { in ParseSimpleValue()