/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
H A D | Overload.h | 460 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()
|
/netbsd-src/crypto/external/bsd/openssl/dist/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
|
/netbsd-src/external/zlib/pigz/dist/ |
H A D | yarn.h | 121 void destruct(thread *);
|
H A D | yarn.c | 368 void destruct(thread *off_course) in destruct() function
|
/netbsd-src/games/trek/ |
H A D | play.c | 67 { "destruct", "", destruct, 0 },
|
H A D | destruct.c | 69 destruct(int v __unused) in destruct() function
|
H A D | Makefile | 6 compkl.c computer.c damage.c damaged.c dcrept.c destruct.c \
|
H A D | trek.h | 405 void destruct(int);
|
/netbsd-src/crypto/external/bsd/openssl/dist/include/internal/ |
H A D | core.h | 46 void (*destruct)(void *method, void *data); member
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/ |
H A D | core_fetch.c | 127 data->mcm->destruct(method, data->mcm_data); in ossl_method_construct_this()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
H A D | DIE.h | 410 template <class T> void destruct() { get<T>()->~T(); } in destruct() function 423 destruct<DIE##T>(); \ in destroyVal() 427 destruct<const DIE##T *>(); \ in destroyVal()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/ |
H A D | CheckerManager.h | 212 CheckerDtors.push_back(CheckerDtor(checker, destruct<CHECKER>)); in registerChecker() 622 static void destruct(void *obj) { delete static_cast<CHECKER *>(obj); } in destruct() function
|
/netbsd-src/games/warp/ |
H A D | warp.doc | 74 d destruct all friendly torpedoes (quite useful) 75 D destruct the current vessel (commit suicide) 112 works well with the destruct button. Variations on this may be useful
|
/netbsd-src/external/bsd/libevent/dist/ |
H A D | bufferevent-internal.h | 290 void (*destruct)(struct bufferevent *); member
|
H A D | bufferevent.c | 761 if (bufev->be_ops->destruct) in bufferevent_finalize_cb_() 762 bufev->be_ops->destruct(bufev); in bufferevent_finalize_cb_()
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/ |
H A D | variant.d | 165 apply, postblit, destruct } in VariantN() enumerator 203 case OpID.destruct: in VariantN() 536 case OpID.destruct: in VariantN() 581 fptr(OpID.destruct, &store, null); in VariantN() 610 fptr(OpID.destruct, &store, null); in VariantN()
|
/netbsd-src/external/apache2/llvm/dist/libcxx/include/ |
H A D | any | 28 // 6.3.1 any construct/destruct 185 // construct/destruct
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/ |
H A D | variant.d | 207 apply, postblit, destruct } in VariantN() enumerator 245 case OpID.destruct: in VariantN() 635 case OpID.destruct: in VariantN() 686 (() @trusted => fptr(OpID.destruct, &store, null))(); in VariantN() 716 fptr(OpID.destruct, &store, null); in VariantN()
|
/netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
H A D | InAlloca.rst | 58 ; If a's ctor throws, we must destruct b.
|
/netbsd-src/external/apache2/llvm/dist/llvm/docs/HistoricalNotes/ |
H A D | 2001-05-18-ExceptionHandling.txt | 133 d->~D(); // destruct D as it goes out of scope when entering catch clauses
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/ |
H A D | lang.opt | 409 Don't destruct fields of partially constructed objects.
|
/netbsd-src/crypto/external/bsd/openssl/dist/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 */
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/ |
H A D | any | 126 // construct/destruct
|