Home
last modified time | relevance | path

Searched refs:nstack_se (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/gcc/gcc/
H A Dc-decl.c6003 struct c_label_context_se *nstack_se; in start_function() local
6013 nstack_se = XOBNEW (&parser_obstack, struct c_label_context_se); in start_function()
6014 nstack_se->labels_def = NULL; in start_function()
6015 nstack_se->labels_used = NULL; in start_function()
6016 nstack_se->next = label_context_stack_se; in start_function()
6017 label_context_stack_se = nstack_se; in start_function()
/openbsd-src/gnu/gcc/gcc/objc/
H A Dobjc-act.c8516 struct c_label_context_se *nstack_se; in objc_start_function() local
8518 nstack_se = XOBNEW (&parser_obstack, struct c_label_context_se); in objc_start_function()
8519 nstack_se->labels_def = NULL; in objc_start_function()
8520 nstack_se->labels_used = NULL; in objc_start_function()
8521 nstack_se->next = label_context_stack_se; in objc_start_function()
8522 label_context_stack_se = nstack_se; in objc_start_function()