Home
last modified time | relevance | path

Searched refs:begin_cond (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dsemantics.c551 begin_cond (tree *cond_p) in begin_cond() function
724 begin_cond (&IF_COND (r)); in begin_if_stmt()
860 begin_cond (&WHILE_COND (r)); in begin_while_stmt()
1044 begin_cond (&FOR_COND (for_stmt)); in finish_init_stmt()
1236 begin_cond (&SWITCH_STMT_COND (r)); in begin_switch_stmt()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dsemantics.cc755 begin_cond (tree *cond_p) in begin_cond() function
932 begin_cond (&IF_COND (r)); in begin_if_stmt()
1120 begin_cond (&WHILE_COND (r)); in begin_while_stmt()
1310 begin_cond (&FOR_COND (for_stmt)); in finish_init_stmt()
1507 begin_cond (&SWITCH_STMT_COND (r)); in begin_switch_stmt()
H A DChangeLog-20044714 * semantics.c (begin_cond): New.