Searched refs:Destruct (Results 1 – 2 of 2) sorted by relevance
673 bool Destruct = in VisitCompoundLiteralExpr() local675 if (Destruct) in VisitCompoundLiteralExpr()680 if (Destruct) in VisitCompoundLiteralExpr()835 bool Destruct = in VisitCastExpr() local838 if (Destruct) in VisitCastExpr()843 if (Destruct) in VisitCastExpr()
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()