Searched refs:xdtor (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dclone.c1080 FuncDeclaration *xdtor = NULL; local
1087 xdtor = ad->dtors[0];
1113 xdtor = dd;
1117 if (xdtor)
1119 AliasDeclaration *alias = new AliasDeclaration(Loc(), Id::__xdtor, xdtor);
1124 return xdtor;
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/libdruntime/rt/
H A Dlifetime.d223 if (sti.xdtor)
674 if (sti.xdtor)
1292 return cast(size_t)(cast(void*)ti.xdtor - segment.ptr) < segment.length;
1306 return cast(size_t)(cast(void*)si.xdtor - segment.ptr) < segment.length;
2546 GC.runFinalizers((cast(char*)(typeid(S1).xdtor))[0..1]);
2552 GC.runFinalizers((cast(char*)(typeid(S1).xdtor))[0..1]);
2558 GC.runFinalizers((cast(char*)(typeid(S1).xdtor))[0..1]);
2565 GC.runFinalizers((cast(char*)(typeid(S1).xdtor))[0..1]);
2580 GC.runFinalizers((cast(char*)(typeid(S1).xdtor))[0..1]);
2680 GC.runFinalizers((cast(char*)(typeid(S1).xdtor))[
[all...]
H A DaaA.d238 if ((cast(TypeInfo_Struct) cast(void*) ti).xdtor)
278 // xdtor needs to be built from the dtors of key and value for the GC
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/rt/
H A Dlifetime.d211 if (sti.xdtor)
687 if (sti.xdtor)
1318 return cast(size_t)(cast(void*)ti.xdtor - segment.ptr) < segment.length;
1332 return cast(size_t)(cast(void*)si.xdtor - segment.ptr) < segment.length;
2621 GC.runFinalizers((cast(char*)(typeid(S1).xdtor))[0..1]);
2627 GC.runFinalizers((cast(char*)(typeid(S1).xdtor))[0..1]);
2633 GC.runFinalizers((cast(char*)(typeid(S1).xdtor))[0..1]);
2640 GC.runFinalizers((cast(char*)(typeid(S1).xdtor))[0..1]);
2652 GC.runFinalizers((cast(char*)(typeid(S1).xdtor))[0..1]);
2810 GC.runFinalizers((cast(char*)(typeid(S1).xdtor))[
[all...]
H A DaaA.d241 if ((cast(TypeInfo_Struct) cast(void*) ti).xdtor)
311 // xdtor needs to be built from the dtors of key and value for the GC
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/libdruntime/
H A Dobject.d1190 if (xdtor)
1195 (*xdtor)(p);
1218 isDynamicType = 0x2, // built at runtime, needs type info in xdtor
1224 void function(void*) xdtor;
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/
H A Dobject.d1940 if (xdtor)
1945 (*xdtor)(p);
1990 isDynamicType = 0x2, // built at runtime, needs type info in xdtor
1996 void function(void*) xdtor;

Completed in 120 milliseconds