| /freebsd-12.1/contrib/libstdc++/libsupc++/ |
| H A D | vec.cc | 73 __cxa_cdtor_type constructor, in __cxa_vec_new() argument 77 constructor, destructor, in __cxa_vec_new() 85 __cxa_cdtor_type constructor, in __cxa_vec_new2() argument 106 constructor, destructor); in __cxa_vec_new2() 123 __cxa_cdtor_type constructor, in __cxa_vec_new3() argument 162 __cxa_cdtor_type constructor, in __cxa_vec_ctor() argument 170 if (constructor) in __cxa_vec_ctor() 172 constructor(ptr); in __cxa_vec_ctor() 200 if (constructor) in __cxa_vec_cctor() 406 constructor, NULL); in __aeabi_vec_cctor_nocookie_nodtor() [all …]
|
| H A D | cxxabi.h | 66 size_t __padding_size, __cxa_cdtor_type constructor, 71 size_t __padding_size, __cxa_cdtor_type constructor, 77 size_t __padding_size, __cxa_cdtor_type constructor, 84 size_t __element_size, __cxa_cdtor_type constructor, 90 __cxa_cdtor_return_type (*constructor) (void*, void*),
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/ |
| H A D | DiagnosticSerializationKinds.td | 191 "%select{method %5|constructor|destructor}4|" 192 "%select{method %5|constructor|destructor}4 " 194 "%select{method %5|constructor|destructor}4 " 196 "%select{method %5|constructor|destructor}4 " 198 "%select{method %5|constructor|destructor}4 " 200 "%select{method %5|constructor|destructor}4 " 202 "%select{method %5|constructor|destructor}4 " 204 "%select{method %5|constructor|destructor}4 " 206 "%select{method %5|constructor|destructor}4 " 208 "%select{method %5|constructor|destructor}4 " [all …]
|
| H A D | DiagnosticSemaKinds.td | 1633 "%select{default constructor|copy constructor|move constructor|" 1668 "implicit default constructor suppressed by user-declared constructor">; 1877 "constructor">; 1959 "an inaccessible constructor|find no viable constructor|find ambiguous " 3590 "constructor (the implicit default constructor)|" 3591 "constructor (the implicit copy constructor)|" 3592 "constructor (the implicit move constructor)|" 4632 "%select{default constructor of|copy constructor of|move constructor of|" 4638 "%select{%select{default constructor|copy constructor|move constructor|copy " 4644 "%select{default constructor of|constructor inherited by}0 " [all …]
|
| /freebsd-12.1/cddl/compat/opensolaris/lib/libumem/ |
| H A D | umem.c | 35 umem_constructor_t *constructor; member 106 …te(char *debug_name, size_t bufsize, size_t align, umem_constructor_t *constructor, umem_destructo… in umem_cache_create() argument 114 cache->constructor = constructor; in umem_cache_create() 137 if(cache->constructor != NULL) { in umem_cache_alloc() 138 if(cache->constructor(buf, cache->callback_data, flags) != 0) { in umem_cache_alloc()
|
| /freebsd-12.1/contrib/netbsd-tests/lib/csu/ |
| H A D | t_crt0.sh | 36 constructor executed 52 constructor executed 68 constructor executed 89 constructor executed
|
| /freebsd-12.1/contrib/libarchive/libarchive/test/ |
| H A D | test_archive_read_support.c | 34 typedef struct archive *constructor(void); typedef 39 test_success(constructor new_, enabler enable_, destructor free_) in test_success() 55 test_failure(constructor new_, enabler enable_, destructor free_) in test_failure()
|
| /freebsd-12.1/sbin/nvmecontrol/ |
| H A D | comnd.h | 90 static void cmd_register_##c(void) __attribute__((constructor)); \ 93 static void cmd_register_##c_##sc(void) __attribute__((constructor)); \
|
| /freebsd-12.1/sys/cddl/compat/opensolaris/kern/ |
| H A D | opensolaris_kmem.c | 155 int (*constructor)(void *, void *, int), void (*destructor)(void *, void *), in kmem_cache_create() 164 cache->kc_constructor = constructor; in kmem_cache_create() 169 constructor != NULL ? kmem_std_constructor : NULL, in kmem_cache_create()
|
| /freebsd-12.1/contrib/subversion/subversion/libsvn_subr/ |
| H A D | config_file.c | 59 svn_config__constructor_t *constructor; member 119 if (ctx->constructor->open_section) in open_section() 121 svn_error_t *err = ctx->constructor->open_section( in open_section() 147 if (ctx->constructor->close_section) in close_section() 149 svn_error_t *err = ctx->constructor->close_section( in close_section() 172 if (ctx->constructor->add_value) in add_value() 174 svn_error_t *err = ctx->constructor->add_value( in add_value() 760 svn_config__constructor_t *constructor, in svn_config__parse_stream() argument 770 ctx->constructor = constructor; in svn_config__parse_stream()
|
| /freebsd-12.1/contrib/processor-trace/libipt/src/posix/ |
| H A D | init.c | 32 static void __attribute__((constructor)) init(void) in init()
|
| /freebsd-12.1/contrib/gcc/config/ia64/ |
| H A D | crtfastmath.c | 33 static void __attribute__((constructor))
|
| /freebsd-12.1/lib/libthr/thread/ |
| H A D | thr_autoinit.c | 48 void _thread_init_hack(void) __attribute__ ((constructor));
|
| /freebsd-12.1/contrib/gcclibs/libiberty/ |
| H A D | cplus-dem.c | 129 int constructor; member 1018 s1 = work->constructor; in internal_cplus_demangle() 1049 if (work->constructor == 2) in internal_cplus_demangle() 1052 work->constructor = 0; in internal_cplus_demangle() 1066 work->constructor = s1; in internal_cplus_demangle() 1423 work->constructor -= 1; in demangle_signature() 2456 work -> constructor -= 1; in demangle_class() 2615 work->constructor = 2; in demangle_prefix() 2631 work->constructor = 2; in demangle_prefix() 2693 work -> constructor += 1; in demangle_prefix() [all …]
|
| /freebsd-12.1/contrib/binutils/libiberty/ |
| H A D | cplus-dem.c | 129 int constructor; member 1018 s1 = work->constructor; in internal_cplus_demangle() 1049 if (work->constructor == 2) in internal_cplus_demangle() 1052 work->constructor = 0; in internal_cplus_demangle() 1066 work->constructor = s1; in internal_cplus_demangle() 1423 work->constructor -= 1; in demangle_signature() 2456 work -> constructor -= 1; in demangle_class() 2615 work->constructor = 2; in demangle_prefix() 2631 work->constructor = 2; in demangle_prefix() 2693 work -> constructor += 1; in demangle_prefix() [all …]
|
| /freebsd-12.1/contrib/gcc/config/sparc/ |
| H A D | crtfastmath.c | 37 static void __attribute__((constructor))
|
| /freebsd-12.1/contrib/apr-util/misc/ |
| H A D | apr_reslist.c | 52 apr_reslist_constructor constructor; member 123 rv = reslist->constructor(&res->opaque, reslist->params, reslist->pool); in create_resource() 286 rl->constructor = con; in apr_reslist_create()
|
| /freebsd-12.1/contrib/googletest/googletest/docs/ |
| H A D | faq.md | 102 if all these implementations have a public default constructor (such that 318 between using the test fixture constructor/destructor or `SetUp()/TearDown()`. 325 constructor is guaranteed to call the base class' constructor *first*, and 333 * In the body of a constructor (or destructor), it's not possible to use the 336 use a `CHECK` macro or to use `SetUp()` instead of a constructor. 349 * In a constructor or destructor, you cannot make a virtual function call on 467 content of your constructor/destructor to a private void member function, or 603 * If you explicitly declare a non-default constructor for class `FooTest` 605 default constructor, even if it would be empty. 607 default constructor *and* initialize the const member in the initializer [all …]
|
| /freebsd-12.1/usr.bin/mkimg/ |
| H A D | format.h | 41 static void format_register_##nm(void) __attribute__((constructor)); \
|
| /freebsd-12.1/contrib/gperf/src/ |
| H A D | positions.icc | 55 /* Copy constructor. */ 225 /* Copy constructor. */ 278 /* Copy constructor. */
|
| /freebsd-12.1/lib/libcasper/libcasper/ |
| H A D | libcasper_service.h | 57 #define __constructor __attribute__((constructor))
|
| /freebsd-12.1/contrib/gcc/config/i386/ |
| H A D | cygwin2.c | 34 static void set_mingw (void) __attribute__ ((constructor));
|
| /freebsd-12.1/contrib/gdb/include/ |
| H A D | bfdlink.h | 446 bfd_boolean (*constructor) member 447 (struct bfd_link_info *, bfd_boolean constructor, const char *name,
|
| /freebsd-12.1/sys/netgraph/ |
| H A D | ng_ip_input.c | 101 .constructor = ngipi_cons,
|
| /freebsd-12.1/contrib/subversion/subversion/include/private/ |
| H A D | svn_config_private.h | 109 svn_config__constructor_t *constructor,
|