Searched refs:func (Results 1 - 25 of 1930) sorted by relevance

1234567891011>>

/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/debug/dwarf2/
H A Ddwarf-merge.c8 void func (void) function
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.jason/
H A Drfg5.C3 // Bug: func is treated as an overloaded function when it isn't.
5 int *func () { return 0; } function
10 *func; // { dg-bogus "" } improper overloading
H A Dpmf6.C8 int func(int);
9 int func() const;
11 int (A::* var) () const = & A::func;
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/powerpc/
H A Dno-r11-1.c7 call_ptr (int (func) (void))
9 return func () + 1;
H A Dno-r11-2.c7 call_ptr (int (func) (void))
9 return func () + 1;
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dsizeof_proc.f9016 print *,sizeof(func) ! { dg-error "shall not be a procedure" }
17 print *,sizeof(func())
24 real function func() function
25 func = 0.
H A Dauto_char_len_1.f909 character(len=*) function func() function
10 func = 'ABC'
11 end function func
15 character(len=i), external :: func local in subroutine:test
16 print *, func()
21 character(len=i) :: func local in subroutine:test2
22 print *, func()
H A Dauto_char_len_2.f907 character(len=*) function func() function
8 func = 'ABC'
9 end function func
13 character(len=i), external :: func local in subroutine:test
14 print *, func()
19 character(len=i) :: func local in subroutine:test2
20 print *, func()
H A Dfunc_assign_2.f9012 a(1,:) = func()
15 a(2,:) = func()
18 a(:,1) = func()
21 a(:,2) = func()
24 function func() function
25 integer :: func(2) local in function:func
26 call sub(func)
27 end function func
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/pch/
H A Dlocal-1.C4 func<int> ();
/haiku-buildtools/binutils/ld/testsuite/ld-i386/
H A Dno-plt-func1.c2 func (void) function
/haiku-buildtools/binutils/ld/testsuite/ld-x86-64/
H A Dno-plt-func1.c2 func (void) function
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/i386/
H A Dpr25993.c6 extern int func(void);
9 .globl func
11 .global func
13 .type func,@function
15 func:
17 .size func,.-func
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/parse/
H A Dmemfnquals1.C4 static void func ();
6 void foo::func () const {} // { dg-error "type qualifiers" } function in class:foo
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A DWframe-larger-than.c8 extern void func(char *);
12 func(array);
H A Dpr29521-2.c5 void func (void) { } function
9 return func (); /* { dg-error "ISO C forbids 'return' with expression" } */
H A Dpr29521.c5 void func (void) { } function
9 return func ();
H A Dunwind-1.c4 void func(void) __asm("_func");
6 void func(void) {} function
H A Ddeprecated-3.c6 void func(void);
7 void func(void) __attribute__((deprecated));
10 func(); /* { dg-warning "'func' is deprecated" } */
H A Ddeprecated-6.c6 void func(void);
7 void func(void) __attribute__((deprecated ("Do not use")));
10 func(); /* { dg-warning "'func' is deprecated: Do not use" } */
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/tree-prof/
H A Dic-misattribution-1.c13 caller(void (*func) (void))
15 func ();
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/tree-ssa/
H A Dpr27781.c5 void __attribute__((weak)) func(void) function
12 func();
16 /* { dg-final { scan-tree-dump "func \\(\\);" "optimized" } } */
/haiku-buildtools/binutils/ld/testsuite/ld-avr/
H A Drelax-elf-flags-b.s2 .global func
3 func: label
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/warn/
H A Ddeprecated-2.C6 void func(void);
7 void func(void) __attribute__((deprecated));
10 func(); /* { dg-warning "'void func\\(\\)' is deprecated" } */
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/
H A Dalign-3.c1 void func(void) __attribute__((aligned(256)));
3 void func(void) function
9 if (__alignof__(func) != 256)

Completed in 185 milliseconds

1234567891011>>