Searched refs:isRAII (Results 1 – 6 of 6) sorted by relevance
941 bool isRAII;942 DeleteExp(Loc loc, Expression *e, bool isRAII);
5728 DeleteExp::DeleteExp(Loc loc, Expression *e, bool isRAII) in DeleteExp() argument5731 this->isRAII = isRAII; in DeleteExp()
4185 !exp->isRAII && in visit()
885 bool isRAII;
5340 bool isRAII; // true if called automatically as a result of scoped destruction variable5342 extern (D) this(const ref Loc loc, Expression e, bool isRAII) in this() argument5345 this.isRAII = isRAII; in this()
7343 if (!exp.isRAII) in visit()