Searched defs:CheckAutoDestructor (Results 1 – 1 of 1) sorted by relevance
380 struct CheckAutoDestructor { struct381 bool bool_;382 CheckAutoDestructor():bool_(true) {} in CheckAutoDestructor() function383 operator bool() const { return bool_; } in operator bool()