| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/ |
| H A D | dtors4.C | 4 int destruct = 2; variable 10 ~a(){ destruct--; if (! destruct) printf ("PASS\n");} in ~a()
|
| H A D | dtors2.C | 4 int destruct = 0; variable 12 inline ~bla() { destruct++; if (destruct == 2) printf ("PASS\n");}; in ~bla()
|
| H A D | cvt4.C | 10 int destruct = 2; variable 18 ~Test() {if (--destruct == 0) printf ("PASS\n");} in ~Test()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Sema/ |
| H A D | Overload.h | 459 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 D | play.c | 57 { "destruct", "", destruct, 0 },
|
| H A D | destruct.c | 61 destruct(int v) in destruct() function
|
| H A D | Makefile | 5 compkl.c computer.c damage.c damaged.c dcrept.c destruct.c \
|
| H A D | trek.h | 389 void destruct(int);
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/opt/ |
| H A D | unroll1.C | 169 static void destruct(double *addr) {} 229 ElementProperties::destruct(pt);
|
| /openbsd-src/gnu/usr.bin/perl/ |
| H A D | mg_names.inc | 47 { PERL_MAGIC_destruct, "destruct(X)" },
|
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/ |
| H A D | CheckerManager.h | 211 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 D | mg_vtable.pl | 222 destruct => { 224 vtable => 'destruct', 225 desc => "destruct callback", 307 'destruct' => {free => 'freedestruct'},
|
| /openbsd-src/gnu/llvm/libcxx/include/ |
| H A D | any | 28 // 6.3.1 any construct/destruct 196 // construct/destruct
|
| H A D | __tree | 379 // __z will be removed from the tree. Client still needs to destruct/deallocate it
|
| /openbsd-src/gnu/llvm/llvm/docs/ |
| H A D | InAlloca.rst | 58 ; If a's ctor throws, we must destruct b.
|
| /openbsd-src/gnu/llvm/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
|
| /openbsd-src/gnu/usr.bin/perl/pod/ |
| H A D | perl581delta.pod | 66 value, or if Perl is exiting a spawned thread, it will also destruct
|
| H A D | perl5240delta.pod | 2064 large op-counts at destruct. These counts would print %x as "ABABABAB",
|
| H A D | perlvar.pod | 2356 our $destruct = Print::Phase->new(
|
| H A D | perl5160delta.pod | 479 run time, or destruct time.
|
| /openbsd-src/gnu/llvm/clang/include/clang/Basic/ |
| H A D | DiagnosticSemaKinds.td | 757 "%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 D | ChangeLog-1995 | 1145 * decl.c (cp_finish_decl): Only destruct local static variables if
|
| /openbsd-src/gnu/usr.bin/cvs/src/ |
| H A D | ChangeLog-9395 | 996 (Entnode_Destroy): New function, destruct old Entnode.
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaOverload.cpp | 576 void AmbiguousConversionSequence::destruct() { in destruct() function in AmbiguousConversionSequence
|