Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/gcc/
H A Dc-decl.c6004 struct c_label_context_vm *nstack_vm; in start_function() local
6019 nstack_vm = XOBNEW (&parser_obstack, struct c_label_context_vm); in start_function()
6020 nstack_vm->labels_def = NULL; in start_function()
6021 nstack_vm->labels_used = NULL; in start_function()
6022 nstack_vm->scope = 0; in start_function()
6023 nstack_vm->next = label_context_stack_vm; in start_function()
6024 label_context_stack_vm = nstack_vm; in start_function()
/openbsd-src/gnu/gcc/gcc/objc/
H A Dobjc-act.c8517 struct c_label_context_vm *nstack_vm; in objc_start_function() local
8523 nstack_vm = XOBNEW (&parser_obstack, struct c_label_context_vm); in objc_start_function()
8524 nstack_vm->labels_def = NULL; in objc_start_function()
8525 nstack_vm->labels_used = NULL; in objc_start_function()
8526 nstack_vm->scope = 0; in objc_start_function()
8527 nstack_vm->next = label_context_stack_vm; in objc_start_function()
8528 label_context_stack_vm = nstack_vm; in objc_start_function()