Home
last modified time | relevance | path

Searched refs:label_context_stack_se (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/gcc/gcc/
H A Dc-typeck.c68 struct c_label_context_se *label_context_stack_se; variable
6975 nlist->next = label_context_stack_se->labels_used; in c_finish_goto_label()
6977 label_context_stack_se->labels_used = nlist; in c_finish_goto_label()
7524 for (glist = label_context_stack_se->labels_used; in c_begin_stmt_expr()
7533 nstack->next = label_context_stack_se; in c_begin_stmt_expr()
7534 label_context_stack_se = nstack; in c_begin_stmt_expr()
7557 for (dlist = label_context_stack_se->labels_def; in c_finish_stmt_expr()
7565 for (glist = label_context_stack_se->next->labels_used; in c_finish_stmt_expr()
7573 glist_prev->next = label_context_stack_se->labels_used; in c_finish_stmt_expr()
7575 label_context_stack_se->next->labels_used in c_finish_stmt_expr()
[all …]
H A Dc-tree.h530 extern struct c_label_context_se *label_context_stack_se;
H A Dc-decl.c2623 nlist_se->next = label_context_stack_se->labels_def; in define_label()
2625 label_context_stack_se->labels_def = nlist_se; in define_label()
6016 nstack_se->next = label_context_stack_se; in start_function()
6017 label_context_stack_se = nstack_se; in start_function()
6037 label_context_stack_se = label_context_stack_se->next; in start_function()
6705 label_context_stack_se = label_context_stack_se->next; in finish_function()
/openbsd-src/gnu/gcc/gcc/objc/
H A Dobjc-act.c8521 nstack_se->next = label_context_stack_se; in objc_start_function()
8522 label_context_stack_se = nstack_se; in objc_start_function()