Home
last modified time | relevance | path

Searched refs:default_options (Results 1 – 14 of 14) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/common/
HDcommon-targhooks.h33 extern const struct default_options empty_optimization_table[];
HDcommon-targhooks.c82 const struct default_options empty_optimization_table[] =
HDcommon-target.h47 struct default_options struct
HDcommon-target.def51 const struct default_options *, empty_optimization_table)
/dragonfly/contrib/gcc-8.0/gcc/common/
HDcommon-targhooks.h32 extern const struct default_options empty_optimization_table[];
HDcommon-targhooks.c80 const struct default_options empty_optimization_table[] =
HDcommon-target.h46 struct default_options struct
HDcommon-target.def50 const struct default_options *, empty_optimization_table)
/dragonfly/contrib/dhcpcd/src/
HDif-options.c63 static unsigned long long default_options; variable
2501 if (default_options == 0) { in read_config()
2502 default_options |= DHCPCD_CONFIGURE | DHCPCD_DAEMONISE | in read_config()
2508 default_options |= DHCPCD_IPV4 | DHCPCD_ARP | in read_config()
2516 default_options |= DHCPCD_IPV6 | DHCPCD_IPV6RS | in read_config()
2522 default_options |= DHCPCD_DEV; in read_config()
2525 ifo->options |= default_options; in read_config()
/dragonfly/contrib/gcc-4.7/gcc/
HDopts.c322 const struct default_options *default_opt, in maybe_default_option()
405 const struct default_options *default_opts, in maybe_default_options()
421 static const struct default_options default_options_table[] =
/dragonfly/contrib/gcc-4.7/gcc/common/config/i386/
HDi386-common.c600 static const struct default_options ix86_option_optimization_table[] =
/dragonfly/contrib/gcc-8.0/gcc/
HDopts.c334 const struct default_options *default_opt, in maybe_default_option()
423 const struct default_options *default_opts, in maybe_default_options()
440 static const struct default_options default_options_table[] =
/dragonfly/contrib/gcc-8.0/gcc/common/config/i386/
HDi386-common.c1326 static const struct default_options ix86_option_optimization_table[] =
/dragonfly/contrib/gcc-4.7/gcc/doc/
HDtm.texi737 @deftypevr {Common Target Hook} {const struct default_options *} TARGET_OPTION_OPTIMIZATION_TABLE