Home
last modified time | relevance | path

Searched refs:SWITCH_COND (Results 1 – 25 of 27) sorted by relevance

12

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dc-dump.c162 dump_child ("cond", SWITCH_COND (t));
H A Dc-common.def74 SWITCH_COND, SWITCH_BODY and SWITCH_TYPE, respectively. */
H A Dc-semantics.c641 cond = expand_cond (SWITCH_COND (t));
H A Dc-common.h994 #define SWITCH_COND(NODE) TREE_OPERAND (SWITCH_STMT_CHECK (NODE), 0) macro
H A Dc-pretty-print.c1325 pp_c_expression (ppi, SWITCH_COND (stmt));
H A Dc-typeck.c7241 SWITCH_COND (switch_stack->switch_stmt),
H A DChangeLog.3701 (SWITCH_COND): Likewise.
857 (SWITCH_COND): Likewise.
/openbsd-src/gnu/gcc/gcc/
H A Dtree-ssa-dom.c485 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 Dtree-ssa-forwprop.c912 tree cond = SWITCH_COND (stmt); in simplify_switch_expr()
955 SWITCH_COND (stmt) = def; in simplify_switch_expr()
H A Dtree-ssa-propagate.c548 return SWITCH_COND (stmt); in get_rhs()
674 SWITCH_COND (stmt) = expr; in set_rhs()
H A Dtree-ssa-threadedge.c367 cond = SWITCH_COND (stmt); in simplify_control_stmt_condition()
H A Dtree-ssa-uncprop.c190 tree cond = SWITCH_COND (stmt); in associate_equivalences_with_edges()
H A Dtree-cfgcleanup.c93 val = fold (SWITCH_COND (expr)); in cleanup_control_expr_graph()
H A Dtree-ssa-operands.c2117 get_expr_operands (stmt, &SWITCH_COND (stmt), opf_none); in parse_ssa_operands()
H A Dstmt.c2320 tree index_expr = SWITCH_COND (exp); in expand_case()
H A Dtree-pretty-print.c1505 dump_generic_node (buffer, SWITCH_COND (node), spc, flags, false); in dump_generic_node()
H A Dc-typeck.c7206 SWITCH_COND (c_switch_stack->switch_expr), in do_case()
7260 SWITCH_COND (cs->switch_expr)); in c_finish_case()
H A Dtree.h1479 #define SWITCH_COND(NODE) TREE_OPERAND (SWITCH_EXPR_CHECK (NODE), 0) macro
H A Dgimplify.c1366 ret = gimplify_expr (&SWITCH_COND (switch_expr), pre_p, NULL, in gimplify_switch_expr()
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A Dsemantics.c577 FINISH_COND (cond, switch_stmt, SWITCH_COND (switch_stmt));
H A Dpt.c7835 val = tsubst_expr (SWITCH_COND (t), args, complain, in_decl);
H A Ddecl.c5568 cond = SWITCH_COND (switch_stack->switch_stmt);
/openbsd-src/gnu/usr.bin/gcc/gcc/doc/
H A Dc-tree.texi1317 @findex SWITCH_COND
1630 Used to represent a @code{switch} statement. The @code{SWITCH_COND} is
/openbsd-src/gnu/gcc/gcc/doc/
H A Dc-tree.texi1492 @findex SWITCH_COND
/openbsd-src/gnu/gcc/gcc/cp/
H A DChangeLog-20003003 (SWITCH_COND): Likewise.

12