Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DTGLexer.h66 BinaryIntVal, enumerator
234 assert(CurCode == tgtok::BinaryIntVal && in getCurBinaryIntVal()
H A DTGLexer.cpp521 return Base == 2 ? tgtok::BinaryIntVal : tgtok::IntVal; in LexNumber()
H A DTGParser.cpp2636 case tgtok::BinaryIntVal: { in ParseSimpleValue()