| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | c-dump.c | 162 dump_child ("cond", SWITCH_COND (t));
|
| H A D | c-common.def | 74 SWITCH_COND, SWITCH_BODY and SWITCH_TYPE, respectively. */
|
| H A D | c-semantics.c | 641 cond = expand_cond (SWITCH_COND (t));
|
| H A D | c-common.h | 994 #define SWITCH_COND(NODE) TREE_OPERAND (SWITCH_STMT_CHECK (NODE), 0) macro
|
| H A D | c-pretty-print.c | 1325 pp_c_expression (ppi, SWITCH_COND (stmt));
|
| H A D | c-typeck.c | 7241 SWITCH_COND (switch_stack->switch_stmt),
|
| H A D | ChangeLog.3 | 701 (SWITCH_COND): Likewise. 857 (SWITCH_COND): Likewise.
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | tree-ssa-dom.c | 485 element->rhs = SWITCH_COND (expr); in initialize_hash_element() 1280 tree cond = SWITCH_COND (stmt); in record_edge_info() 1497 expr_p = &SWITCH_COND (stmt); in eliminate_redundant_computations() 1891 val = SWITCH_COND (stmt); in optimize_stmt() 2277 val = SWITCH_COND (use_stmt); in propagate_rhs_into_lhs()
|
| H A D | tree-ssa-forwprop.c | 912 tree cond = SWITCH_COND (stmt); in simplify_switch_expr() 955 SWITCH_COND (stmt) = def; in simplify_switch_expr()
|
| H A D | tree-ssa-propagate.c | 548 return SWITCH_COND (stmt); in get_rhs() 674 SWITCH_COND (stmt) = expr; in set_rhs()
|
| H A D | tree-ssa-threadedge.c | 367 cond = SWITCH_COND (stmt); in simplify_control_stmt_condition()
|
| H A D | tree-ssa-uncprop.c | 190 tree cond = SWITCH_COND (stmt); in associate_equivalences_with_edges()
|
| H A D | tree-cfgcleanup.c | 93 val = fold (SWITCH_COND (expr)); in cleanup_control_expr_graph()
|
| H A D | tree-ssa-operands.c | 2117 get_expr_operands (stmt, &SWITCH_COND (stmt), opf_none); in parse_ssa_operands()
|
| H A D | stmt.c | 2320 tree index_expr = SWITCH_COND (exp); in expand_case()
|
| H A D | tree-pretty-print.c | 1505 dump_generic_node (buffer, SWITCH_COND (node), spc, flags, false); in dump_generic_node()
|
| H A D | c-typeck.c | 7206 SWITCH_COND (c_switch_stack->switch_expr), in do_case() 7260 SWITCH_COND (cs->switch_expr)); in c_finish_case()
|
| H A D | tree.h | 1479 #define SWITCH_COND(NODE) TREE_OPERAND (SWITCH_EXPR_CHECK (NODE), 0) macro
|
| H A D | gimplify.c | 1366 ret = gimplify_expr (&SWITCH_COND (switch_expr), pre_p, NULL, in gimplify_switch_expr()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/cp/ |
| H A D | semantics.c | 577 FINISH_COND (cond, switch_stmt, SWITCH_COND (switch_stmt));
|
| H A D | pt.c | 7835 val = tsubst_expr (SWITCH_COND (t), args, complain, in_decl);
|
| H A D | decl.c | 5568 cond = SWITCH_COND (switch_stack->switch_stmt);
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/doc/ |
| H A D | c-tree.texi | 1317 @findex SWITCH_COND 1630 Used to represent a @code{switch} statement. The @code{SWITCH_COND} is
|
| /openbsd-src/gnu/gcc/gcc/doc/ |
| H A D | c-tree.texi | 1492 @findex SWITCH_COND
|
| /openbsd-src/gnu/gcc/gcc/cp/ |
| H A D | ChangeLog-2000 | 3003 (SWITCH_COND): Likewise.
|