Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DOverload.h431 void destruct();
514 destruct(); in setKind()
518 void destruct() { in destruct() function
519 if (ConversionKind == AmbiguousConversion) Ambiguous.destruct(); in destruct()
561 destruct();
567 destruct(); in ~ImplicitConversionSequence()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DDIE.h373 template <class T> void destruct() { get<T>()->~T(); } in destruct() function
386 destruct<DIE##T>(); \ in destroyVal()
390 destruct<const DIE##T *>(); \ in destroyVal()
/freebsd-12.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-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/
H A DCheckerManager.h162 CheckerDtors.push_back(CheckerDtor(checker, destruct<CHECKER>)); in registerChecker()
561 static void destruct(void *obj) { delete static_cast<CHECKER *>(obj); } in destruct() function
/freebsd-12.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-12.1/contrib/libc++/include/
H A Dany29 // 6.3.1 any construct/destruct
186 // construct/destruct
H A D__tree344 // __z will be removed from the tree. Client still needs to destruct/deallocate it
/freebsd-12.1/contrib/gcc/cp/
H A DChangeLog-19951145 * decl.c (cp_finish_decl): Only destruct local static variables if
H A DChangeLog-1999638 Always destruct virtual bases of array components, but never
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaOverload.cpp556 void AmbiguousConversionSequence::destruct() { in destruct() function in AmbiguousConversionSequence