Home
last modified time | relevance | path

Searched refs:simplify_loop_decl_cond (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dsemantics.c588 simplify_loop_decl_cond (tree *cond_p, tree body) in simplify_loop_decl_cond() function
889 simplify_loop_decl_cond (&WHILE_COND (while_stmt), WHILE_BODY (while_stmt)); in finish_while_stmt_cond()
1071 simplify_loop_decl_cond (&FOR_COND (for_stmt), FOR_BODY (for_stmt)); in finish_for_cond()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dsemantics.cc792 simplify_loop_decl_cond (tree *cond_p, tree body) in simplify_loop_decl_cond() function
1149 simplify_loop_decl_cond (&WHILE_COND (while_stmt), WHILE_BODY (while_stmt)); in finish_while_stmt_cond()
1337 simplify_loop_decl_cond (&FOR_COND (for_stmt), FOR_BODY (for_stmt)); in finish_for_cond()
H A DChangeLog11 * semantics.cc (simplify_loop_decl_cond): Use cp_build_unary_op with
H A DChangeLog-20044717 (simplify_loop_decl_cond): Likewise.
4822 (simplify_loop_decl_cond): New.
H A DChangeLog-20082383 * semantics.c (simplify_loop_decl_cond): Fix calls for SFINAE.
H A DChangeLog-20161308 * semantics.c (simplify_loop_decl_cond): Likewise.