Home
last modified time | relevance | path

Searched refs:checkComplexTransition (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dmtype.h339 void checkComplexTransition(Loc loc);
H A Ddeclaration.c967 type->checkComplexTransition(loc); in semantic()
H A Dexpressionsem.c843 exp->type->checkComplexTransition(exp->loc); in visit()
1857 ta->checkComplexTransition(exp->loc); in visit()
H A Dfunc.c1737 f->next->checkComplexTransition(loc); in semantic3()
H A Dmtype.c2488 void Type::checkComplexTransition(Loc loc) in checkComplexTransition() function
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dsemantic3.d627 f.next.checkComplexTransition(funcdecl.loc, sc); in visit()
H A Dmtype.d2601 extern (D) final bool checkComplexTransition(const ref Loc loc, Scope* sc) in checkComplexTransition() function
H A Ddsymbolsem.d468 dsym.type.checkComplexTransition(dsym.loc, sc); in visit()
H A Dexpressionsem.d3288 exp.type.checkComplexTransition(exp.loc, sc); in visit()
5390 ta.checkComplexTransition(exp.loc, sc); in visit()