Home
last modified time | relevance | path

Searched refs:continue_label (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/external/bsd/bc/dist/
H A Dbc.y205 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 Dglobal.h43 EXTERN int continue_label; variable
H A Dutil.c253 continue_label = 0; in init_gen()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dstub-objc.c434 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 Dstub-objc.cc435 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 Dcoroutines.cc2203 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 Dcoroutines.cc2308 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 Dobjc-act.cc9879 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 Dobjc-act.c9749 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 DChangeLog.tree-ssa7796 of catches, not reachability of continue_label. Never remove
H A DChangeLog-20004829 * stmt.c (expand_start_null_loop): Set continue_label.
H A DChangeLog-200433493 of catches, not reachability of continue_label. Never remove