Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dexpressionsem.d5144 auto vptrTmpDecl = copyToTemp(0, "__vptrTmp", vptr); in visit() local
5145 auto declareVptrTmp = new DeclarationExp(loc, vptrTmpDecl); in visit()
5152 … auto restoreVptr = new AssignExp(loc, vptr.syntaxCopy(), new VarExp(loc, vptrTmpDecl)); in visit()