Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Ddumpfile.h269 typedef enum optgroup_flag optgroup_flags_t; typedef
271 static inline optgroup_flags_t
272 operator| (optgroup_flags_t lhs, optgroup_flags_t rhs)
274 return (optgroup_flags_t)((int)lhs | (int)rhs);
277 static inline optgroup_flags_t &
278 operator|= (optgroup_flags_t &lhs, optgroup_flags_t rhs)
280 lhs = (optgroup_flags_t)((int)lhs | (int)rhs);
308 optgroup_flags_t optgroup_flags;
507 extern const kv_pair<optgroup_flags_t> optgroup_options[];
671 dump_kind dkind, optgroup_flags_t optgroup_flags,
[all …]
H A Ddumpfile.c167 const kv_pair<optgroup_flags_t> optgroup_options[] =
214 dump_kind dkind, optgroup_flags_t optgroup_flags, in dump_register()
1725 opt_info_enable_passes (optgroup_flags_t optgroup_flags, dump_flags_t flags, in opt_info_enable_passes()
1908 optgroup_flags_t *optgroup_flags, char **filename)
1954 for (const kv_pair<optgroup_flags_t> *option_ptr = optgroup_options;
1990 optgroup_flags_t optgroup_flags;
H A Doptinfo-emit-json.cc259 for (const kv_pair<optgroup_flags_t> *optgroup = optgroup_options; in pass_to_json()
H A Dtree-pass.h50 optgroup_flags_t optinfo_flags;
H A Dpasses.c784 optgroup_flags_t optgroup_flags = OPTGROUP_NONE; in register_one_dump_file()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A 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 …]
H A 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()
H A Doptinfo-emit-json.cc259 for (const kv_pair<optgroup_flags_t> *optgroup = optgroup_options; in pass_to_json()
H A Dtree-pass.h50 optgroup_flags_t optinfo_flags;
H A Dpasses.cc831 optgroup_flags_t optgroup_flags = OPTGROUP_NONE; in register_one_dump_file()
H A 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 …]