Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dstaticcond.c53 if (e->op == TOKquestion) in evalStaticCondition()
H A Dtokens.h96 TOKquestion, TOKandand, TOKoror, enumerator
H A Dsideeffect.c315 case TOKquestion: in discardValue()
H A Dtokens.c427 Token::tochars[TOKquestion] = "?"; in TokenInitializer()
H A Dlexer.c873 case '?': p++; t->value = TOKquestion; return; in scan()
H A Dexpressionsem.c3620 int wasCond = exp->e1->op == TOKquestion; in visit()
3856 assert(pe->e1->op == TOKquestion); in visit()
5619 if (e2x->op == TOKquestion) in visit()
5793 if (!typeMerge(sc, TOKquestion, &t, &ex, &ey)) in visit()
5954 if (se->e1->op == TOKquestion && in visit()
H A Dexpression.c1345 if (e->op == TOKquestion) in doCopyOrMove()
5145 TOK thisOp = (op == TOKquestion) ? TOKcolon : op; in incompatibleTypes()
6543 : BinExp(loc, TOKquestion, sizeof(CondExp), e1, e2) in CondExp()
H A Dparse.c7802 if (token.value == TOKquestion) in parseCondExp()
8126 precedence[TOKquestion] = PREC_cond; in PrecedenceInitializer()
H A Ddcast.c2618 if (op != TOKquestion || in typeMerge()