Home
last modified time | relevance | path

Searched refs:Destruct (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprAgg.cpp673 bool Destruct = in VisitCompoundLiteralExpr() local
675 if (Destruct) in VisitCompoundLiteralExpr()
680 if (Destruct) in VisitCompoundLiteralExpr()
835 bool Destruct = in VisitCastExpr() local
838 if (Destruct) in VisitCastExpr()
843 if (Destruct) in VisitCastExpr()
/freebsd-13.1/contrib/bsnmp/tests/
H A Dcatch.hpp7324 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()