Home
last modified time | relevance | path

Searched refs:newinstance (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Daggregate.h226 bool fillVtbl(ClassDeclaration *cd, FuncDeclarations *vtbl, int newinstance);
H A Ddclass.d71 extern (C++) bool fillVtbl(ClassDeclaration cd, FuncDeclarations* vtbl, int newinstance) in fillVtbl()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Daggregate.h245 bool fillVtbl(ClassDeclaration *cd, FuncDeclarations *vtbl, int newinstance);
H A Ddclass.c1864 bool BaseClass::fillVtbl(ClassDeclaration *cd, FuncDeclarations *vtbl, int newinstance) in fillVtbl() argument
1895 if (newinstance && fd->toParent() != cd && ifd->toParent() == sym) in fillVtbl()