Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/
H A Dc-decl.c6595 struct c_label_context_se *nstack_se; in start_function() local
6604 nstack_se = XOBNEW (&parser_obstack, struct c_label_context_se); in start_function()
6605 nstack_se->labels_def = NULL; in start_function()
6606 nstack_se->labels_used = NULL; in start_function()
6607 nstack_se->next = label_context_stack_se; in start_function()
6608 label_context_stack_se = nstack_se; in start_function()
8143 struct c_label_context_se *nstack_se; in start_block_helper_function() local
8154 nstack_se->labels_def = NULL; in start_block_helper_function()
8155 nstack_se->labels_used = NULL; in start_block_helper_function()
8156 nstack_se->next = label_context_stack_se; in start_block_helper_function()
[all …]