Home
last modified time | relevance | path

Searched refs:__ArrayPostblit (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/internal/
H A Dpostblit.d13 void __ArrayPostblit(T)(T[] a) in __ArrayPostblit() function
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dclone.c863 ex = new CallExp(loc, new IdentifierExp(loc, Id::__ArrayPostblit), ex); in buildPostBlit()
H A Ddinterpret.c4643 if (fd->ident == Id::__ArrayPostblit || in visit()
4668 if (fd->ident == Id::__ArrayPostblit) in visit()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dclone.d1382 ex = new CallExp(loc, new IdentifierExp(loc, Id.__ArrayPostblit), se); in buildPostBlit()
H A Ddinterpret.d4761 if (fd.ident == Id.__ArrayPostblit || fd.ident == Id.__ArrayDtor) in visit()
4787 if (fd.ident == Id.__ArrayPostblit) in visit()
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/
H A Dobject.d4901 public import core.internal.postblit: __ArrayPostblit;