Searched refs:thismixin (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dfunc.c996 bool thismixin = this->parent->isClassDeclaration() != NULL; local
998 if (thismixin == fdcmixin)
1002 else if (!thismixin) // fdc overrides fdv
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddsymbolsem.d3615 bool thismixin = funcdecl.parent.isClassDeclaration() !is null;
3617 if (thismixin == fdcmixin)
3628 else if (thismixin)

Completed in 106 milliseconds