| /trueos/contrib/libstdc++/libsupc++/ |
| 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 144 constructor, destructor); in __cxa_vec_new3() 162 __cxa_cdtor_type constructor, in __cxa_vec_ctor() argument 170 if (constructor) in __cxa_vec_ctor() 172 constructor(ptr); in __cxa_vec_ctor() 191 __cxa_cdtor_return_type (*constructor) (void *, void *), in __cxa_vec_cctor() [all …]
|
| 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*),
|
| /trueos/cddl/compat/opensolaris/lib/libumem/ |
| HD | 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()
|
| /trueos/contrib/netbsd-tests/lib/csu/ |
| HD | t_crt0.sh | 36 constructor executed 52 constructor executed 68 constructor executed 89 constructor executed
|
| /trueos/contrib/llvm/tools/clang/include/clang/Basic/ |
| HD | DiagnosticSemaKinds.td | 256 "can not inherit constructor, already inherited constructor with " 259 "conflicting constructor">; 261 "previous constructor">; 265 "inheriting constructor does not inherit ellipsis">, 268 "constructor declared with ellipsis here">; 274 "using declaration can not refer to a constructor">; 302 "definition of implicit copy %select{constructor|assignment operator}1 " 304 "%select{copy %select{assignment operator|constructor}1|destructor}2">, 308 "declaration requires a global constructor">, 895 "must use a qualified name when declaring a %select{constructor|" [all …]
|
| /trueos/contrib/libarchive/libarchive/test/ |
| HD | 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()
|
| /trueos/sys/cddl/compat/opensolaris/kern/ |
| HD | opensolaris_kmem.c | 154 int (*constructor)(void *, void *, int), void (*destructor)(void *, void *), in kmem_cache_create() 163 cache->kc_constructor = constructor; in kmem_cache_create() 168 constructor != NULL ? kmem_std_constructor : NULL, in kmem_cache_create()
|
| /trueos/contrib/gcc/config/ia64/ |
| HD | crtfastmath.c | 33 static void __attribute__((constructor))
|
| /trueos/lib/libthr/thread/ |
| HD | thr_autoinit.c | 45 void _thread_init_hack(void) __attribute__ ((constructor));
|
| /trueos/lib/libkse/thread/ |
| HD | thr_autoinit.c | 44 void _thread_init_hack(void) __attribute__ ((constructor));
|
| /trueos/contrib/gcc/config/sparc/ |
| HD | crtfastmath.c | 37 static void __attribute__((constructor))
|
| /trueos/cddl/contrib/dtracetoolkit/Examples/ |
| HD | py_flow_example.txt | 72 0 3064371852139 copy_reg.py -> constructor 73 0 3064371852147 copy_reg.py <- constructor 77 0 3064371852188 copy_reg.py -> constructor 78 0 3064371852196 copy_reg.py <- constructor 81 0 3064371852221 copy_reg.py -> constructor 82 0 3064371852229 copy_reg.py <- constructor
|
| HD | py_flowtime_example.txt | 72 0 3064660323866 copy_reg.py 10 -> constructor 73 0 3064660323874 copy_reg.py 8 <- constructor 77 0 3064660323919 copy_reg.py 9 -> constructor 78 0 3064660323927 copy_reg.py 8 <- constructor 81 0 3064660323955 copy_reg.py 9 -> constructor 82 0 3064660323963 copy_reg.py 8 <- constructor
|
| /trueos/contrib/apr-util/misc/ |
| HD | 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()
|
| /trueos/contrib/binutils/libiberty/ |
| HD | cplus-dem.c | 129 int constructor; member 1018 s1 = work->constructor; in internal_cplus_demangle() 1022 work->constructor = work->destructor = 0; 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() 1420 if ((work->constructor & 1) || (work->destructor & 1)) in demangle_signature() 1423 work->constructor -= 1; in demangle_signature() 1470 if (!(work->constructor & 1)) in demangle_signature() 2441 if ((work->constructor & 1) || (work->destructor & 1)) in demangle_class() [all …]
|
| /trueos/contrib/gcclibs/libiberty/ |
| HD | cplus-dem.c | 129 int constructor; member 1018 s1 = work->constructor; in internal_cplus_demangle() 1022 work->constructor = work->destructor = 0; 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() 1420 if ((work->constructor & 1) || (work->destructor & 1)) in demangle_signature() 1423 work->constructor -= 1; in demangle_signature() 1470 if (!(work->constructor & 1)) in demangle_signature() 2441 if ((work->constructor & 1) || (work->destructor & 1)) in demangle_class() [all …]
|
| /trueos/lib/libc/sparc64/sys/ |
| HD | __sparc_utrap_setup.c | 51 void __sparc_utrap_setup(void) __attribute__((constructor));
|
| /trueos/contrib/gcc/config/i386/ |
| HD | cygwin2.c | 34 static void set_mingw (void) __attribute__ ((constructor));
|
| HD | crtfastmath.c | 40 static void __attribute__((constructor))
|
| /trueos/contrib/gperf/src/ |
| HD | positions.icc | 55 /* Copy constructor. */ 225 /* Copy constructor. */ 278 /* Copy constructor. */
|
| /trueos/sys/netgraph/ |
| HD | ng_ip_input.c | 99 .constructor = ngipi_cons,
|
| HD | ng_echo.c | 69 .constructor = nge_cons,
|
| /trueos/contrib/gdb/include/ |
| HD | bfdlink.h | 446 bfd_boolean (*constructor) member 447 (struct bfd_link_info *, bfd_boolean constructor, const char *name,
|
| /trueos/lib/libmach/mach/ |
| HD | mach_init.c | 22 void mach_init(void) __attribute__((constructor));
|
| /trueos/sbin/hastd/ |
| HD | proto_impl.h | 40 #define __constructor __attribute__((constructor))
|