Searched refs:nstack (Results 1 – 2 of 2) sorted by relevance
1187 int nstack; in arm_push_dummy_call() local1198 nstack = 0; in arm_push_dummy_call()1201 nstack = 0; in arm_push_dummy_call()1272 argnum, nstack); in arm_push_dummy_call()1274 nstack += DEPRECATED_REGISTER_SIZE; in arm_push_dummy_call()1283 if (nstack & 4) in arm_push_dummy_call()
7511 struct c_label_context_se *nstack; in c_begin_stmt_expr() local7530 nstack = XOBNEW (&parser_obstack, struct c_label_context_se); in c_begin_stmt_expr()7531 nstack->labels_def = NULL; in c_begin_stmt_expr()7532 nstack->labels_used = NULL; in c_begin_stmt_expr()7533 nstack->next = label_context_stack_se; in c_begin_stmt_expr()7534 label_context_stack_se = nstack; in c_begin_stmt_expr()7662 struct c_label_context_vm *nstack; in c_begin_vm_scope() local7679 nstack = XOBNEW (&parser_obstack, struct c_label_context_vm); in c_begin_vm_scope()7680 nstack->labels_def = NULL; in c_begin_vm_scope()7681 nstack->labels_used = NULL; in c_begin_vm_scope()[all …]