Home
last modified time | relevance | path

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

12345678

/freebsd/cddl/compat/opensolaris/lib/libumem/
H A Dumem.c33 umem_constructor_t *constructor; member
104 …te(char *debug_name, size_t bufsize, size_t align, umem_constructor_t *constructor, umem_destructo… in umem_cache_create() argument
112 cache->constructor = constructor; in umem_cache_create()
135 if(cache->constructor != NULL) { in umem_cache_alloc()
136 if(cache->constructor(buf, cache->callback_data, flags) != 0) { in umem_cache_alloc()
/freebsd/contrib/netbsd-tests/lib/csu/
H A Dt_crt0.sh36 constructor executed
52 constructor executed
68 constructor executed
89 constructor executed
/freebsd/crypto/openssl/doc/man3/
H A DOSSL_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.
149 OSSL_DECODER_CTX_set_construct() sets the constructor I<construct>.
151 OSSL_DECODER_CTX_set_construct_data() sets the constructor data that is
152 passed to the constructor every time it's called.
154 OSSL_DECODER_CTX_set_cleanup() sets the constructor data I<cleanup>
164 decode instance I<decoder_inst> that the constructor got and an object
192 The constructor is expected to return 1 when the data it receives can be
195 These utility functions may be used by a constructor:
[all …]
H A DOSSL_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,
124 OSSL_ENCODER_CTX_set_construct() sets the constructor I<construct>.
126 OSSL_ENCODER_CTX_set_construct_data() sets the constructor data that is
127 passed to the constructor every time it's called.
129 OSSL_ENCODER_CTX_set_cleanup() sets the constructor data I<cleanup>
140 The B<OSSL_ENCODER_INSTANCE> for the encoder from which the constructor gets
149 The constructor is expected to return a valid (non-NULL) pointer to a
153 These utility functions may be used by a constructor:
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/cpu_model/
H A Dcpu_model.h24 #if __has_attribute(constructor)
34 #define CONSTRUCTOR_ATTRIBUTE __attribute__((constructor(90)))
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DCXXRecordDeclDefinitionBits.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/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticASTKinds.td74 "constructor of base class %0 is not called">;
689 "%select{method %5|constructor|destructor}4|"
690 "%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 "
702 "%select{method %5|constructor|destructor}4 "
704 "%select{method %5|constructor|destructor}4 "
[all …]
/freebsd/contrib/libarchive/libarchive/test/
H A Dtest_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/sbin/nvmecontrol/
H A Dcomnd.h88 static void cmd_register_##c(void) __attribute__((constructor)); \
91 static void cmd_register_##c_##sc(void) __attribute__((constructor)); \
/freebsd/sys/contrib/openzfs/module/os/freebsd/spl/
H A Dspl_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/sys/contrib/openzfs/lib/libspl/include/
H A Dumem.h162 umem_constructor_t *constructor, in umem_cache_create() argument
174 cp->cache_constructor = constructor; in umem_cache_create()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DOptionsBase.td25 // - `Option` constructor: Already set by constructor.
33 // - `Option` constructor: Already set by constructor.
/freebsd/lib/libthr/thread/
H A Dthr_autoinit.c45 void _thread_init_hack(void) __attribute__ ((constructor));
/freebsd/usr.bin/mkimg/
H A Dformat.h39 static void format_register_##nm(void) __attribute__((constructor)); \
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/aarch64/
H A Dsme-abi-init.c49 __attribute__((constructor(90)))
/freebsd/lib/libcasper/libcasper/
H A Dlibcasper_service.h55 #define __constructor __attribute__((constructor))
/freebsd/lib/libnetmap/
H A Dnmctx-pthreads.c64 void __attribute__ ((constructor))
/freebsd/contrib/googletest/docs/
H A Dfaq.md106 if all these implementations have a public default constructor (such that
314 between using the test fixture constructor/destructor or `SetUp()/TearDown()`.
321 constructor is guaranteed to call the base class' constructor *first*, and
333 derived class constructor has a chance to run is very dangerous - the
337 * In the body of a constructor (or destructor), it's not possible to use the
341 executable, or to use `SetUp()` instead of a constructor.
402 content of your constructor/destructor to a private void member function, or
527 * If you explicitly declare a non-default constructor for class `FooTest`
529 default constructor, even if it would be empty.
531 default constructor *and* initialize the const member in the initializer
[all …]
/freebsd/sys/netgraph/
H A Dng_ip_input.c99 .constructor = ngipi_cons,
H A Dng_echo.c67 .constructor = nge_cons,
/freebsd/sbin/hastd/
H A Dproto_impl.h40 #define __constructor __attribute__((constructor))
/freebsd/lib/csu/common/
H A Dcrtbegin.c105 __attribute__((constructor))
/freebsd/contrib/openbsm/bin/auditdistd/
H A Dproto_impl.h38 #define __constructor __attribute__((constructor))
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCallGraph.cpp190 if (auto constructor = dyn_cast<CXXConstructorDecl>(D)) { in addNodeForDecl() local
191 for (CXXCtorInitializer *init : constructor->inits()) { in addNodeForDecl()
/freebsd/lib/libstdbuf/
H A Dstdbuf.c100 __attribute__ ((constructor)) static void

12345678