Searched refs:init (Results 1 - 25 of 1106) sorted by relevance

1234567891011>>

/haiku-buildtools/gcc/gcc/testsuite/g++.dg/other/
H A Ddo1.C8 void init () function
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/mips/inter/
H A Dmips16_stubs_1_main.c1 extern void init (void);
7 init ();
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Daltreturn_4.f9014 subroutine init subroutine in program:blubb
18 end subroutine init
H A Dassumed_size_dt_dummy.f906 TYPE init type in module:TEST
8 END TYPE init
11 TYPE(init), DIMENSION(*), INTENT(OUT) :: A
12 TYPE(init) , INTENT(OUT) :: B ! PR24440 => segfault
H A Dautomatic_module_variable.f9011 function init (x, l) function in module:sd
13 integer :: init(l) local in function:init
14 init = x
15 end function init
H A Dproc_ptr_8.c11 void init() function
H A Duse_allocated_1.f9012 call init
15 subroutine init subroutine
18 end subroutine init
H A Dauto_dealloc_2.f9017 call init(a)
18 call init(a)
22 subroutine init(x) subroutine
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/parse/
H A Derror27.C4 struct KrSelectionMode { virtual void init() = 0; }; // { dg-error "8:previous definition of 'struct KrSelectionMode'" }
5 struct KrKDESelectionMode : public KrSelectionMode { void init() { } }; // { dg-error "8:previous definition of 'struct KrKDESelectionMode'" } function in struct:KrKDESelectionMode
6 struct KrSelectionMode { virtual void init() = 0; }; // { dg-error "8:redefinition of 'struct KrSelectionMode'" }
7 struct KrKDESelectionMode : public KrSelectionMode { void init() { } }; // { dg-error "8:redefinition of 'struct KrKDESelectionMode'" } function in struct:KrKDESelectionMode
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/torture/
H A Dpr50902.c4 void foo (_Bool *init) argument
8 data[i] = *init;
/haiku-buildtools/cloog/
H A Dget_submodules.sh2 git submodule init
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/powerpc/
H A Dno-r11-3.c9 outer_func (int init) /* { dg-error "-mno-pointers-to-nested-functions option" "" } */ argument
11 int value = init;
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dpragma-init-fini.c1 /* Tests for #pragma init and #pragma fini. */
7 #pragma init /* { dg-warning "malformed" } */
8 #pragma init () /* { dg-warning "malformed" } */
9 #pragma init init_func /* { dg-warning "malformed" } */
15 #pragma init (init_func, init_static_func)
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/
H A Dinit.go7 // Verify that erroneous use of init is detected.
14 func init() { func
18 init() // ERROR "undefined.*init"
19 runtime.init() // ERROR "unexported.*runtime\.init"
20 var _ = init // ERROR "undefined.*init"
/haiku-buildtools/gcc/gcc/testsuite/objc.dg/
H A Dimage-info.m16 - init;
19 - init {return self;}
28 - init;
32 - init {
33 [super init];
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A Dpr36666.c6 } *init, *init2; variable in typeref:struct:Foo
13 init->x = foo (init2->x);
17 init->x = foo (init->x);
21 *init = foo2 (*init2);
/haiku-buildtools/binutils/gas/testsuite/gas/alpha/
H A Delf-reloc-8.d14 0*000004c BRADDR \.init\.text\+0x0*0000998
15 0*0000050 GPRELHIGH \.init\.data
16 0*0000054 GPRELLOW \.init\.data
17 0*000005c BRADDR \.init\.text\+0x0*0000aa8
18 0*0000070 BRADDR \.init\.text\+0x0*0000a48
39 0*0000104 BRADDR \.init\.text\+0x0*0000a90
42 0*0000124 BRADDR \.init\.text\+0x0*0000a28
59 RELOCATION RECORDS FOR \[\.init\.text\]:
61 0*0000000 GPDISP \.init\.text\+0x0*0000004
63 0*000001c LITUSE \.init\
[all...]
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/alpha/
H A Delf-reloc-8.d14 0*000004c BRADDR \.init\.text\+0x0*0000998
15 0*0000050 GPRELHIGH \.init\.data
16 0*0000054 GPRELLOW \.init\.data
17 0*000005c BRADDR \.init\.text\+0x0*0000aa8
18 0*0000070 BRADDR \.init\.text\+0x0*0000a48
39 0*0000104 BRADDR \.init\.text\+0x0*0000a90
42 0*0000124 BRADDR \.init\.text\+0x0*0000a28
59 RELOCATION RECORDS FOR \[\.init\.text\]:
61 0*0000000 GPDISP \.init\.text\+0x0*0000004
63 0*000001c LITUSE \.init\
[all...]
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/torture/
H A Dpr39417.C15 int init =l/i-i/2+1; local
16 if(init>=0)
20 ret.push_back(init);
21 init ++;
31 int init =l/i-i/2; local
32 if(init>=0)
36 ret.push_back(init);
37 init ++;
H A Dpr43611.C6 void init (int);
9 this->init (0);
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/tree-ssa/
H A Dpr32901.c14 const struct foo init = { local
22 thefoo = init;
/haiku-buildtools/gcc/libgcc/config/i386/
H A Dcrtn.S26 /* This file just supplies returns for the .init and .fini sections. It is
31 .section .init
/haiku-buildtools/gcc/libgcc/config/m68k/
H A Dcrtn.S28 * This file supplies function epilogues for the .init and .fini sections.
34 .section .init
/haiku-buildtools/binutils/ld/testsuite/ld-mmix/
H A Dbpo-10.d13 0+ l d \.init 0+ (|\.init)
16 0+ l \.init 0+ _start
17 2000000000000000 g \.init 0+ __bss_start
18 2000000000000000 g \.init 0+ _edata
19 2000000000000000 g \.init 0+ _end
20 0+4 g \.init 0+ _start\.
22 Contents of section \.init:
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/opt/
H A Dpr18084-1.C7 bool init; member in struct:X
8 void foo() { if (!init) init = true; }

Completed in 138 milliseconds

1234567891011>>