/openbmc/entity-manager/src/ |
H A D | overlay.cpp | 134 const std::string& constructor) in createDevice() argument 137 deviceConstructor /= constructor; in createDevice() 169 const std::string& constructor, const std::string& destructor, in buildDevice() argument 182 createDevice(busPath, parameters, constructor); in buildDevice() 194 constructor, destructor, hasHWMonDir, in buildDevice() 203 constructor, destructor, hasHWMonDir, in buildDevice() 225 std::string constructor = exportTemplate.add; in exportDevice() local 270 createDevice(busPath, parameters, constructor); in exportDevice() 274 buildDevice(name, busPath, parameters, *bus, *address, constructor, in exportDevice()
|
H A D | devices.hpp | 56 ExportTemplate(const char* params, const char* bus, const char* constructor, in ExportTemplate() 58 parameters(params), busPath(bus), add(constructor), remove(destructor), in ExportTemplate()
|
/openbmc/qemu/util/ |
H A D | qemu-timer-common.c | 36 static void __attribute__((constructor)) init_get_clock(void) in init_get_clock() 53 static void __attribute__((constructor)) init_get_clock(void) in init_get_clock()
|
H A D | cpuinfo-loongarch.c | 19 unsigned __attribute__((constructor)) cpuinfo_init(void) in cpuinfo_init()
|
H A D | cpuinfo-ppc.c | 29 unsigned __attribute__((constructor)) cpuinfo_init(void) in cpuinfo_init()
|
/openbmc/qemu/tests/qtest/libqos/ |
H A D | qgraph_internal.h | 63 QOSCreateDriverFunc constructor; member 66 QOSCreateMachineFunc constructor; member
|
H A D | qgraph.c | 625 node->u.machine.constructor = function; in qos_node_create_machine_args() 633 node->u.driver.constructor = function; in qos_node_create_driver() 642 node->u.driver.constructor = function; in qos_node_create_driver_named() 745 obj = node->u.machine.constructor(qts); in qos_machine_new() 756 obj = node->u.driver.constructor(parent, alloc, arg); in qos_driver_new()
|
/openbmc/qemu/include/qemu/ |
H A D | module.h | 29 static void __attribute__((constructor)) do_qemu_init_ ## function(void) \ 36 static void __attribute__((constructor)) do_qemu_init_ ## function(void) \
|
/openbmc/sdbusplus/tools/sdbusplus/templates/ |
H A D | interface.client.hpp.mako | 54 // Delete default constructor as these should only be constructed 65 // Conversion constructor from proxy used by client_t.
|
/openbmc/qemu/ebpf/ |
H A D | ebpf.h | 22 static void __attribute__((constructor)) ebpf_binary_init_ ## fn(void) \
|
/openbmc/qemu/block/ |
H A D | dmg-lzfse.c | 48 __attribute__((constructor))
|
H A D | dmg-bz2.c | 55 __attribute__((constructor))
|
/openbmc/phosphor-host-ipmid/ |
H A D | groupext.cpp | 6 void register_netfn_groupext_functions() __attribute__((constructor));
|
/openbmc/phosphor-time-manager/ |
H A D | .clang-tidy | 7 bugprone-copy-constructor-init, 38 bugprone-string-constructor, 52 bugprone-undelegated-constructor, 222 google-explicit-constructor, 260 performance-move-constructor-init, 263 performance-noexcept-move-constructor,
|
/openbmc/bios-bmc-smm-error-logger/ |
H A D | .clang-tidy | 167 bugprone-copy-constructor-init, 194 bugprone-string-constructor, 208 bugprone-undelegated-constructor, 229 performance-move-constructor-init, 231 performance-noexcept-move-constructor,
|
/openbmc/phosphor-pid-control/ipmi/ |
H A D | main_ipmi.cpp | 39 void setupGlobalOemFanControl() __attribute__((constructor));
|
/openbmc/google-ipmi-sys/ |
H A D | main.cpp | 43 void setupGoogleOemSysCommands() __attribute__((constructor));
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/vk-gl-cts/files/ |
H A D | fix-clang-private-operator.patch | 13 TPoolAllocator(const TPoolAllocator&); // don't allow default copy constructor
|
/openbmc/phosphor-bmc-code-mgmt/ |
H A D | .clang-tidy | 7 bugprone-copy-constructor-init, 38 bugprone-string-constructor, 52 bugprone-undelegated-constructor, 225 performance-move-constructor-init, 228 performance-noexcept-move-constructor,
|
/openbmc/phosphor-state-manager/ |
H A D | .clang-tidy | 7 bugprone-copy-constructor-init, 38 bugprone-string-constructor, 52 bugprone-undelegated-constructor, 249 performance-move-constructor-init, 252 performance-noexcept-move-constructor,
|
/openbmc/phosphor-led-manager/ |
H A D | .clang-tidy | 7 bugprone-copy-constructor-init, 38 bugprone-string-constructor, 52 bugprone-undelegated-constructor, 249 performance-move-constructor-init, 252 performance-noexcept-move-constructor,
|
/openbmc/phosphor-psu-code-mgmt/ |
H A D | .clang-tidy | 7 bugprone-copy-constructor-init, 37 bugprone-string-constructor, 51 bugprone-undelegated-constructor, 221 performance-move-constructor-init, 224 performance-noexcept-move-constructor,
|
/openbmc/phosphor-led-sysfs/ |
H A D | .clang-tidy | 9 bugprone-copy-constructor-init, 40 bugprone-string-constructor, 54 bugprone-undelegated-constructor, 225 google-explicit-constructor, 264 performance-move-constructor-init, 267 performance-noexcept-move-constructor,
|
/openbmc/linux/tools/testing/selftests/ |
H A D | kselftest_harness.h | 199 static void __attribute__((constructor)) _register_##test_name(void) \ 243 static void __attribute__((constructor)) \ 343 static void __attribute__((constructor)) \ 408 static void __attribute__((constructor)) \ 429 static void __attribute__((constructor)) \ 1218 static void __attribute__((constructor)) __constructor_order_first(void) in __constructor_order_first()
|
/openbmc/phosphor-ipmi-blobs/ |
H A D | main.cpp | 43 void setupBlobGlobalHandler() __attribute__((constructor));
|