Searched defs:dtors (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/libphobos/testsuite/libphobos.gc/ |
H A D | precisegc.d | 14 __gshared int dtors; variable 23 __gshared int dtors; member 32 __gshared int dtors; variable
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ipa.cc | 949 record_cdtor_fn (struct cgraph_node *node, vec<tree> *ctors, vec<tree> *dtors) in record_cdtor_fn() 1083 build_cxa_dtor_registrations (const vec<tree> &dtors, vec<tree> *ctors) in build_cxa_dtor_registrations() 1241 build_cdtor_fns (vec<tree> *ctors, vec<tree> *dtors) in build_cdtor_fns() 1272 build_cxa_atexit_fns (vec<tree> *ctors, vec<tree> *dtors) in build_cxa_atexit_fns() 1301 auto_vec<tree, 20> dtors; in ipa_cdtor_merge() local
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | ipa.c | 946 record_cdtor_fn (struct cgraph_node *node, vec<tree> *ctors, vec<tree> *dtors) in record_cdtor_fn() 1080 build_cxa_dtor_registrations (const vec<tree> &dtors, vec<tree> *ctors) in build_cxa_dtor_registrations() 1238 build_cdtor_fns (vec<tree> *ctors, vec<tree> *dtors) in build_cdtor_fns() 1269 build_cxa_atexit_fns (vec<tree> *ctors, vec<tree> *dtors) in build_cxa_atexit_fns() 1298 auto_vec<tree, 20> dtors; in ipa_cdtor_merge() local
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
H A D | clone.d | 971 DtorDeclarations dtors; in buildDtors() local 1314 auto dtors = new Statements(); in buildPostBlit() local
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
H A D | aggregate.h | 126 FuncDeclarations dtors; // Array of destructors variable
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/ |
H A D | modules.cc | 81 vec <tree, va_gc> *dtors; member
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/ |
H A D | modules.cc | 80 vec<tree, va_gc> *dtors; member
|