Home
last modified time | relevance | path

Searched refs:c_finish_loop (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-tree.h742 extern void c_finish_loop (location_t, location_t, tree, location_t, tree,
H A DChangeLog1237 (c_finish_loop): Delete.
2293 * c-tree.h (c_finish_loop): Add 2 further location_t arguments.
2294 * c-parser.c (c_parser_while_statement): Adjust c_finish_loop caller.
2297 * c-typeck.c (c_finish_loop): Add COND_LOCUS and INCR_LOCUS arguments,
3255 c_finish_loop, build_binary_op): Remove cilkplus support.
5581 * c-typeck.c (c_finish_loop): For unconditional loops, set the
6549 * c-typeck.c (c_finish_loop): Dito.
7408 (c_finish_loop): Likewise.
8154 (c_finish_loop): Added a check for array notations in a loop
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-tree.h725 extern void c_finish_loop (location_t, location_t, tree, location_t, tree,
H A Dc-parser.c6700 c_finish_loop (loc, loc, cond, UNKNOWN_LOCATION, NULL, body, in c_parser_while_statement()
6760 c_finish_loop (loc, cond_loc, cond, UNKNOWN_LOCATION, NULL, body, in c_parser_do_statement()
7030 c_finish_loop (for_loc, cond_loc, cond, incr_loc, incr, body, in c_parser_for_statement()
H A Dc-typeck.c11032 c_finish_loop (location_t start_locus, location_t cond_locus, tree cond, in c_finish_loop() function
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A DChangeLog1983 c_finish_loop in c-typeck.c.
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-20042183 * c-typeck.c (c_finish_loop): Improve initial implementations
19137 c_finish_goto_ptr, c_finish_return, c_finish_loop,
26263 * c-typeck.c (c_finish_loop): Don't clear cond for cond_is_first loops.
27971 (c_finish_loop): New.
H A DChangeLog-20058787 * c-typeck.c (c_finish_loop): Likewise.