Home
last modified time | relevance | path

Searched refs:__ArrayDtor (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/internal/
H A Ddestruction.d13 void __ArrayDtor(T)(scope T[] a) in __ArrayDtor() function
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dclone.c915 ex = new CallExp(loc, new IdentifierExp(loc, Id::__ArrayDtor), ex); in buildPostBlit()
1061 ex = new CallExp(loc, new IdentifierExp(loc, Id::__ArrayDtor), ex); in buildDtor()
H A Ddeclaration.c2163 e = new CallExp(loc, new IdentifierExp(loc, Id::__ArrayDtor), e); in callScopeDtor()
H A Ddinterpret.c4644 fd->ident == Id::__ArrayDtor) in visit()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dclone.d952 ex = new CallExp(loc, new IdentifierExp(loc, Id.__ArrayDtor), se); in buildDtors()
1306 ex = new CallExp(loc, new IdentifierExp(loc, Id.__ArrayDtor), se); in buildPostBlit()
H A Ddeclaration.d1474 e = new CallExp(loc, new IdentifierExp(loc, Id.__ArrayDtor), se); in callScopeDtor()
H A Ddinterpret.d4761 if (fd.ident == Id.__ArrayPostblit || fd.ident == Id.__ArrayDtor) in visit()
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/
H A Dobject.d4897 public import core.internal.destruction: __ArrayDtor;