/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/libsupc++/ |
H A D | vec.cc | 69 __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 D | vec.cc | 81 __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 D | enable-execute-stack-mprotect.c | 39 static void __attribute__ ((constructor)) 50 static void __attribute__ ((constructor))
|
/dflybsd-src/contrib/gdb-7/gdb/ |
H A D | varobj.c | 200 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 D | fstream | 207 * 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 D | cplus-dem.c | 127 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 D | cplus-dem.c | 133 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 D | cplus-dem.c | 127 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 D | cplus-dem.c | 127 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 D | sysvipc.c | 6 static void sysvipc_init(void) __attribute__ ((constructor));
|
H A D | _thread_init.c | 44 void _thread_init_stub(void) __attribute__ ((constructor));
|
H A D | ucontext.c | 49 static void __sigset_block_all_setup(void) __attribute__ ((constructor));
|
/dflybsd-src/contrib/gcc-8.0/libgomp/ |
H A D | atomic.c | 52 static void __attribute__((constructor))
|
H A D | critical.c | 119 static void __attribute__((constructor))
|
/dflybsd-src/contrib/gcc-4.7/libgcc/config/i386/ |
H A D | crtprec.c | 36 static void __attribute__((constructor))
|
/dflybsd-src/contrib/gcc-8.0/libgcc/ |
H A D | enable-execute-stack-mprotect.c | 37 static void __attribute__ ((constructor))
|
/dflybsd-src/sys/netgraph7/ |
H A D | ng_ip_input.c | 99 .constructor = ngipi_cons,
|
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/std/ |
H A D | sstream | 96 * 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 D | cpuinfo.c | 38 __attribute__ ((constructor CONSTRUCTOR_PRIORITY)); 404 int __attribute__ ((constructor CONSTRUCTOR_PRIORITY))
|
/dflybsd-src/lib/libc/secure/ |
H A D | stack_protector.c | 43 static void __guard_setup(void) __attribute__ ((constructor));
|
/dflybsd-src/sys/netgraph7/echo/ |
H A D | ng_echo.c | 70 .constructor = nge_cons,
|
/dflybsd-src/contrib/gdb-7/include/ |
H A D | bfdlink.h | 582 bfd_boolean (*constructor) member 583 (struct bfd_link_info *, bfd_boolean constructor, const char *name,
|
/dflybsd-src/sys/netgraph7/hub/ |
H A D | ng_hub.c | 47 .constructor = ng_hub_constructor,
|
/dflybsd-src/lib/libstdbuf/ |
H A D | stdbuf.c | 102 __attribute__ ((constructor)) static void
|
/dflybsd-src/contrib/gcc-4.7/libgomp/ |
H A D | critical.c | 139 static void __attribute__((constructor))
|