Searched refs:constructor (Results 1 - 25 of 127) sorted by relevance

123456

/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/ipa/
H A Dctor-empty-1.c3 static __attribute__((constructor))
H A Dipa-icf-28.c4 __attribute__ ((noinline, constructor(200)))
10 __attribute__ ((noinline, constructor(400)))
H A Dpr48195.c9 void __attribute__ ((constructor))
/haiku-buildtools/gcc/gcc/testsuite/c-c++-common/
H A Dpr59280.c4 void bar (char *) __attribute__((constructor(foo))); /* { dg-error "constructor priorities must be integers|was not declared|undeclared|constructor priorities are not supported" } */
H A Dpr50459-2.c6 void fn3 (void) __attribute__((constructor (A)));
/haiku-buildtools/gcc/libatomic/config/linux/arm/
H A Dinit.c31 static void __attribute__((constructor))
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/lto/
H A Dchkp-ctor-merge_0.c7 void __attribute__((constructor))
14 void __attribute__((constructor))
H A Dpr45736_0.c6 static void __attribute__ ((constructor))
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/ext/
H A Dconstruct1.C6 void hello (void) __attribute__ ((constructor));
/haiku-buildtools/binutils/ld/testsuite/ld-plugin/
H A Dlto-7b.c4 __attribute__ ((unused, constructor))
H A Dlto-7c.c5 __attribute__ ((unused, constructor))
/haiku-buildtools/gcc/libgcc/config/ia64/
H A Dcrtfastmath.c30 static void __attribute__((constructor))
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/special/
H A Dinitpri2.C5 __attribute__((constructor (-1))); /* { dg-error "priorities" } */
7 __attribute__((constructor (65536))); /* { dg-error "priorities" } */
15 __attribute__((constructor (50))); /* { dg-warning "reserved" } */
17 __attribute__((constructor (50))); /* { dg-warning "reserved" } */
23 __attribute__((constructor ((void*) 500))); /* { dg-error "priorities" } */
30 __attribute__((constructor ((i)))); /* { dg-error "priorities" } */
37 __attribute__((constructor ((e))));
H A Dinitpri1.C8 void c1() __attribute__((constructor (500)));
9 void c2() __attribute__((constructor (700)));
10 void c3() __attribute__((constructor (600)));
48 void cd4() __attribute__((constructor (800), destructor (800)));
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dinitpri2.c5 __attribute__((constructor (-1))); /* { dg-error "priorities" } */
7 __attribute__((constructor (65536))); /* { dg-error "priorities" } */
15 __attribute__((constructor (50))); /* { dg-warning "reserved" } */
17 __attribute__((constructor (50))); /* { dg-warning "reserved" } */
23 __attribute__((constructor ((void*) 500))); /* { dg-error "priorities" } */
30 __attribute__((constructor ((i)))); /* { dg-error "priorities" } */
37 __attribute__((constructor ((e))));
H A Dinitpri1.c8 void c1() __attribute__((constructor (500)));
9 void c2() __attribute__((constructor (700)));
10 void c3() __attribute__((constructor (600)));
48 void cd4() __attribute__((constructor (800), destructor (800)));
H A Dinitpri3.c10 void c1() __attribute__((constructor (500)));
11 void c2() __attribute__((constructor (700)));
12 void c3() __attribute__((constructor (600)));
50 void cd4() __attribute__((constructor (800), destructor (800)));
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/vxworks/
H A Dinitpri1.c15 void c1 () __attribute__((constructor));
H A Dinitpri2.c10 void c1 () __attribute__((constructor));
/haiku-buildtools/gcc/libgcc/config/aarch64/
H A Dcrtfastmath.c31 static void __attribute__((constructor))
/haiku-buildtools/gcc/libgcc/
H A Dvtv_end.c56 __attribute__ ((constructor(100))) void
H A Dvtv_start.c54 __attribute__ ((constructor(98))) void
/haiku-buildtools/gcc/libgcc/config/alpha/
H A Dcrtfastmath.c32 static void __attribute__((constructor))
/haiku-buildtools/gcc/libgcc/config/sparc/
H A Dcrtfastmath.c27 static void __attribute__((constructor))
/haiku-buildtools/gcc/libgcc/config/spu/
H A Dmfc_tag_table.c30 static void __mfc_tag_init (void) __attribute__ ((constructor));

Completed in 242 milliseconds

123456