Searched refs:IS_BREAK_STMT_P (Results 1 – 4 of 4) sorted by relevance
1563 #define IS_BREAK_STMT_P(WFL) TREE_LANG_FLAG_5 (WFL) macro
15305 IS_BREAK_STMT_P (break_continue) = is_break;15329 if (! IS_BREAK_STMT_P (node))
18870 IS_BREAK_STMT_P (break_continue) = is_break;18894 if (! IS_BREAK_STMT_P (node))
12097 (IS_FOR_LOOP_P, IS_BREAK_STMT_P): New macros.