Searched refs:func (Results 76 - 100 of 2139) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.brendan/
H A Dwarnings6.C4 // should not emit this warning about func:
5 // x.C:2: warning: invalid storage class for function `func'
7 template <class T> inline void func(T) function
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.law/
H A Dparsing8.C10 func() { function
H A Dunsorted1.C13 virtual void func() = 0;
18 void func() {} function in class:B
23 B::func; member in class:C::B
29 void func() { c.func(); } function in class:D
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.mike/
H A Dwarn8.C6 bool func();
11 bool (*pf)() = func;
14 if (func) ; // { dg-warning "" }
16 if (bool(func)) ; // { dg-warning "" }
H A Dasm2.C8 sub2 (void (*func) ())
10 (*func) ();
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/compile/
H A D980701-1.c3 func(void) function
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
H A Di386-signal.c24 func (void) function
49 " jmp func\n"
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/cpp/
H A D19990413-1.c8 func(void) function
H A Dmacro10.c15 func (foo* )
19 argument list invoking macro <func>" error. If we do the right
22 #define func(x) x macro
23 #define bar func(
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/
H A Ddw2-ranges.c26 func (void) function
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/compat/eh/
H A Dspec3_x.C3 extern void func () throw (B,A);
7 try { func(); }
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/debug/dwarf2/
H A Dtemplate-func-params-1.C10 func(U m) function
15 int i = func<int>(2);
H A Dtemplate-func-params-3.C12 func() function
23 int c = func<bleh>();
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/lto/
H A D20081109-2_0.C2 extern void func(int);
8 func(local);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/template/
H A Dfriend41.C4 template<class T> int func() const;
8 friend int Foo::func<int>() const;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.mike/
H A Dasm2.C8 sub2 (void (*func) ())
10 (*func) ();
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/cpp/
H A Dmacro10.c15 func (foo* )
19 argument list invoking macro <func>" error. If we do the right
22 #define func(x) x macro
23 #define bar func(
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.dg/compat/eh/
H A Dspec3_x.C3 extern void func () throw (B,A);
7 try { func(); }
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.dg/template/
H A Dfriend41.C4 template<class T> int func() const;
8 friend int Foo::func<int>() const;
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dreturn-nodebug.c18 extern TYPE func (void);
30 t = func ();
H A Dwatchpoint-cond-gone.c21 func (void) function
33 jumper (func);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/torture/
H A Dpr43257.C6 static void *func (int n) function
12 static void *func (int n, B const &) function
15 return func (n);
19 return func (n);
24 return func (n, B());
29 return func (n, B());
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/
H A Dwarn-addr-cmp.c8 int func (void);
16 if (func) /* { dg-warning "the address of 'func'" } */
18 if (!func) /* { dg-warning "the address of 'func'" } */
39 if (func == 0) /* { dg-warning "the address of 'func'" } */
41 if (func != 0) /* { dg-warning "the address of 'func'" } */
62 if (0 == func) /* { d
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.law/
H A Dunsorted1.C13 virtual void func() = 0;
18 void func() {} function in class:B
23 B::func; member in class:C::B
29 void func() { c.func(); } function in class:D
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/gnulib/extra/
H A Dc++defs.h87 /* _GL_FUNCDECL_RPL (func, rettype, parameters_and_attributes);
94 #define _GL_FUNCDECL_RPL(func,rettype,parameters_and_attributes) \
95 _GL_FUNCDECL_RPL_1 (rpl_##func, rettype, parameters_and_attributes)
99 /* _GL_FUNCDECL_SYS (func, rettype, parameters_and_attributes);
100 declares the system function, named func, with the given prototype,
106 #define _GL_FUNCDECL_SYS(func,rettype,parameters_and_attributes) \
107 _GL_EXTERN_C rettype func parameters_and_attributes
109 /* _GL_CXXALIAS_RPL (func, rettype, parameters);
110 declares a C++ alias called GNULIB_NAMESPACE::func
115 #define _GL_CXXALIAS_RPL(func,rettyp
[all...]

Completed in 178 milliseconds

1234567891011>>