Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dcanthrow.d259 if (vd.needsScopeDtor()) in Dsymbol_canThrow()
H A Ddeclaration.h287 bool needsScopeDtor();
H A Dsemantic3.d1147 if (v.needsScopeDtor()) in visit()
H A Ddeclaration.d1400 final bool needsScopeDtor() in needsScopeDtor() function
H A Dob.d1116 if (v.needsScopeDtor()) in isTrackableVar()
H A Dstatementsem.d4157 if (v.needsScopeDtor()) in scopeCode()
H A Dexpression.d6758 if (v.needsScopeDtor()) in hookDtors()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dcanthrow.c281 if (vd->needsScopeDtor()) in Dsymbol_canThrow()
H A Ddeclaration.h284 bool needsScopeDtor();
H A Dstatement.c330 if (v->needsScopeDtor()) in scopeCode()
H A Ddeclaration.c2090 bool VarDeclaration::needsScopeDtor() in needsScopeDtor() function
H A Dfunc.c2183 if (v->needsScopeDtor()) in semantic3()
H A Dexpression.c6587 if (v->needsScopeDtor()) in hookDtors()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A Ddecl.cc856 if (d->needsScopeDtor ()) in visit()
H A Dd-codegen.cc2753 || v->needsScopeDtor ()) in build_frame_type()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/
H A Ddecl.cc760 if (d->needsScopeDtor ()) in visit()
H A Dd-codegen.cc2465 || v->needsScopeDtor ()) in build_frame_type()