GCC Middle and Back End API Reference
final_warning_record Class Reference
Collaboration diagram for final_warning_record:

Public Member Functions

void grow_type_warnings (unsigned newlen)
 

Data Fields

profile_count dyn_count
 
auto_vec< odr_type_warn_counttype_warnings
 
hash_map< tree, decl_warn_countdecl_warnings
 

Detailed Description

Information about type and decl warnings.   

Member Function Documentation

◆ grow_type_warnings()

void final_warning_record::grow_type_warnings ( unsigned newlen)

Field Documentation

◆ decl_warnings

hash_map<tree, decl_warn_count> final_warning_record::decl_warnings

◆ dyn_count

profile_count final_warning_record::dyn_count

◆ type_warnings

auto_vec<odr_type_warn_count> final_warning_record::type_warnings

The documentation for this class was generated from the following file: