Searched refs:Destruct (Results 1 – 3 of 3) sorted by relevance
812 bool Destruct = in VisitCompoundLiteralExpr() local814 if (Destruct) in VisitCompoundLiteralExpr()819 if (Destruct) in VisitCompoundLiteralExpr()971 bool Destruct = in VisitCastExpr() local974 if (Destruct) in VisitCastExpr()979 if (Destruct) in VisitCastExpr()
23 /* Destruct a method */
7324 template <typename T, bool Destruct>7349 template <bool AllowManualDestruction = !Destruct>7358 … void destruct_on_exit(typename std::enable_if<Destruct, U>::type* = 0) { destruct<true>(); } in destruct_on_exit()7361 void destruct_on_exit(typename std::enable_if<!Destruct, U>::type* = 0) { } in destruct_on_exit()