Home
last modified time | relevance | path

Searched refs:vparent (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dexpression.d1336 Dsymbol vparent = v.toParent2(); in checkPurity() local
1337 for (Dsymbol s = sc.func; !err && s; s = s.toParentP(vparent)) in checkPurity()
1339 if (s == vparent) in checkPurity()
H A Dexpressionsem.d6638 Dsymbol vparent = exp.var.toParent(); in visit() local
6639 AggregateDeclaration ad = vparent ? vparent.isAggregateDeclaration() : null; in visit()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dexpressionsem.c2626 Dsymbol *vparent = exp->var->toParent(); in visit() local
2627 AggregateDeclaration *ad = vparent ? vparent->isAggregateDeclaration() : NULL; in visit()
H A Dexpression.c2530 Dsymbol *vparent = v->toParent2(); in checkPurity() local
2533 if (s == vparent) in checkPurity()