Home
last modified time | relevance | path

Searched refs:constructor (Results 1 – 25 of 184) sorted by relevance

12345678

/freebsd-14-stable/contrib/netbsd-tests/lib/csu/
HDt_crt0.sh36 constructor executed
52 constructor executed
68 constructor executed
89 constructor executed
/freebsd-14-stable/crypto/openssl/doc/man3/
HDOSSL_DECODER_CTX.pod106 For every decoding done, even an intermediary one, a constructor provided by
109 The constructor is set with OSSL_DECODER_CTX_set_construct().
112 decoder that was just used, and that may be useful for the constructor.
150 OSSL_DECODER_CTX_set_construct() sets the constructor I<construct>.
152 OSSL_DECODER_CTX_set_construct_data() sets the constructor data that is
153 passed to the constructor every time it's called.
155 OSSL_DECODER_CTX_set_cleanup() sets the constructor data I<cleanup>
165 decode instance I<decoder_inst> that the constructor got and an object
178 The B<OSSL_DECODER_INSTANCE> for the decoder from which the constructor gets
193 The constructor is expected to return 1 when the data it receives can be
[all …]
HDOSSL_ENCODER_CTX.pod83 At the beginning of the encoding process, a constructor provided by the
86 The constructor is set with OSSL_ENCODER_CTX_set_construct().
90 constructor. There are some functions to extract data from this type,
125 OSSL_ENCODER_CTX_set_construct() sets the constructor I<construct>.
127 OSSL_ENCODER_CTX_set_construct_data() sets the constructor data that is
128 passed to the constructor every time it's called.
130 OSSL_ENCODER_CTX_set_cleanup() sets the constructor data I<cleanup>
141 The B<OSSL_ENCODER_INSTANCE> for the encoder from which the constructor gets
150 The constructor is expected to return a valid (non-NULL) pointer to a
154 These utility functions may be used by a constructor:
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/AST/
HDCXXRecordDeclDefinitionBits.def126 /// even if the class has a trivial default constructor.
196 /// constructor which is neither the copy nor move constructor.
200 /// constructor.
203 /// True if a defaulted default constructor for this class would
207 /// True if this class has a constexpr default constructor.
209 /// This is true for either a user-declared constexpr default constructor
210 /// or an implicitly declared constexpr default constructor.
223 /// Whether we have a C++11 user-provided default constructor (not
231 /// Whether an implicit copy constructor could have a const-qualified
240 /// Whether any declared copy constructor has a const-qualified
/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/builtins/cpu_model/
HDcpu_model.h24 #if __has_attribute(constructor)
34 #define CONSTRUCTOR_ATTRIBUTE __attribute__((constructor(90)))
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Basic/
HDDiagnosticASTKinds.td32 "%select{non-constexpr|undefined}0 %select{function|constructor}1 %2 cannot "
35 "constructor inherited from base class %0 cannot be used in a "
74 "constructor of base class %0 is not called">;
264 "in implicit initialization for inherited constructor of %0">;
691 "%select{method %5|constructor|destructor}4|"
692 "%select{method %5|constructor|destructor}4 "
694 "%select{method %5|constructor|destructor}4 "
696 "%select{method %5|constructor|destructor}4 "
698 "%select{method %5|constructor|destructor}4 "
700 "%select{method %5|constructor|destructor}4 "
[all …]
/freebsd-14-stable/contrib/libarchive/libarchive/test/
HDtest_archive_read_support.c33 typedef struct archive *constructor(void); typedef
49 test_success(constructor new_, enabler enable_, destructor free_) in test_success()
65 test_failure(constructor new_, enabler enable_, destructor free_) in test_failure()
/freebsd-14-stable/sbin/nvmecontrol/
HDcomnd.h88 static void cmd_register_##c(void) __attribute__((constructor)); \
91 static void cmd_register_##c_##sc(void) __attribute__((constructor)); \
/freebsd-14-stable/sys/contrib/openzfs/module/os/freebsd/spl/
HDspl_kmem.c157 int (*constructor)(void *, void *, int), void (*destructor)(void *, void *), in kmem_cache_create()
166 cache->kc_constructor = constructor; in kmem_cache_create()
171 constructor != NULL ? kmem_std_constructor : NULL, in kmem_cache_create()
/freebsd-14-stable/sys/contrib/openzfs/lib/libspl/include/
HDumem.h162 umem_constructor_t *constructor, in umem_cache_create() argument
174 cp->cache_constructor = constructor; in umem_cache_create()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Commands/
HDOptionsBase.td25 // - `Option` constructor: Already set by constructor.
33 // - `Option` constructor: Already set by constructor.
/freebsd-14-stable/lib/libthr/thread/
HDthr_autoinit.c45 void _thread_init_hack(void) __attribute__ ((constructor));
/freebsd-14-stable/contrib/googletest/docs/
HDfaq.md106 if all these implementations have a public default constructor (such that
285 ## Should I use the constructor/destructor of the test fixture or SetUp()/TearDown()? {#CtorVsSetUp}
293 between using the test fixture constructor/destructor or `SetUp()`/`TearDown()`.
296 * By initializing a member variable in the constructor, we have the option to
300 constructor is guaranteed to call the base class' constructor *first*, and
310 dispatch. It will use the definition from the class the constructor of which
312 derived class constructor has a chance to run is very dangerous - the
316 * In the body of a constructor (or destructor), it's not possible to use the
320 executable, or to use `SetUp()` instead of a constructor.
370 ## My compiler complains that a constructor (or destructor) cannot return a value. What's going on?
[all …]
/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/builtins/aarch64/
HDsme-abi-vg.c16 __attribute__((constructor(90))) static void get_aarch64_cpu_features(void) { in get_aarch64_cpu_features()
HDsme-abi-init.c49 __attribute__((constructor(90)))
/freebsd-14-stable/usr.bin/mkimg/
HDformat.h39 static void format_register_##nm(void) __attribute__((constructor)); \
/freebsd-14-stable/lib/libcasper/libcasper/
HDlibcasper_service.h55 #define __constructor __attribute__((constructor))
/freebsd-14-stable/lib/libnetmap/
HDnmctx-pthreads.c64 void __attribute__ ((constructor))
/freebsd-14-stable/sys/netgraph/
HDng_ip_input.c99 .constructor = ngipi_cons,
HDng_echo.c67 .constructor = nge_cons,
/freebsd-14-stable/sbin/hastd/
HDproto_impl.h39 #define __constructor __attribute__((constructor))
/freebsd-14-stable/contrib/openbsm/bin/auditdistd/
HDproto_impl.h38 #define __constructor __attribute__((constructor))
/freebsd-14-stable/contrib/llvm-project/clang/lib/Analysis/
HDCallGraph.cpp190 if (auto constructor = dyn_cast<CXXConstructorDecl>(D)) { in addNodeForDecl() local
191 for (CXXCtorInitializer *init : constructor->inits()) { in addNodeForDecl()
/freebsd-14-stable/lib/libstdbuf/
HDstdbuf.c100 __attribute__ ((constructor)) static void
/freebsd-14-stable/lib/csu/common/
HDcrtbegin.c114 __attribute__((constructor))

12345678