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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddeclaration.h649 bool parametersIntersect(Type *t);
H A Dfunc.c1965 parametersIntersect(exp->type))
4052 return parametersIntersect(treti);
4060 bool FuncDeclaration::parametersIntersect(Type *t) function in class:FuncDeclaration
4068 //printf("parametersIntersect(%s) t = %s\n", tf->toChars(), t->toChars());

Completed in 105 milliseconds