Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddeclaration.h666 bool hasDualContext() const;
H A Dsemantic3.d389 if (funcdecl.hasDualContext()) in visit()
1198 if (funcdecl.hasDualContext()) in visit()
H A Descape.d1901 if (e.var && e.var.toParent2().isFuncDeclaration().hasDualContext()) in visit()
H A Ddinterpret.d538 if (fd.hasDualContext()) in interpretFunction()
693 if (tf.isref && fd.hasDualContext() && e.op == EXP.index) in interpretFunction()
1766 if (istate.fd.hasDualContext()) in visit()
1782 if (istate && istate.fd.hasDualContext()) in visit()
H A Ddsymbol.d624 return f.hasDualContext(); in has2This()
H A Dexpression.d173 if (!fd.isNested() || fd.isThis() || (fd.hasDualContext() && fd.isMember2())) in hasThis()
190 if (!fd.isThis() && !(fd.hasDualContext() && fd.isMember2())) in hasThis()
H A Dfunc.d1514 final bool hasDualContext() const scope @safe pure nothrow @nogc in hasDualContext() function
H A Dexpressionsem.d1050 if (f && f.hasDualContext())
5160 if (exp.f && exp.f.hasDualContext() && !sc.intypeof && sc.func) in visit()
6758 if (f.hasDualContext() && !sc.intypeof && sc.func) in visit()
13123 if (f.hasDualContext())
H A Dtypesem.d4525 if (f.hasDualContext()) in dotExp()