| /freebsd/contrib/bc/src/ |
| H A D | library.c | 809 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 D | ossl_method_construct.pod | 24 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 D | ossl_namemap_new.pod | 42 ossl_namemap_new() and ossl_namemap_free() construct and destruct a
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Overload.h | 557 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 D | core.h | 46 void (*destruct)(void *method, void *data); member
|
| /freebsd/crypto/openssl/crypto/ |
| H A D | core_fetch.c | 131 data->mcm->destruct(method, data->mcm_data); in ossl_method_construct_this()
|
| /freebsd/contrib/ntp/sntp/libevent/ |
| H A D | bufferevent-internal.h | 288 void (*destruct)(struct bufferevent *); member
|
| H A D | bufferevent.c | 757 if (bufev->be_ops->destruct) in bufferevent_finalize_cb_() 758 bufev->be_ops->destruct(bufev); in bufferevent_finalize_cb_()
|
| /freebsd/contrib/libevent/ |
| H A D | bufferevent-internal.h | 288 void (*destruct)(struct bufferevent *); member
|
| H A D | bufferevent.c | 757 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 D | DIE.h | 424 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 D | any | 28 // 6.3.1 any construct/destruct 194 // construct/destruct
|
| H A D | __tree | 335 // __z will be removed from the tree. Client still needs to destruct/deallocate it
|
| /freebsd/crypto/openssl/doc/man7/ |
| H A D | provider-decoder.pod | 21 /* Functions to construct / destruct / manipulate the decoder context */
|
| H A D | provider-encoder.pod | 21 /* Functions to construct / destruct / manipulate the encoder context */
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/ |
| H A D | __tree | 340 // __z will be removed from the tree. Client still needs to destruct/deallocate it
|
| /freebsd/contrib/bsnmp/tests/ |
| H A D | catch.hpp | 7350 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 D | DiagnosticSemaKinds.td | 873 "%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 D | SemaOverload.cpp | 697 void AmbiguousConversionSequence::destruct() { in destruct() function in AmbiguousConversionSequence
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 5684 {"_ZN5clang27AmbiguousConversionSequence8destructEv", "clang::AmbiguousConversionSequence::destruct…
|