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.cpp710 bool Destruct = in VisitCompoundLiteralExpr() local
712 if (Destruct) in VisitCompoundLiteralExpr()
717 if (Destruct) in VisitCompoundLiteralExpr()
869 bool Destruct = in VisitCastExpr() local
872 if (Destruct) in VisitCastExpr()
877 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()