Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/
H A Dc-decl.c6596 struct c_label_context_vm *nstack_vm; in start_function() local
6611 nstack_vm->labels_def = NULL; in start_function()
6612 nstack_vm->labels_used = NULL; in start_function()
6613 nstack_vm->scope = 0; in start_function()
6614 nstack_vm->next = label_context_stack_vm; in start_function()
6615 label_context_stack_vm = nstack_vm; in start_function()
8144 struct c_label_context_vm *nstack_vm; in start_block_helper_function() local
8160 nstack_vm->labels_def = NULL; in start_block_helper_function()
8161 nstack_vm->labels_used = NULL; in start_block_helper_function()
8162 nstack_vm->scope = 0; in start_block_helper_function()
[all …]