Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DOverload.h460 void destruct();
543 destruct(); in setKind()
547 void destruct() { in destruct() function
548 if (ConversionKind == AmbiguousConversion) Ambiguous.destruct(); in destruct()
590 destruct();
596 destruct(); in ~ImplicitConversionSequence()
/freebsd-13.1/contrib/ntp/sntp/libevent/
H A Dbufferevent-internal.h263 void (*destruct)(struct bufferevent *); member
H A Dbufferevent.c738 if (bufev->be_ops->destruct) in bufferevent_finalize_cb_()
739 bufev->be_ops->destruct(bufev); in bufferevent_finalize_cb_()
/freebsd-13.1/contrib/libevent/
H A Dbufferevent-internal.h288 void (*destruct)(struct bufferevent *); member
H A Dbufferevent.c737 if (bufev->be_ops->destruct) in bufferevent_finalize_cb_()
738 bufev->be_ops->destruct(bufev); in bufferevent_finalize_cb_()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DDIE.h410 template <class T> void destruct() { get<T>()->~T(); } in destruct() function
423 destruct<DIE##T>(); \ in destroyVal()
427 destruct<const DIE##T *>(); \ in destroyVal()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DCheckerManager.h212 CheckerDtors.push_back(CheckerDtor(checker, destruct<CHECKER>)); in registerChecker()
622 static void destruct(void *obj) { delete static_cast<CHECKER *>(obj); } in destruct() function
/freebsd-13.1/contrib/llvm-project/libcxx/include/
H A Dany28 // 6.3.1 any construct/destruct
186 // construct/destruct
H A D__tree352 // __z will be removed from the tree. Client still needs to destruct/deallocate it
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticSemaKinds.td736 "%select{default-initialize|destruct|copy}0">;
739 "non-trivial to %select{default-initialize|destruct|copy}1">;
5973 "jump enters lifetime of a compound literal that is non-trivial to destruct">;
6018 "jump exits lifetime of a compound literal that is non-trivial to destruct">;
/freebsd-13.1/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-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp573 void AmbiguousConversionSequence::destruct() { in destruct() function in AmbiguousConversionSequence