Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddeclaration.h270 … bool isArgDtorVar() const; // temporary created to handle scope destruction of a function argument
271 bool isArgDtorVar(bool v);
H A Ddeclaration.d1111 … bool isArgDtorVar; /// temporary created to handle scope destruction of a function argument member
H A Dexpressionsem.d2333 …tmp.isArgDtorVar = true; // mark it so that the backend passes it by ref to the function being c… in functionParameters()