Searched refs:type_warnings (Results 1 – 2 of 2) sorted by relevance
2996 auto_vec<odr_type_warn_count> type_warnings; member in final_warning_record3003 unsigned len = type_warnings.length (); in grow_type_warnings()3006 type_warnings.safe_grow_cleared (newlen, true); in grow_type_warnings()3008 type_warnings[i].dyn_count = profile_count::zero (); in grow_type_warnings()3146 final_warning_records->type_warnings[(*slot)->type_warning - 1].count++; in possible_polymorphic_call_targets()3147 if (!final_warning_records->type_warnings in possible_polymorphic_call_targets()3149 final_warning_records->type_warnings in possible_polymorphic_call_targets()3152 final_warning_records->type_warnings[(*slot)->type_warning - 1].dyn_count in possible_polymorphic_call_targets()3153 = final_warning_records->type_warnings[(*slot)->type_warning - 1].dyn_count in possible_polymorphic_call_targets()3294 final_warning_records->type_warnings[outer_type->id].count++; in possible_polymorphic_call_targets()[all …]
2980 auto_vec<odr_type_warn_count> type_warnings;2987 unsigned len = type_warnings.length ();2990 type_warnings.safe_grow_cleared (newlen);2992 type_warnings[i].dyn_count = profile_count::zero ();3130 final_warning_records->type_warnings[(*slot)->type_warning - 1].count++;3131 if (!final_warning_records->type_warnings3133 final_warning_records->type_warnings3136 final_warning_records->type_warnings[(*slot)->type_warning - 1].dyn_count3137 = final_warning_records->type_warnings[(*slot)->type_warning - 1].dyn_count3270 final_warning_records->type_warnings[outer_type->id].count++;[all …]