Home
last modified time | relevance | path

Searched defs:destruct (Results 1 – 9 of 9) sorted by relevance

/freebsd/crypto/openssl/include/internal/
H A Dcore.h46 void (*destruct)(void *method, void *data); member
/freebsd/contrib/bc/src/
H A Dlibrary.c809 bcl_bigdig_helper(BclNumber n, BclBigDig* result, bool destruct) in bcl_bigdig_helper()
892 const BcNumBinaryOpReq req, bool destruct) in bcl_binary()
1038 bcl_sqrt_helper(BclNumber a, bool destruct) in bcl_sqrt_helper()
1088 bool destruct) in bcl_divmod_helper()
1176 bcl_modexp_helper(BclNumber a, BclNumber b, BclNumber c, bool destruct) in bcl_modexp_helper()
1364 bcl_string_helper(BclNumber n, bool destruct) in bcl_string_helper()
1423 bcl_irand_helper(BclNumber a, bool destruct) in bcl_irand_helper()
1587 bcl_ifrand_helper(BclNumber a, size_t places, bool destruct) in bcl_ifrand_helper()
1642 bcl_rand_seedWithNum_helper(BclNumber n, bool destruct) in bcl_rand_seedWithNum_helper()
/freebsd/contrib/ntp/sntp/libevent/
H A Dbufferevent-internal.h288 void (*destruct)(struct bufferevent *); member
/freebsd/contrib/libevent/
H A Dbufferevent-internal.h288 void (*destruct)(struct bufferevent *); member
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DCheckerManager.h618 static void destruct(void *obj) { delete static_cast<CHECKER *>(obj); } in destruct() function
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DDIE.h415 template <class T> void destruct() { get<T>()->~T(); } in destruct() function
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DOverload.h610 void destruct() { in destruct() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp668 void AmbiguousConversionSequence::destruct() { in destruct() function in AmbiguousConversionSequence
/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp7350 typename std::enable_if<AllowManualDestruction>::type destruct() in destruct() function