Home | History | Annotate | Download | only in gcc

Lines Matching refs:with_expr

800 class with_expr : public operand
803 with_expr (location_t loc)
852 is_a_helper <with_expr *>::test (operand *op)
1332 if (with_expr *w = dyn_cast <with_expr *> (o))
1371 else if (with_expr *w = dyn_cast <with_expr *> (o))
1373 with_expr *nw = new with_expr (w->location);
2277 || is_a <with_expr *> (ie->trueexpr))
2281 || is_a <with_expr *> (ie->falseexpr)))
2285 else if (with_expr *we = dyn_cast <with_expr *> (o))
2290 || is_a <with_expr *> (we->subexpr))
3254 if (with_expr *w = dyn_cast <with_expr *> (result))
3708 with_expr *with1 = as_a <with_expr *> (o1);
3709 with_expr *with2 = as_a <with_expr *> (o2);
4604 with_expr *withe = new with_expr (token->src_loc);