Searched refs:continue_label (Results 1 – 12 of 12) sorted by relevance
| /netbsd-src/external/bsd/bc/dist/ |
| H A D | bc.y | 205 if (continue_label == 0) 210 continue_label); 246 $<i_value>$ = continue_label; 247 continue_label = next_label++; 249 continue_label); 267 continue_label, break_label); 270 continue_label = $<i_value>9; 289 $1 = continue_label; 290 continue_label = next_label++; 292 continue_label); [all …]
|
| H A D | global.h | 43 EXTERN int continue_label; variable
|
| H A D | util.c | 253 continue_label = 0; in init_gen()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/ |
| H A D | stub-objc.c | 434 tree ARG_UNUSED (break_label), tree ARG_UNUSED (continue_label)) in objc_finish_foreach_loop() argument
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
| H A D | stub-objc.cc | 435 tree ARG_UNUSED (break_label), tree ARG_UNUSED (continue_label)) in objc_finish_foreach_loop() argument
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | coroutines.cc | 2203 tree continue_label in build_actor_fn() local 2403 r = build_stmt (loc, LABEL_EXPR, continue_label); in build_actor_fn() 2431 continue_label, continuation, 2}; in build_actor_fn()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | coroutines.cc | 2308 tree continue_label in build_actor_fn() local 2536 r = build_stmt (loc, LABEL_EXPR, continue_label); in build_actor_fn() 2572 continue_label, continuation, 2}; in build_actor_fn()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/objc/ |
| H A D | objc-act.cc | 9879 tree break_label, tree continue_label) in objc_finish_foreach_loop() argument 10190 if (continue_label) in objc_finish_foreach_loop() 10192 t = build1 (LABEL_EXPR, void_type_node, continue_label); in objc_finish_foreach_loop()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/objc/ |
| H A D | objc-act.c | 9749 tree break_label, tree continue_label) in objc_finish_foreach_loop() argument 10060 if (continue_label) in objc_finish_foreach_loop() 10062 t = build1 (LABEL_EXPR, void_type_node, continue_label); in objc_finish_foreach_loop()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | ChangeLog.tree-ssa | 7796 of catches, not reachability of continue_label. Never remove
|
| H A D | ChangeLog-2000 | 4829 * stmt.c (expand_start_null_loop): Set continue_label.
|
| H A D | ChangeLog-2004 | 33493 of catches, not reachability of continue_label. Never remove
|