Home
last modified time | relevance | path

Searched defs:ismixin (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dtemplate.h67 bool ismixin; // template declaration is only to be used as a mixin variable
H A Ddtemplate.d564 bool ismixin; // this is a mixin template declaration variable
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dtemplate.h74 bool ismixin; // template declaration is only to be used as a mixin variable
H A Dparse.c2425 TemplateDeclaration *Parser::parseTemplateDeclaration(bool ismixin) in parseTemplateDeclaration()
H A Ddtemplate.c523 …TemplateParameters *parameters, Expression *constraint, Dsymbols *decldefs, bool ismixin, bool lit… in TemplateDeclaration()