Home
last modified time | relevance | path

Searched defs:tprm (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddstruct.c159 Type *tprm = (*t->arguments)[i]->type; in semanticTypeInfo() local
H A Dmtype.c6006 Type *tprm = p->type; in callMatch() local
6050 Type *tprm = wildmatch ? p->type->substWildTo(wildmatch) : p->type; in callMatch() local
H A Ddtemplate.c1764 TemplateParameter *tprm = (*parameters)[i]; in deduceFunctionTemplateMatch() local
H A Dexpression.c1622 Type *tprm = p->type; in functionParameters() local
/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A Dtypeinfo.cc1801 Type *tprm = (*t->arguments)[i]->type; in visit() local
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/
H A Dtypeinfo.cc1764 Type *tprm = (*t->arguments)[i]->type; in visit() local
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dmtype.d4657 Type tprm = p.type; local
4701 Type tprm = wildmatch ? p.type.substWildTo(wildmatch) : p.type; local
H A Ddtemplate.d2036 TemplateParameter tprm = (*parameters)[i]; in deduceFunctionTemplateMatch() local
H A Dexpressionsem.d1958 Type tprm = p.type.hasWild() in functionParameters() local