Searched refs:genericize_c_loop (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
H A D | c-gimplify.cc | 228 genericize_c_loop (tree *stmt_p, location_t start_locus, tree cond, tree body, in genericize_c_loop() function 351 genericize_c_loop (&loop, EXPR_LOCATION (stmt), FOR_COND (stmt), in genericize_for_stmt() 367 genericize_c_loop (stmt_p, EXPR_LOCATION (stmt), WHILE_COND (stmt), in genericize_while_stmt() 379 genericize_c_loop (stmt_p, EXPR_LOCATION (stmt), DO_COND (stmt), in genericize_do_stmt()
|
H A D | ChangeLog | 623 * c-gimplify.c (genericize_c_loop): Use option directly. 632 * c-gimplify.c (genericize_c_loop): Use option directly. 1982 * c-gimplify.c (genericize_c_loop): Rewrite to match 2014 (genericize_c_loop): Move from cp front end.
|