HomeSort by: relevance | last modified time | path
    Searched refs:tprm (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/d/
typeinfo.cc 1801 Type *tprm = (*t->arguments)[i]->type; local
1802 if (tprm)
1803 tprm->accept (this);
  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
mtype.d 2237 //printf("Type::deduceWild this = '%s', tprm = '%s'\n", toChars(), tprm.toChars());
4657 Type tprm = p.type;
4660 if (!(p.storageClass & STC.lazy_ && tprm.ty == Tvoid && targ.ty != Tvoid))
4663 wildmatch |= targ.deduceWild(tprm, isRef);
4701 Type tprm = wildmatch ? p.type.substWildTo(wildmatch) : p.type;
4703 if (p.storageClass & STC.lazy_ && tprm.ty == Tvoid && targ.ty != Tvoid)
4707 //printf("%s of type %s implicitConvTo %s\n", arg.toChars(), targ.toChars(), tprm.toChars());
4711 m = targ.implicitConvTo(tprm);
4720 if (arg.isLvalue() && !isRef && targ.ty == Tstruct && tprm.ty == Tstruct
    [all...]
expressionsem.d 1958 Type tprm = p.type.hasWild()
1963 const typesMatch = arg.type.mutableOf().unSharedOf().equals(tprm.mutableOf().unSharedOf());
1964 if (!((hasCopyCtor && typesMatch) || tprm.equals(arg.type)))
1967 arg = arg.implicitCastTo(sc, tprm);
dtemplate.d 2036 TemplateParameter tprm = (*parameters)[i];
2037 TemplateValueParameter tvp = tprm.isTemplateValueParameter();

Completed in 41 milliseconds