Home
last modified time | relevance | path

Searched refs:m_optgroup_flags (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Ddumpfile.h750 optgroup_flags_t m_optgroup_flags; variable
H A Ddumpfile.c183 m_optgroup_flags (OPTGROUP_NONE), in dump_manager()
1730 m_optgroup_flags = optgroup_flags; in opt_info_enable_passes()
1753 if (!(dfi->optgroup_flags & m_optgroup_flags)) in update_dfi_for_opt_info()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Ddumpfile.h760 optgroup_flags_t m_optgroup_flags; variable
H A Ddumpfile.cc185 m_optgroup_flags (OPTGROUP_NONE), in dump_manager()
1748 m_optgroup_flags = optgroup_flags; in opt_info_enable_passes()
1771 if (!(dfi->optgroup_flags & m_optgroup_flags)) in update_dfi_for_opt_info()
H A DChangeLog-20188978 (class gcc::dump_manager): Add fields "m_optgroup_flags",