Home
last modified time | relevance | path

Searched refs:SWITCH_STMT_TYPE (Results 1 – 8 of 8) sorted by relevance

/freebsd-12.1/contrib/gcc/cp/
H A Dcp-gimplify.c351 *stmt_p = build3 (SWITCH_EXPR, SWITCH_STMT_TYPE (stmt), in gimplify_switch_stmt()
H A Dcp-tree.def308 SWITCH_STMT_COND, SWITCH_STMT_BODY and SWITCH_STMT_TYPE, respectively. */
H A Dsemantics.c979 SWITCH_STMT_TYPE (switch_stmt) = orig_type; in finish_switch_cond()
H A Dcp-tree.h3139 #define SWITCH_STMT_TYPE(NODE) TREE_OPERAND (SWITCH_STMT_CHECK (NODE), 2) macro
H A Ddecl.c2655 SWITCH_STMT_TYPE (cs->switch_stmt), in pop_switch()
H A DChangeLog6067 (SWITCH_STMT_COND, SWITCH_STMT_BODY, SWITCH_STMT_TYPE): Define.
/freebsd-12.1/contrib/gcc/doc/
H A Dc-tree.texi1752 statement. The @code{SWITCH_STMT_TYPE} is the original type of switch
/freebsd-12.1/contrib/gcc/
H A DChangeLog-200524779 (SWITCH_STMT_COND, SWITCH_STMT_BODY, SWITCH_STMT_TYPE): Likewise.
33310 * c-common.h (SWITCH_TYPE): Rename to SWITCH_STMT_TYPE.