Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprAgg.cpp812 bool Destruct = in VisitCompoundLiteralExpr() local
814 if (Destruct) in VisitCompoundLiteralExpr()
819 if (Destruct) in VisitCompoundLiteralExpr()
971 bool Destruct = in VisitCastExpr() local
974 if (Destruct) in VisitCastExpr()
979 if (Destruct) in VisitCastExpr()
/freebsd/crypto/openssl/doc/internal/man3/
H A Dossl_method_construct.pod23 /* Destruct a method */
/freebsd/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()