Home
last modified time | relevance | path

Searched refs:check_for_return_continue (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dconstexpr.c7528 check_for_return_continue (tree *tp, int *walk_subtrees, void *data) in check_for_return_continue() function
7548 if (tree r = cp_walk_tree (&x, check_for_return_continue, data, \ in check_for_return_continue()
8086 = cp_walk_tree (&FOR_BODY (t), check_for_return_continue, in potential_constant_expression_1()
8126 = cp_walk_tree (&WHILE_BODY (t), check_for_return_continue, in potential_constant_expression_1()
8152 = cp_walk_tree (&SWITCH_STMT_BODY (t), check_for_return_continue, in potential_constant_expression_1()
8593 check_for_return_continue, &data, in potential_constant_expression_1()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dconstexpr.cc8466 check_for_return_continue (tree *tp, int *walk_subtrees, void *data) in check_for_return_continue() function
8486 if (tree r = cp_walk_tree (&x, check_for_return_continue, data, \ in check_for_return_continue()
9032 = cp_walk_tree (&FOR_BODY (t), check_for_return_continue, in potential_constant_expression_1()
9072 = cp_walk_tree (&WHILE_BODY (t), check_for_return_continue, in potential_constant_expression_1()
9098 = cp_walk_tree (&SWITCH_STMT_BODY (t), check_for_return_continue, in potential_constant_expression_1()
9553 check_for_return_continue, &data, in potential_constant_expression_1()
H A DChangeLog-20215241 (check_for_return_continue): Also look for BREAK_STMT. Handle
H A DChangeLog-20194466 (check_for_return_continue): New function.