Searched refs:__ArrayDtor (Results 1 – 8 of 8) sorted by relevance
| /netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/internal/ |
| H A D | destruction.d | 13 void __ArrayDtor(T)(scope T[] a) in __ArrayDtor() function
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| H A D | clone.c | 915 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 D | declaration.c | 2163 e = new CallExp(loc, new IdentifierExp(loc, Id::__ArrayDtor), e); in callScopeDtor()
|
| H A D | dinterpret.c | 4644 fd->ident == Id::__ArrayDtor) in visit()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
| H A D | clone.d | 952 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 D | declaration.d | 1474 e = new CallExp(loc, new IdentifierExp(loc, Id.__ArrayDtor), se); in callScopeDtor()
|
| H A D | dinterpret.d | 4761 if (fd.ident == Id.__ArrayPostblit || fd.ident == Id.__ArrayDtor) in visit()
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/ |
| H A D | object.d | 4897 public import core.internal.destruction: __ArrayDtor;
|