Lines Matching refs:new_scope
1085 scope_t *new_scope;
1088 new_scope = scope_alloc();
1089 new_scope->type = SCOPE_IF;
1090 new_scope->begin_addr = instruction_ptr;
1091 new_scope->func_num = $2->info.condinfo->func_num;
1095 scope_t *new_scope;
1113 new_scope = scope_alloc();
1114 new_scope->type = SCOPE_ELSE_IF;
1115 new_scope->begin_addr = instruction_ptr;
1116 new_scope->func_num = $3->info.condinfo->func_num;
1120 scope_t *new_scope;
1137 new_scope = scope_alloc();
1138 new_scope->type = SCOPE_ELSE;
1139 new_scope->begin_addr = instruction_ptr;