Home
last modified time | relevance | path

Searched refs:TOKcat (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dtokens.h87 TOKcat, TOKcatass, // ~ ~= enumerator
H A Dtokens.c442 Token::tochars[TOKcat] = "~"; in TokenInitializer()
H A Doptimize.c1206 if (e->e1->op == TOKcat) in Expression_optimize()
H A Ddcast.c2843 if (t1->ty == Tsarray && e2->op == TOKarrayliteral && op != TOKcat) in typeMerge()
2860 if (t2->ty == Tsarray && e1->op == TOKarrayliteral && op != TOKcat) in typeMerge()
H A Dopover.c193 case TOKcatass: op = TOKcat; break; in opToArg()
H A Dctfeexpr.c214 case TOKcat: in needToCopyLiteral()
H A Dparse.c8088 precedence[TOKcat] = PREC_add; in PrecedenceInitializer()
H A Dexpression.c6394 : BinExp(loc, TOKcat, sizeof(CatExp), e1, e2) in CatExp()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/
H A Dexpr.cc696 if (e->e1->op == TOKcat) in visit()
702 for (Expression *ex = e->e1; ex->op == TOKcat;) in visit()
704 if (ex->op == TOKcat) in visit()
721 (ce->e1->op != TOKcat in visit()