Searched refs:isPostBlitDeclaration (Results 1 - 13 of 13) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddsymbol.h260 virtual PostBlitDeclaration *isPostBlitDeclaration() { return NULL; } function in class:Dsymbol
H A Ddeclaration.h753 PostBlitDeclaration *isPostBlitDeclaration() { return this; } function in class:PostBlitDeclaration
H A Ddsymbol.c804 if (d->toParent() && d->isPostBlitDeclaration())
H A Dtraits.c1223 (sm->isPostBlitDeclaration() && sm->ident != Id::postblit) ||
H A Dfunc.c767 isPostBlitDeclaration() ||
778 if (isPostBlitDeclaration() ||
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddsymbol.h283 virtual PostBlitDeclaration *isPostBlitDeclaration() { return NULL; } function in class:Dsymbol
H A Ddeclaration.h759 PostBlitDeclaration *isPostBlitDeclaration() { return this; } function in class:PostBlitDeclaration
H A Dtraits.d1635 (sm.isPostBlitDeclaration() && sm.ident != Id.postblit) ||
H A Ddsymbol.d1344 inout(PostBlitDeclaration) isPostBlitDeclaration() inout { return null; }
H A Ddeclaration.d286 if (auto postblit = isPostBlitDeclaration())
H A Ddtoh.d730 if ((tf && (tf.linkage != LINK.c || adparent) && tf.linkage != LINK.cpp) || (!tf && fd.isPostBlitDeclaration()))
H A Dfunc.d3895 override inout(PostBlitDeclaration) isPostBlitDeclaration() inout
H A Ddsymbolsem.d3376 if (funcdecl.isCtorDeclaration() || funcdecl.isPostBlitDeclaration() || funcdecl.isDtorDeclaration() || funcdecl.isInvariantDeclaration() || funcdecl.isNewDeclaration() || funcdecl.isDelete())
3384 if (funcdecl.isPostBlitDeclaration() || funcdecl.isDtorDeclaration() || funcdecl.isInvariantDeclaration())

Completed in 209 milliseconds