Home
last modified time | relevance | path

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

1234567

/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/libsupc++/
H A Dvec.cc69 __cxa_cdtor_type constructor, in __cxa_vec_new() argument
73 constructor, destructor, in __cxa_vec_new()
81 __cxa_cdtor_type constructor, in __cxa_vec_new2() argument
102 constructor, destructor); in __cxa_vec_new2()
122 __cxa_cdtor_type constructor, in __cxa_vec_new3() argument
143 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 …]
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/libsupc++/
H A Dvec.cc81 __cxa_cdtor_type constructor, in __cxa_vec_new() argument
85 constructor, destructor, in __cxa_vec_new()
93 __cxa_cdtor_type constructor, in __cxa_vec_new2() argument
115 constructor, destructor); in __cxa_vec_new2()
135 __cxa_cdtor_type constructor, in __cxa_vec_new3() argument
157 constructor, destructor); in __cxa_vec_new3()
176 __cxa_cdtor_type constructor, in __cxa_vec_ctor() argument
184 if (constructor) in __cxa_vec_ctor()
186 constructor(ptr); in __cxa_vec_ctor()
205 __cxa_cdtor_return_type (*constructor) (void *, void *), in __cxa_vec_cctor()
[all …]
/dflybsd-src/contrib/gcc-4.7/libgcc/
H A Denable-execute-stack-mprotect.c39 static void __attribute__ ((constructor))
50 static void __attribute__ ((constructor))
/dflybsd-src/contrib/gdb-7/gdb/
H A Dvarobj.c200 PyObject *constructor; member
880 instantiate_pretty_printer (PyObject *constructor, struct value *value) in instantiate_pretty_printer() argument
889 printer = PyObject_CallFunctionObjArgs (constructor, val_obj, NULL); in instantiate_pretty_printer()
1533 install_visualizer (struct varobj *var, PyObject *constructor, in install_visualizer() argument
1536 Py_XDECREF (var->constructor); in install_visualizer()
1537 var->constructor = constructor; in install_visualizer()
1583 construct_visualizer (struct varobj *var, PyObject *constructor) in construct_visualizer() argument
1591 Py_INCREF (constructor); in construct_visualizer()
1592 if (constructor == Py_None) in construct_visualizer()
1596 pretty_printer = instantiate_pretty_printer (constructor, var->value); in construct_visualizer()
[all …]
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/std/
H A Dfstream207 * The default constructor initializes the parent class using its
440 * @brief Default constructor.
442 * Initializes @c sb using its default constructor, and passes
457 * .c_str() before passing it to this constructor.
528 * .c_str() before passing it to this constructor.
608 * @brief Default constructor.
610 * Initializes @c sb using its default constructor, and passes
626 * .c_str() before passing it to this constructor.
699 * .c_str() before passing it to this constructor.
782 * @brief Default constructor.
[all …]
/dflybsd-src/contrib/binutils-2.27/libiberty/
H A Dcplus-dem.c127 int constructor; member
1169 s1 = work->constructor; in internal_cplus_demangle()
1173 work->constructor = work->destructor = 0; in internal_cplus_demangle()
1205 if (work->constructor == 2) in internal_cplus_demangle()
1208 work->constructor = 0; in internal_cplus_demangle()
1222 work->constructor = s1; in internal_cplus_demangle()
1577 if ((work->constructor & 1) || (work->destructor & 1)) in demangle_signature()
1580 work->constructor -= 1; in demangle_signature()
1627 if (!(work->constructor & 1)) in demangle_signature()
2598 if ((work->constructor & 1) || (work->destructor & 1)) in demangle_class()
[all …]
/dflybsd-src/contrib/gcc-8.0/libiberty/
H A Dcplus-dem.c133 int constructor; member
1223 s1 = work->constructor; in internal_cplus_demangle()
1227 work->constructor = work->destructor = 0; in internal_cplus_demangle()
1259 if (work->constructor == 2) in internal_cplus_demangle()
1262 work->constructor = 0; in internal_cplus_demangle()
1276 work->constructor = s1; in internal_cplus_demangle()
1643 if ((work->constructor & 1) || (work->destructor & 1)) in demangle_signature()
1646 work->constructor -= 1; in demangle_signature()
1693 if (!(work->constructor & 1)) in demangle_signature()
2669 if ((work->constructor & 1) || (work->destructor & 1)) in demangle_class()
[all …]
/dflybsd-src/contrib/gcc-4.7/libiberty/
H A Dcplus-dem.c127 int constructor; member
1156 s1 = work->constructor; in internal_cplus_demangle()
1160 work->constructor = work->destructor = 0; in internal_cplus_demangle()
1187 if (work->constructor == 2) in internal_cplus_demangle()
1190 work->constructor = 0; in internal_cplus_demangle()
1204 work->constructor = s1; in internal_cplus_demangle()
1557 if ((work->constructor & 1) || (work->destructor & 1)) in demangle_signature()
1560 work->constructor -= 1; in demangle_signature()
1607 if (!(work->constructor & 1)) in demangle_signature()
2578 if ((work->constructor & 1) || (work->destructor & 1)) in demangle_class()
[all …]
/dflybsd-src/contrib/gdb-7/libiberty/
H A Dcplus-dem.c127 int constructor; member
1156 s1 = work->constructor; in internal_cplus_demangle()
1160 work->constructor = work->destructor = 0; in internal_cplus_demangle()
1187 if (work->constructor == 2) in internal_cplus_demangle()
1190 work->constructor = 0; in internal_cplus_demangle()
1204 work->constructor = s1; in internal_cplus_demangle()
1557 if ((work->constructor & 1) || (work->destructor & 1)) in demangle_signature()
1560 work->constructor -= 1; in demangle_signature()
1607 if (!(work->constructor & 1)) in demangle_signature()
2578 if ((work->constructor & 1) || (work->destructor & 1)) in demangle_class()
[all …]
/dflybsd-src/lib/libc/gen/
H A Dsysvipc.c6 static void sysvipc_init(void) __attribute__ ((constructor));
H A D_thread_init.c44 void _thread_init_stub(void) __attribute__ ((constructor));
H A Ducontext.c49 static void __sigset_block_all_setup(void) __attribute__ ((constructor));
/dflybsd-src/contrib/gcc-8.0/libgomp/
H A Datomic.c52 static void __attribute__((constructor))
H A Dcritical.c119 static void __attribute__((constructor))
/dflybsd-src/contrib/gcc-4.7/libgcc/config/i386/
H A Dcrtprec.c36 static void __attribute__((constructor))
/dflybsd-src/contrib/gcc-8.0/libgcc/
H A Denable-execute-stack-mprotect.c37 static void __attribute__ ((constructor))
/dflybsd-src/sys/netgraph7/
H A Dng_ip_input.c99 .constructor = ngipi_cons,
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/std/
H A Dsstream96 * The default constructor initializes the parent class using its
109 * This constructor initializes the parent class using its
327 // The const_cast avoids changing this constructor's signature,
355 // The move constructor initializes an __xfer_bufptrs temporary then
356 // delegates to this constructor to performs moves during its lifetime.
405 * @brief Default constructor starts with an empty string buffer.
549 * @brief Default constructor starts with an empty string buffer.
693 * @brief Default constructor starts with an empty string buffer.
/dflybsd-src/contrib/gcc-8.0/libgcc/config/i386/
H A Dcpuinfo.c38 __attribute__ ((constructor CONSTRUCTOR_PRIORITY));
404 int __attribute__ ((constructor CONSTRUCTOR_PRIORITY))
/dflybsd-src/lib/libc/secure/
H A Dstack_protector.c43 static void __guard_setup(void) __attribute__ ((constructor));
/dflybsd-src/sys/netgraph7/echo/
H A Dng_echo.c70 .constructor = nge_cons,
/dflybsd-src/contrib/gdb-7/include/
H A Dbfdlink.h582 bfd_boolean (*constructor) member
583 (struct bfd_link_info *, bfd_boolean constructor, const char *name,
/dflybsd-src/sys/netgraph7/hub/
H A Dng_hub.c47 .constructor = ng_hub_constructor,
/dflybsd-src/lib/libstdbuf/
H A Dstdbuf.c102 __attribute__ ((constructor)) static void
/dflybsd-src/contrib/gcc-4.7/libgomp/
H A Dcritical.c139 static void __attribute__((constructor))

1234567