Lines Matching refs:with_expr
796 class with_expr : public operand
799 with_expr (location_t loc) in with_expr() function
848 is_a_helper <with_expr *>::test (operand *op) in test()
1328 if (with_expr *w = dyn_cast <with_expr *> (o)) in contains_id()
1367 else if (with_expr *w = dyn_cast <with_expr *> (o)) in replace_id()
1369 with_expr *nw = new with_expr (w->location); in replace_id()
2272 || is_a <with_expr *> (ie->trueexpr)) in walk_result()
2276 || is_a <with_expr *> (ie->falseexpr))) in walk_result()
2280 else if (with_expr *we = dyn_cast <with_expr *> (o)) in walk_result()
2285 || is_a <with_expr *> (we->subexpr)) in walk_result()
3241 if (with_expr *w = dyn_cast <with_expr *> (result)) in gen_1()
3679 with_expr *with1 = as_a <with_expr *> (o1); in compare_op()
3680 with_expr *with2 = as_a <with_expr *> (o2); in compare_op()
4538 with_expr *withe = new with_expr (token->src_loc); in parse_result()