Searched refs:TOKquestion (Results 1 – 9 of 9) sorted by relevance
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| H A D | staticcond.c | 53 if (e->op == TOKquestion) in evalStaticCondition()
|
| H A D | tokens.h | 96 TOKquestion, TOKandand, TOKoror, enumerator
|
| H A D | sideeffect.c | 315 case TOKquestion: in discardValue()
|
| H A D | tokens.c | 427 Token::tochars[TOKquestion] = "?"; in TokenInitializer()
|
| H A D | lexer.c | 873 case '?': p++; t->value = TOKquestion; return; in scan()
|
| H A D | expressionsem.c | 3620 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 D | expression.c | 1345 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 D | parse.c | 7802 if (token.value == TOKquestion) in parseCondExp() 8126 precedence[TOKquestion] = PREC_cond; in PrecedenceInitializer()
|
| H A D | dcast.c | 2618 if (op != TOKquestion || in typeMerge()
|