Home
last modified time | relevance | path

Searched refs:optgroup_flags_t (Results 1 – 6 of 6) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Ddumpfile.h277 typedef enum optgroup_flag optgroup_flags_t; typedef
279 static inline optgroup_flags_t
280 operator| (optgroup_flags_t lhs, optgroup_flags_t rhs)
282 return (optgroup_flags_t)((std::underlying_type<dump_flags_t>::type)lhs
286 static inline optgroup_flags_t &
287 operator|= (optgroup_flags_t &lhs, optgroup_flags_t rhs)
289 lhs = (optgroup_flags_t)((std::underlying_type<dump_flags_t>::type)lhs
318 optgroup_flags_t optgroup_flags;
517 extern const kv_pair<optgroup_flags_t> optgroup_options[];
681 dump_kind dkind, optgroup_flags_t optgroup_flags,
[all …]
Ddumpfile.cc169 const kv_pair<optgroup_flags_t> optgroup_options[] =
216 dump_kind dkind, optgroup_flags_t optgroup_flags, in dump_register()
1743 opt_info_enable_passes (optgroup_flags_t optgroup_flags, dump_flags_t flags, in opt_info_enable_passes()
1938 optgroup_flags_t *optgroup_flags, char **filename) in opt_info_switch_p_1()
1984 for (const kv_pair<optgroup_flags_t> *option_ptr = optgroup_options; in opt_info_switch_p_1()
2020 optgroup_flags_t optgroup_flags; in opt_info_switch_p()
Doptinfo-emit-json.cc259 for (const kv_pair<optgroup_flags_t> *optgroup = optgroup_options; in pass_to_json()
Dtree-pass.h50 optgroup_flags_t optinfo_flags;
Dpasses.cc831 optgroup_flags_t optgroup_flags = OPTGROUP_NONE; in register_one_dump_file()
DChangeLog-201820156 (optgroup_options): Convert to kv_pair<optgroup_flags_t>; use
20158 (gcc::dump_manager::dump_register): Use optgroup_flags_t rather
20164 (gcc::dump_manager::opt_info_enable_passes): Use optgroup_flags_t
20168 to optgroup_flags_t *. Use TDF_NONE and OPTGROUP_NONE rather than
20172 optgroup_flags_t.
20190 (optgroup_flags_t): New typedef.
20191 (operator|, operator|=): Implement for optgroup_flags_t.
20194 optgroup_flags_t.
20199 optgroup_flags_t.
20210 local "optgroup_flags" to optgroup_flags_t.
[all …]