Home
last modified time | relevance | path

Searched refs:destruct (Results 1 – 20 of 20) sorted by relevance

/freebsd/contrib/bc/src/
H A Dlibrary.c809 bcl_bigdig_helper(BclNumber n, BclBigDig* result, bool destruct) in bcl_bigdig_helper() argument
833 if (destruct) in bcl_bigdig_helper()
892 const BcNumBinaryOpReq req, bool destruct) in bcl_binary() argument
928 if (destruct) in bcl_binary()
1038 bcl_sqrt_helper(BclNumber a, bool destruct) in bcl_sqrt_helper() argument
1063 if (destruct) in bcl_sqrt_helper()
1088 bool destruct) in bcl_divmod_helper() argument
1131 if (destruct) in bcl_divmod_helper()
1176 bcl_modexp_helper(BclNumber a, BclNumber b, BclNumber c, bool destruct) in bcl_modexp_helper() argument
1222 if (destruct) in bcl_modexp_helper()
[all …]
/freebsd/crypto/openssl/doc/internal/man3/
H A Dossl_method_construct.pod24 void (*destruct)(void *method, void *data);
65 subsystem destruct() method to decrement the reference count when
133 =item destruct()
135 Decrement the I<method>'s reference count, and destruct it when
H A Dossl_namemap_new.pod42 ossl_namemap_new() and ossl_namemap_free() construct and destruct a
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DOverload.h557 void destruct();
654 destruct(); in setKind()
658 void destruct() { in destruct() function
659 if (ConversionKind == AmbiguousConversion) Ambiguous.destruct(); in destruct()
706 destruct();
712 destruct(); in ~ImplicitConversionSequence()
/freebsd/crypto/openssl/include/internal/
H A Dcore.h46 void (*destruct)(void *method, void *data); member
/freebsd/crypto/openssl/crypto/
H A Dcore_fetch.c131 data->mcm->destruct(method, data->mcm_data); in ossl_method_construct_this()
/freebsd/contrib/ntp/sntp/libevent/
H A Dbufferevent-internal.h288 void (*destruct)(struct bufferevent *); member
H A Dbufferevent.c757 if (bufev->be_ops->destruct) in bufferevent_finalize_cb_()
758 bufev->be_ops->destruct(bufev); in bufferevent_finalize_cb_()
/freebsd/contrib/libevent/
H A Dbufferevent-internal.h288 void (*destruct)(struct bufferevent *); member
H A Dbufferevent.c757 if (bufev->be_ops->destruct) in bufferevent_finalize_cb_()
758 bufev->be_ops->destruct(bufev); in bufferevent_finalize_cb_()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DDIE.h424 template <class T> void destruct() { get<T>()->~T(); } in destruct() function
437 destruct<DIE##T>(); \ in destroyVal()
441 destruct<const DIE##T *>(); \ in destroyVal()
/freebsd/contrib/llvm-project/libcxx/include/
H A Dany28 // 6.3.1 any construct/destruct
194 // construct/destruct
H A D__tree335 // __z will be removed from the tree. Client still needs to destruct/deallocate it
/freebsd/crypto/openssl/doc/man7/
H A Dprovider-decoder.pod21 /* Functions to construct / destruct / manipulate the decoder context */
H A Dprovider-encoder.pod21 /* Functions to construct / destruct / manipulate the encoder context */
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/
H A D__tree340 // __z will be removed from the tree. Client still needs to destruct/deallocate it
/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp7350 typename std::enable_if<AllowManualDestruction>::type destruct() in destruct() function
7358 … void destruct_on_exit(typename std::enable_if<Destruct, U>::type* = 0) { destruct<true>(); } in destruct_on_exit()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticSemaKinds.td873 "%select{default-initialize|destruct|copy}0">;
876 "non-trivial to %select{default-initialize|destruct|copy}1">;
6773 "jump enters lifetime of a compound literal that is non-trivial to destruct">;
6820 "jump exits lifetime of a compound literal that is non-trivial to destruct">;
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp697 void AmbiguousConversionSequence::destruct() { in destruct() function in AmbiguousConversionSequence
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc5684 {"_ZN5clang27AmbiguousConversionSequence8destructEv", "clang::AmbiguousConversionSequence::destruct