Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dtokens.h57 TOKtemplate, TOKdottd, enumerator
H A Dtokens.c224 { "template", TOKtemplate },
H A Dexpressionsem.c3398 else if (exp->e1->op == TOKtemplate) in visit()
4257 exp->e1->op == TOKtemplate) in visit()
4809 if (exp->e2->op == TOKtemplate) in visit()
8261 case TOKtemplate: in semanticX()
8327 if ((exp->e1->op == TOKdottd || exp->e1->op == TOKtemplate) && exp->ident != Id::stringof) in semanticX()
8623 if (exp->e1->op == TOKtype || exp->e1->op == TOKtemplate) in semanticY()
8752 else if (e->op == TOKtemplate) in semanticY()
H A Dparse.c300 case TOKtemplate: in parseDeclDefs()
320 case TOKtemplate: in parseDeclDefs()
5856 case TOKtemplate: in parseStatement()
8034 precedence[TOKtemplate] = PREC_primary; in PrecedenceInitializer()
H A Dexpression.c362 else if (e1->op == TOKtemplate)
600 else if (e1->op == TOKtemplate) in resolvePropertiesOnly()
4245 : Expression(loc, TOKtemplate, sizeof(TemplateExp)) in TemplateExp()
H A Ddtemplate.c169 else if (ea->op == TOKtemplate) in getDsymbol()
227 e->op == TOKtemplate || e->op == TOKdottd || in definitelyValueParameter()
6923 if (ea->op == TOKtemplate) in semanticTiargs()
H A Dmtype.c2395 case TOKtemplate: in resolveExp()
6630 case TOKtemplate: in semantic()
H A Dstatementsem.c529 else if (e->op == TOKtemplate) in declareVariable()
H A Ddinterpret.c654 case TOKtemplate: // non-eponymous template/instance in ctfeInterpret()