Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/bc/src/
H A Dlibrary.c833 if (destruct) in bcl_bigdig_helper()
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()
1222 if (destruct) in bcl_modexp_helper()
1397 if (destruct) in bcl_string_helper()
1454 if (destruct) in bcl_irand_helper()
1617 if (destruct) in bcl_ifrand_helper()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DOverload.h462 void destruct();
557 destruct(); in setKind()
561 void destruct() { in destruct() function
562 if (ConversionKind == AmbiguousConversion) Ambiguous.destruct(); in destruct()
609 destruct();
615 destruct(); in ~ImplicitConversionSequence()
/freebsd-14.2/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-14.2/crypto/openssl/include/internal/
H A Dcore.h46 void (*destruct)(void *method, void *data); member
/freebsd-14.2/crypto/openssl/crypto/
H A Dcore_fetch.c128 data->mcm->destruct(method, data->mcm_data); in ossl_method_construct_this()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DCheckerManager.h211 CheckerDtors.push_back(CheckerDtor(checker, destruct<CHECKER>)); in registerChecker()
618 static void destruct(void *obj) { delete static_cast<CHECKER *>(obj); } in destruct() function
/freebsd-14.2/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-14.2/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-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DDIE.h415 template <class T> void destruct() { get<T>()->~T(); } in destruct() function
428 destruct<DIE##T>(); \ in destroyVal()
432 destruct<const DIE##T *>(); \ in destroyVal()
/freebsd-14.2/contrib/llvm-project/libcxx/include/
H A Dany28 // 6.3.1 any construct/destruct
195 // construct/destruct
H A D__tree342 // __z will be removed from the tree. Client still needs to destruct/deallocate it
/freebsd-14.2/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-14.2/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-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticSemaKinds.td794 "%select{default-initialize|destruct|copy}0">;
797 "non-trivial to %select{default-initialize|destruct|copy}1">;
6351 "jump enters lifetime of a compound literal that is non-trivial to destruct">;
6398 "jump exits lifetime of a compound literal that is non-trivial to destruct">;
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp590 void AmbiguousConversionSequence::destruct() { in destruct() function in AmbiguousConversionSequence