Home
last modified time | relevance | path

Searched defs:vtblInterfaces (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddclass.c1038 static unsigned membersPlace(BaseClasses *vtblInterfaces, size_t &bi, ClassDeclaration *cd, unsigne… in membersPlace()
1917 void BaseClass::copyBaseInterfaces(BaseClasses *vtblInterfaces) in copyBaseInterfaces()
H A Daggregate.h287 BaseClasses *vtblInterfaces; // array of base interfaces that have variable
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Daggregate.h267 BaseClasses *vtblInterfaces; // array of base interfaces that have variable
H A Ddclass.d169 BaseClasses* vtblInterfaces; variable