Searched refs:SWITCH_STMT_BODY (Results 1 – 10 of 10) sorted by relevance
| /freebsd-11-stable/contrib/gcc/cp/ |
| HD | dump.c | 455 dump_child ("body", SWITCH_STMT_BODY (t)); in cp_dump_tree()
|
| HD | semantics.c | 982 SWITCH_STMT_BODY (switch_stmt) = push_stmt_list (); in finish_switch_cond() 993 SWITCH_STMT_BODY (switch_stmt) = in finish_switch_stmt() 994 pop_stmt_list (SWITCH_STMT_BODY (switch_stmt)); in finish_switch_stmt()
|
| HD | cp-gimplify.c | 347 body = SWITCH_STMT_BODY (stmt); in gimplify_switch_stmt()
|
| HD | cp-tree.def | 308 SWITCH_STMT_COND, SWITCH_STMT_BODY and SWITCH_STMT_TYPE, respectively. */
|
| HD | cxx-pretty-print.c | 1629 pp_cxx_statement (pp, SWITCH_STMT_BODY (t)); in pp_cxx_statement()
|
| HD | cp-tree.h | 3138 #define SWITCH_STMT_BODY(NODE) TREE_OPERAND (SWITCH_STMT_CHECK (NODE), 1) macro
|
| HD | pt.c | 8681 RECUR (SWITCH_STMT_BODY (t)); in tsubst_expr()
|
| HD | ChangeLog | 6067 (SWITCH_STMT_COND, SWITCH_STMT_BODY, SWITCH_STMT_TYPE): Define.
|
| /freebsd-11-stable/contrib/gcc/doc/ |
| HD | c-tree.texi | 1751 for the condition. The @code{SWITCH_STMT_BODY} is the body of the switch
|
| /freebsd-11-stable/contrib/gcc/ |
| HD | ChangeLog-2005 | 24779 (SWITCH_STMT_COND, SWITCH_STMT_BODY, SWITCH_STMT_TYPE): Likewise. 25819 (c_finish_case): Use SWITCH_BODY rather than SWITCH_STMT_BODY. 33311 (SWITCH_STMT_COND, SWITCH_STMT_BODY): New.
|