Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dexpressionsem.c303 WithScopeSymbol *withsym = scopesym->isWithScopeSymbol(); in visit() local
304 if (withsym && withsym->withstate->wthis) in visit()
333 e = new VarExp(exp->loc, withsym->withstate->wthis); in visit()
339 if (withsym) in visit()
860 WithScopeSymbol *withsym; in visit() local
861 if (!ti->findTempDecl(sc, &withsym) || in visit()
864 if (withsym && withsym->withstate->wthis) in visit()
866 Expression *e = new VarExp(exp->loc, withsym->withstate->wthis); in visit()
2802 WithScopeSymbol *withsym; in visit() local
2803 if (!ti->findTempDecl(sc, &withsym) || in visit()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dexpressionsem.d2602 WithScopeSymbol withsym = scopesym.isWithScopeSymbol(); in visit() local
2603 if (withsym && withsym.withstate.wthis && symbolIsVisible(sc, s)) in visit()
2630 e = new VarExp(exp.loc, withsym.withstate.wthis); in visit()
2636 if (withsym) in visit()
2638 if (withsym.withstate.exp.type.ty != Tvoid) in visit()
2642 e = new TypeExp(exp.loc, withsym.withstate.exp.type); in visit()
2647 e = withsym.withstate.exp; in visit()
3309 WithScopeSymbol withsym; in visit() local
3310 if (!ti.findTempDecl(sc, &withsym) || !ti.semanticTiargs(sc)) in visit()
3312 if (withsym && withsym.withstate.wthis) in visit()
[all …]