Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddeclaration.h254 bool iscatchvar() const; // this is the exception object variable in catch() clause
255 bool iscatchvar(bool v);
H A Ddeclaration.d1096 bool iscatchvar; /// this is the exception object variable in catch() clause member
1420 if (iscatchvar) in callScopeDtor()
H A Descape.d963 if (v.isScope() && !v.iscatchvar) // special case: allow catch var to be rethrown in checkThrowEscape()
H A Dstatementsem.d4076 c.var.iscatchvar = true; in catchSemantic()