Searched refs:cleanup (Results 1 - 25 of 187) sorted by relevance

12345678

/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dpr59963-3.c12 int i __attribute__((cleanup (foo)));
H A Dcleanup-6.c3 /* Verify that a cleanup marked "inline" gets inlined. */
11 int x __attribute__((cleanup (xyzzy)));
H A Dcleanup-2.c3 /* Verify that cleanup works in the most basic of ways. */
15 int x __attribute__((cleanup (handler)));
H A Dcleanup-7.c17 int x __attribute__((cleanup (xyzzy)));
H A Dcleanup-3.c3 /* Verify that the cleanup handler receives the proper contents
25 int r __attribute__((cleanup (handler)));
H A Dcleanup-4.c3 /* Verify cleanup execution on non-trivial exit from a block. */
26 int dummy __attribute__((cleanup (handler))) = i;
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/ext/
H A Dcleanup-6.C3 /* Verify that a cleanup marked "inline" gets inlined. */
11 int x __attribute__((cleanup (xyzzy)));
H A Dcleanup-2.C3 /* Verify that cleanup works in the most basic of ways. */
15 int x __attribute__((cleanup (handler)));
H A Dcleanup-dtor.C1 // Check that destructors are run after cleanup functions.
24 S s __attribute__((cleanup (f)));
H A Dcleanup-3.C3 /* Verify that the cleanup handler receives the proper contents
25 int r __attribute__((cleanup (handler)));
H A Dcleanup-4.C3 /* Verify cleanup execution on non-trivial exit from a block. */
26 int dummy __attribute__((cleanup (handler))) = i;
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/tree-ssa/
H A Dcfgcleanup-1.c4 cleanup (int a, int b) function
19 /* { dg-final { cleanup-tree-dump "dce1" } } */
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.other/
H A Dstatic13.C12 static Cleaner cleanup; local
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dstructure_constructor_11.f9019 procedure(cg_ext), nopass, pointer :: cleanup
31 subroutine epa_init(this, init, cleanup)
35 procedure(cg_ext), pointer, intent(in) :: cleanup
38 this%a = ext_ptr(init, cleanup) ! Wrong code
41 this%a%cleanup => cleanup ! OK
43 this%a = ext_ptr(this%a%init,this%a%cleanup) ! ICE in fold_convert_loc
56 call bar%a%cleanup()
89 ! { dg-final { scan-tree-dump-times "ext_ptr.\[0-9\]+.cleanup = 0B;" 1 "original" } }
91 ! { dg-final { scan-tree-dump-times "ext_ptr.1.cleanup
[all...]
/haiku-buildtools/binutils/ld/testsuite/ld-plugin/
H A Dplugin-24.d5 hook called: cleanup.
H A Dplugin-25.d5 hook called: cleanup.
H A Dplugin-23.d7 hook called: cleanup.
H A Dplugin-20.d7 hook called: cleanup.
H A Dplugin-22.d7 hook called: cleanup.
H A Dpr20070.d8 hook called: cleanup.
H A Dplugin-21.d7 hook called: cleanup.
H A Dplugin-4.d23 hook called: cleanup.
24 .*ld.*:.*ldtestplug.*: error in plugin cleanup: 3 \(ignored\)
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/i386/
H A Dcleanup-2.c53 char dummy __attribute__((cleanup (counter)));
61 char dummy __attribute__((cleanup (counter)));
195 char dummy __attribute__((cleanup (handler)));
H A Dcleanup-1.c53 char dummy __attribute__((cleanup (counter)));
61 char dummy __attribute__((cleanup (counter)));
230 char dummy __attribute__((cleanup (handler)));
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/powerpc/
H A Dspe-unwind-1.c66 char dummy __attribute__((cleanup (counter)));
73 char dummy __attribute__((cleanup (counter)));
106 char dummy __attribute__((cleanup (handler)));

Completed in 139 milliseconds

12345678