Searched refs:type_warnings (Results 1 – 3 of 3) sorted by relevance
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 ();3131 if (!final_warning_records->type_warnings3133 final_warning_records->type_warnings3271 if (!final_warning_records->type_warnings3273 final_warning_records->type_warnings3831 i < final_warning_records->type_warnings.length (); i++)3832 if (final_warning_records->type_warnings[i].count)[all …]
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()3147 if (!final_warning_records->type_warnings in possible_polymorphic_call_targets()3149 final_warning_records->type_warnings in possible_polymorphic_call_targets()3295 if (!final_warning_records->type_warnings in possible_polymorphic_call_targets()3297 final_warning_records->type_warnings in possible_polymorphic_call_targets()3855 i < final_warning_records->type_warnings.length (); i++) in ipa_devirt()3856 if (final_warning_records->type_warnings[i].count) in ipa_devirt()[all …]