Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Daggregate.h259 Dsymbols vtblFinal; // More FuncDeclaration's that aren't in vtbl[] variable
H A Ddclass.d159 Dsymbols vtblFinal; // More FuncDeclaration's that aren't in vtbl[] variable
815 searchVtbl(cd.vtblFinal); in findFunc()
H A Ddsymbolsem.d3490 cd.vtblFinal.push(funcdecl); in funcDeclarationSemantic()
3500 cd.vtblFinal.push(funcdecl); in funcDeclarationSemantic()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Daggregate.h279 Dsymbols vtblFinal; // More FuncDeclaration's that aren't in vtbl[] variable
H A Ddclass.c1263 vtbl = &cd->vtblFinal; in findFunc()
H A Dfunc.c889 cd->vtblFinal.push(this); in semantic()
899 cd->vtblFinal.push(this); in semantic()