Home
last modified time | relevance | path

Searched defs:isThis (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dfunc.c4120 AggregateDeclaration *FuncDeclaration::isThis() in isThis() function
4727 AggregateDeclaration *FuncLiteralDeclaration::isThis() in isThis() function
5181 AggregateDeclaration *StaticCtorDeclaration::isThis() in isThis() function
5309 AggregateDeclaration *StaticDtorDeclaration::isThis() in isThis() function
5480 AggregateDeclaration *UnitTestDeclaration::isThis() in isThis() function
H A Ddsymbol.c622 AggregateDeclaration *Dsymbol::isThis() in isThis() function
H A Ddeclaration.c1814 AggregateDeclaration *VarDeclaration::isThis() in isThis() function
H A Dparse.c3974 …bool isThis = (t->ty == Tident && ((TypeIdentifier *)t)->ident == Id::This && token.value == TOKas… in parseDeclarations() local
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddsymbol.d997 inout(AggregateDeclaration) isThis() inout in isThis() function
H A Dparse.d4462 …bool isThis = (t.ty == Tident && (cast(AST.TypeIdentifier)t).ident == Id.This && token.value == TO… variable