Searched refs:XSubst (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/TableGen/ |
D | TGLexer.h | 51 XSubst, XForEach, XHead, XTail, XEmpty, XIf, XEq, enumerator
|
D | TGLexer.cpp | 480 .Case("subst", tgtok::XSubst) in LexExclaim()
|
D | TGParser.cpp | 969 case tgtok::XSubst: { // Value ::= !ternop '(' Value ',' Value ',' Value ')' in ParseOperation() 983 case tgtok::XSubst: in ParseOperation() 1072 case tgtok::XSubst: { in ParseOperation() 1453 case tgtok::XSubst: { // Value ::= !ternop '(' Value ',' Value ',' Value ')' in ParseSimpleValue()
|