Searched refs:nstack_vm (Results 1 – 1 of 1) sorted by relevance
6596 struct c_label_context_vm *nstack_vm; in start_function() local6611 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() local8160 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 …]