| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxxabi/include/ |
| H A D | cxxabi.h | 94 void (*constructor)(void *), void (*destructor)(void *)); 98 void (*constructor)(void *), void (*destructor)(void *), 103 void (*constructor)(void *), void (*destructor)(void *), 108 void (*constructor)(void *), void (*destructor)(void *)); 136 size_t element_size, void (*constructor)(void *, void *),
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxxabi/include/ |
| H A D | cxxabi.h | 94 void (*constructor)(void *), void (*destructor)(void *)); 98 void (*constructor)(void *), void (*destructor)(void *), 103 void (*constructor)(void *), void (*destructor)(void *), 108 void (*constructor)(void *), void (*destructor)(void *)); 136 size_t element_size, void (*constructor)(void *, void *),
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/minifi-cpp/files/ |
| H A D | remove_const_due_to_std_lock_guard.patch | 8 …/work/ceph-15.2.4/src/rocksdb/util/channel.h:35:33: error: no matching constructor for initializat… 11 /usr/include/c++/v1/__mutex_base:90:14: note: candidate constructor not viable: 1st argument ('cons… 14 /usr/include/c++/v1/__mutex_base:100:5: note: candidate constructor not viable: no known conversion… 17 /usr/include/c++/v1/__mutex_base:94:5: note: candidate constructor not viable: requires 2 arguments…
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/ |
| H A D | kselftest_harness.h | 190 static void __attribute__((constructor)) _register_##test_name(void) \ 234 static void __attribute__((constructor)) \ 332 static void __attribute__((constructor)) \ 395 static void __attribute__((constructor)) \ 416 static void __attribute__((constructor)) \ 1060 static void __attribute__((constructor)) __constructor_order_first(void) in __constructor_order_first()
|
| /OK3568_Linux_fs/external/libmali/hook/ |
| H A D | injector.c | 3 __attribute__((constructor)) static void
|
| /OK3568_Linux_fs/kernel/Documentation/livepatch/ |
| H A D | shadow-vars.rst | 41 They also allow to call a custom constructor function when a non-zero 45 Note that the constructor is called under klp_shadow_lock spinlock. It allows 61 - initialize the variable using a custom constructor and data when provided 74 - initialize the variable using a custom constructor and data when provided
|
| /OK3568_Linux_fs/buildroot/package/qt5/qt5wayland/ |
| H A D | 0008-qwaylanddisplay-Wakeup-main-event-dispatcher-when-ev.patch | 102 …// Steps which is called just after constructor. This separates registry_global() out of the const…
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/ta/os_test_lib_dl/ |
| H A D | os_test_lib_dl.c | 12 static void __attribute__((constructor)) os_test_shlib_dl_init(void) in os_test_shlib_dl_init()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/ta/os_test_lib/ |
| H A D | os_test_lib.c | 12 static void __attribute__((constructor)) os_test_shlib_init(void) in os_test_shlib_init()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/ |
| H A D | bpf_rlimit.h | 4 static __attribute__((constructor)) void bpf_rlimit_ctor(void) in bpf_rlimit_ctor()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/dnn/ |
| H A D | layer.hpp | 64 static void registerLayer(const String &type, Constructor constructor);
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeoroutesegment/ |
| H A D | tst_qgeoroutesegment.h | 56 void constructor();
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeomaneuver/ |
| H A D | tst_qgeomaneuver.h | 58 void constructor();
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeolocation/ |
| H A D | tst_qgeolocation.h | 59 void constructor();
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeoroute/ |
| H A D | tst_qgeoroute.h | 59 void constructor();
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/ |
| H A D | sstream | 96 * The default constructor initializes the parent class using its 107 * The default constructor initializes the parent class using its 120 * This constructor initializes the parent class using its 338 // The const_cast avoids changing this constructor's signature, 366 // The move constructor initializes an __xfer_bufptrs temporary then 367 // delegates to this constructor to performs moves during its lifetime. 417 * @brief Default constructor starts with an empty string buffer. 575 * @brief Default constructor starts with an empty string buffer. 733 * @brief Default constructor starts with an empty string buffer.
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/ |
| H A D | sstream | 96 * The default constructor initializes the parent class using its 107 * The default constructor initializes the parent class using its 120 * This constructor initializes the parent class using its 338 // The const_cast avoids changing this constructor's signature, 366 // The move constructor initializes an __xfer_bufptrs temporary then 367 // delegates to this constructor to performs moves during its lifetime. 417 * @brief Default constructor starts with an empty string buffer. 575 * @brief Default constructor starts with an empty string buffer. 733 * @brief Default constructor starts with an empty string buffer.
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/vk-gl-cts/files/ |
| H A D | fix-clang-private-operator.patch | 11 TPoolAllocator(const TPoolAllocator&); // don't allow default copy constructor
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-webserver/recipes-support/fcgiwrap/fcgiwrap/ |
| H A D | 0001-Fix-implicit-fallthrough-warning.patch | 101 +# constructor 102 +# constructor_priority for constructor attribute with priority 182 + [constructor], [
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeoroutereply/ |
| H A D | tst_qgeoroutereply.h | 65 void constructor();
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeocodereply/ |
| H A D | tst_qgeocodereply.h | 75 void constructor();
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/rseq/ |
| H A D | rseq.c | 108 static __attribute__((constructor))
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-dbs/mongodb/mongodb/ |
| H A D | 0002-Fix-default-stack-size-to-256K.patch | 24 +__attribute__((constructor))
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/libeigen/ |
| H A D | libeigen_3.4.0.bb | 13 file://0001-Default-eigen_packet_wrapper-constructor.patch \
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-perl/recipes-perl/libextutils/ |
| H A D | libextutils-cppguess-perl_0.26.bb | 5 It can generate the necessary options to the Module::Build constructor or \
|