Home
last modified time | relevance | path

Searched refs:with_expr (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgenmatch.cc800 class with_expr : public operand class
803 with_expr (location_t loc) in with_expr() function in with_expr
852 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 …]
H A DChangeLog-201522192 (predicate, expr, c_expr, capture, if_expr, with_expr): Adjust
23518 (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.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgenmatch.c796 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()
[all …]