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

1234567891011>>

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/debug/dwarf2/
H A Ddwarf-merge.c8 void func (void) function
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/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;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/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;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/pch/
H A Dlocal-1.C4 func<int> ();
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.dg/pch/
H A Dlocal-1.C4 func<int> ();
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dreturn-nodebug1.c19 func (void) function
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/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
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gold/testsuite/
H A Ddiscard_locals_relocatable_test.c36 extern int func (void);
39 func (void) function
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/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 .declared at .*.: Do not use" } */
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/tree-prof/
H A Dic-misattribution-1.c13 caller(void (*func) (void))
15 func ();
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/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" } } */
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/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" } } */
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
H A Dpsymtab-parameter.cc21 func () function
28 func<short> ();
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/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" } */
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/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)
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.dg/warn/
H A Ddeprecated-2.C6 void func(void);
7 void func(void) __attribute__((deprecated));
10 func(); /* { dg-warning "'func' is deprecated" } */
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/
H A Ddeprecated-3.c6 void func(void);
7 void func(void) __attribute__((deprecated));
10 func(); /* { dg-warning "'func' is deprecated" } */
H A Dpr25993.c6 extern int func(void);
8 .global func
9 .type func,%function
11 func:
13 .size func,.-func

Completed in 166 milliseconds

1234567891011>>