Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gdb/dist/gdb/
Ddtrace-probe.c162 bool is_enabled () const;
670 dtrace_probe::is_enabled () const in is_enabled() function
754 else if (this->is_enabled ()) in gen_info_probes_table_values()
775 if (this->is_enabled ()) in enable()
799 if (!this->is_enabled ()) in disable()
DChangeLog-20171638 (dtrace_probe::is_enabled, dtrace_probe::enable)
2046 (dtrace_probe::is_enabled): ...this. Adjust code to reflect
/netbsd/src/sys/dev/i2c/
Dtps65217pmic.c142 bool is_enabled; /* regulator is enabled */ member
629 regulator->is_enabled = true; in tps65217pmic_regulator_read_config()
631 regulator->is_enabled = false; in tps65217pmic_regulator_read_config()
694 if (c_reg->is_enabled) { in tps65217pmic_print_ldos()
898 if (!regulator->is_enabled) in tps65217pmic_set_volt()
1000 regulator->is_enabled = enable; in tps65217reg_enable()
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dtree-switch-conversion.h294 static inline bool is_enabled (void);
436 static inline bool is_enabled (void) in is_enabled() function
514 bool jump_table_cluster::is_enabled (void) in is_enabled() function
Dgimple-if-to-switch.cc483 return (jump_table_cluster::is_enabled () in gate()
484 || bit_test_cluster::is_enabled ()); in gate()
Dtree-switch-conversion.cc1180 if (!is_enabled ()) in find_jump_tables()
1320 if (!is_enabled ()) in find_bit_tests()
DChangeLog-20129049 * config/sh/sh.c (builtin_description): Add is_enabled member.
9053 sh_init_builtins. Add is_enabled checking. Move variable declarations
9056 sh_builtin_decl. Add is_enabled checking.
DChangeLog-201818729 Bail out if is_enabled is false.
18730 * tree-switch-conversion.h (jump_table_cluster::is_enabled):
18732 (jump_table_cluster::is_enabled): New function.
DChangeLog-20206235 * tree-switch-conversion.h (is_enabled): New function.
DChangeLog-201915841 as it's already handled in ::is_enabled. Allocate output
/netbsd/src/external/gpl3/gcc/dist/gcc/config/sh/
Dsh.cc10163 bool (* const is_enabled) (void); member
10269 if (!d->is_enabled ()) in sh_init_builtins()
10432 if (!bdesc[code].is_enabled ()) in sh_builtin_decl()