Lines Matching refs:new_scope
1089 scope_t *new_scope; variable
1092 new_scope = scope_alloc();
1093 new_scope->type = SCOPE_IF;
1094 new_scope->begin_addr = instruction_ptr;
1095 new_scope->func_num = $2->info.condinfo->func_num;
1099 scope_t *new_scope; variable
1117 new_scope = scope_alloc();
1118 new_scope->type = SCOPE_ELSE_IF;
1119 new_scope->begin_addr = instruction_ptr;
1120 new_scope->func_num = $3->info.condinfo->func_num;
1124 scope_t *new_scope; variable
1141 new_scope = scope_alloc();
1142 new_scope->type = SCOPE_ELSE;
1143 new_scope->begin_addr = instruction_ptr;