Home
last modified time | relevance | path

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

1234567891011

/trueos/contrib/libstdc++/libsupc++/
Dvec.cc73 __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 …]
Dcxxabi.h66 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/
HDumem.c35 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/
HDt_crt0.sh36 constructor executed
52 constructor executed
68 constructor executed
89 constructor executed
/trueos/contrib/llvm/tools/clang/include/clang/Basic/
HDDiagnosticSemaKinds.td256 "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/
HDtest_archive_read_support.c34 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/
HDopensolaris_kmem.c154 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/
HDcrtfastmath.c33 static void __attribute__((constructor))
/trueos/lib/libthr/thread/
HDthr_autoinit.c45 void _thread_init_hack(void) __attribute__ ((constructor));
/trueos/lib/libkse/thread/
HDthr_autoinit.c44 void _thread_init_hack(void) __attribute__ ((constructor));
/trueos/contrib/gcc/config/sparc/
HDcrtfastmath.c37 static void __attribute__((constructor))
/trueos/cddl/contrib/dtracetoolkit/Examples/
HDpy_flow_example.txt72 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
HDpy_flowtime_example.txt72 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/
HDapr_reslist.c52 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/
HDcplus-dem.c129 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/
HDcplus-dem.c129 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.c51 void __sparc_utrap_setup(void) __attribute__((constructor));
/trueos/contrib/gcc/config/i386/
HDcygwin2.c34 static void set_mingw (void) __attribute__ ((constructor));
HDcrtfastmath.c40 static void __attribute__((constructor))
/trueos/contrib/gperf/src/
HDpositions.icc55 /* Copy constructor. */
225 /* Copy constructor. */
278 /* Copy constructor. */
/trueos/sys/netgraph/
HDng_ip_input.c99 .constructor = ngipi_cons,
HDng_echo.c69 .constructor = nge_cons,
/trueos/contrib/gdb/include/
HDbfdlink.h446 bfd_boolean (*constructor) member
447 (struct bfd_link_info *, bfd_boolean constructor, const char *name,
/trueos/lib/libmach/mach/
HDmach_init.c22 void mach_init(void) __attribute__((constructor));
/trueos/sbin/hastd/
HDproto_impl.h40 #define __constructor __attribute__((constructor))

1234567891011