Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/
H A Ddtors4.C4 int destruct = 2; variable
10 ~a(){ destruct--; if (! destruct) printf ("PASS\n");} in ~a()
H A Ddtors2.C4 int destruct = 0; variable
12 inline ~bla() { destruct++; if (destruct == 2) printf ("PASS\n");}; in ~bla()
H A Dcvt4.C10 int destruct = 2; variable
18 ~Test() {if (--destruct == 0) printf ("PASS\n");} in ~Test()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DOverload.h459 void destruct();
554 destruct(); in setKind()
558 void destruct() { in destruct() function
559 if (ConversionKind == AmbiguousConversion) Ambiguous.destruct(); in destruct()
606 destruct();
612 destruct(); in ~ImplicitConversionSequence()
/openbsd-src/games/trek/
H A Dplay.c57 { "destruct", "", destruct, 0 },
H A Ddestruct.c61 destruct(int v) in destruct() function
H A DMakefile5 compkl.c computer.c damage.c damaged.c dcrept.c destruct.c \
H A Dtrek.h389 void destruct(int);
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/opt/
H A Dunroll1.C169 static void destruct(double *addr) {}
229 ElementProperties::destruct(pt);
/openbsd-src/gnu/usr.bin/perl/
H A Dmg_names.inc47 { PERL_MAGIC_destruct, "destruct(X)" },
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/
H A DCheckerManager.h211 CheckerDtors.push_back(CheckerDtor(checker, destruct<CHECKER>)); in registerChecker()
621 static void destruct(void *obj) { delete static_cast<CHECKER *>(obj); } in destruct() function
/openbsd-src/gnu/usr.bin/perl/regen/
H A Dmg_vtable.pl222 destruct => {
224 vtable => 'destruct',
225 desc => "destruct callback",
307 'destruct' => {free => 'freedestruct'},
/openbsd-src/gnu/llvm/libcxx/include/
H A Dany28 // 6.3.1 any construct/destruct
196 // construct/destruct
H A D__tree379 // __z will be removed from the tree. Client still needs to destruct/deallocate it
/openbsd-src/gnu/llvm/llvm/docs/
H A DInAlloca.rst58 ; If a's ctor throws, we must destruct b.
/openbsd-src/gnu/llvm/llvm/docs/HistoricalNotes/
H A D2001-05-18-ExceptionHandling.txt133 d->~D(); // destruct D as it goes out of scope when entering catch clauses
/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperl581delta.pod66 value, or if Perl is exiting a spawned thread, it will also destruct
H A Dperl5240delta.pod2064 large op-counts at destruct. These counts would print %x as "ABABABAB",
H A Dperlvar.pod2356 our $destruct = Print::Phase->new(
H A Dperl5160delta.pod479 run time, or destruct time.
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DDiagnosticSemaKinds.td757 "%select{default-initialize|destruct|copy}0">;
760 "non-trivial to %select{default-initialize|destruct|copy}1">;
6163 "jump enters lifetime of a compound literal that is non-trivial to destruct">;
6208 "jump exits lifetime of a compound literal that is non-trivial to destruct">;
/openbsd-src/gnu/gcc/gcc/cp/
H A DChangeLog-19951145 * decl.c (cp_finish_decl): Only destruct local static variables if
/openbsd-src/gnu/usr.bin/cvs/src/
H A DChangeLog-9395996 (Entnode_Destroy): New function, destruct old Entnode.
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaOverload.cpp576 void AmbiguousConversionSequence::destruct() { in destruct() function in AmbiguousConversionSequence

12