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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dclone.c500 TypeFunction *tfeqptr; local
508 tfeqptr = new TypeFunction(parameters, Type::tbool, 0, LINKd);
509 tfeqptr->mod = MODconst;
510 tfeqptr = (TypeFunction *)tfeqptr->semantic(Loc(), &scx);
512 fd = fd->overloadExactMatch(tfeqptr);
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dclone.d542 TypeFunction tfeqptr;
549 tfeqptr = new TypeFunction(ParameterList(parameters), Type.tbool, LINK.d);
550 tfeqptr.mod = MODFlags.const_;
551 tfeqptr = cast(TypeFunction)tfeqptr.typeSemantic(Loc.initial, &scx);
553 fd = fd.overloadExactMatch(tfeqptr);

Completed in 79 milliseconds