Searched refs:destruct (Results 1 - 12 of 12) sorted by relevance

/freebsd-current/crypto/openssl/include/internal/
H A Dcore.h46 void (*destruct)(void *method, void *data); member in struct:ossl_method_construct_method_st
/freebsd-current/contrib/bc/src/
H A Dlibrary.c809 bcl_bigdig_helper(BclNumber n, BclBigDig* result, bool destruct) argument
833 if (destruct)
887 * @param destruct True if the parameters should be consumed, false otherwise.
892 const BcNumBinaryOpReq req, bool destruct)
928 if (destruct)
1038 bcl_sqrt_helper(BclNumber a, bool destruct) argument
1063 if (destruct)
1088 bool destruct)
1131 if (destruct)
1176 bcl_modexp_helper(BclNumber a, BclNumber b, BclNumber c, bool destruct) argument
891 bcl_binary(BclNumber a, BclNumber b, const BcNumBinaryOp op, const BcNumBinaryOpReq req, bool destruct) argument
1087 bcl_divmod_helper(BclNumber a, BclNumber b, BclNumber* c, BclNumber* d, bool destruct) argument
1364 bcl_string_helper(BclNumber n, bool destruct) argument
1423 bcl_irand_helper(BclNumber a, bool destruct) argument
1587 bcl_ifrand_helper(BclNumber a, size_t places, bool destruct) argument
1642 bcl_rand_seedWithNum_helper(BclNumber n, bool destruct) argument
[all...]
/freebsd-current/contrib/llvm-project/clang/include/clang/Sema/
H A DOverload.h462 void destruct();
557 destruct();
561 void destruct() { function in class:clang::ImplicitConversionSequence
562 if (ConversionKind == AmbiguousConversion) Ambiguous.destruct();
609 destruct();
615 destruct();
/freebsd-current/crypto/openssl/crypto/
H A Dcore_fetch.c127 data->mcm->destruct(method, data->mcm_data);
/freebsd-current/contrib/ntp/sntp/libevent/
H A Dbufferevent-internal.h288 void (*destruct)(struct bufferevent *); member in struct:bufferevent_ops
H A Dbufferevent.c757 if (bufev->be_ops->destruct)
758 bufev->be_ops->destruct(bufev);
788 * The 'destruct' function will also drop a reference to underlying
/freebsd-current/contrib/libevent/
H A Dbufferevent-internal.h288 void (*destruct)(struct bufferevent *); member in struct:bufferevent_ops
H A Dbufferevent.c757 if (bufev->be_ops->destruct)
758 bufev->be_ops->destruct(bufev);
788 * The 'destruct' function will also drop a reference to underlying
/freebsd-current/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DCheckerManager.h211 CheckerDtors.push_back(CheckerDtor(checker, destruct<CHECKER>));
618 static void destruct(void *obj) { delete static_cast<CHECKER *>(obj); } function in class:clang::ento::CheckerManager
/freebsd-current/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DDIE.h415 template <class T> void destruct() { get<T>()->~T(); } function in class:llvm::DIEValue
428 destruct<DIE##T>(); \
432 destruct<const DIE##T *>(); \
/freebsd-current/contrib/bsnmp/tests/
H A Dcatch.hpp7350 typename std::enable_if<AllowManualDestruction>::type destruct()
7356 // If this is a constructor benchmark, destruct the underlying object
7358 void destruct_on_exit(typename std::enable_if<Destruct, U>::type* = 0) { destruct<true>(); }
/freebsd-current/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp590 void AmbiguousConversionSequence::destruct() {

Completed in 226 milliseconds