Searched refs:with_expr (Results 1 – 3 of 3) sorted by relevance
800 class with_expr : public operand class803 with_expr (location_t loc) in with_expr() function in with_expr852 is_a_helper <with_expr *>::test (operand *op) in test()1332 if (with_expr *w = dyn_cast <with_expr *> (o)) in contains_id()1371 else if (with_expr *w = dyn_cast <with_expr *> (o)) in replace_id()1373 with_expr *nw = new with_expr (w->location); in replace_id()2277 || is_a <with_expr *> (ie->trueexpr)) in walk_result()2281 || is_a <with_expr *> (ie->falseexpr))) in walk_result()2285 else if (with_expr *we = dyn_cast <with_expr *> (o)) in walk_result()2290 || is_a <with_expr *> (we->subexpr)) in walk_result()[all …]
22192 (predicate, expr, c_expr, capture, if_expr, with_expr): Adjust23518 (struct with_expr): Likewise.23519 (is_a_helper): Add helpers for if_expr and with_expr.23526 (replace_id): Handle with_expr and if_expr.
796 class with_expr : public operand799 with_expr (location_t loc) in with_expr() function848 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()[all …]