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

1234567891011>>

/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/
H A Drfg5.C1 // Bug: func is treated as an overloaded function when it isn't.
5 int *func () { return 0; } function
10 *func; // gets bogus error - improper overloading
H A Dpmf6.C8 int func(int);
9 int func() const;
11 int (A::* var) () const = & A::func;
H A Dtypedef2.C2 // Bug: the nested name of C::func gets hosed.
5 typedef int func(int *, int *); typedef in struct:C
11 C::func *handler;
/openbsd-current/regress/libexec/ld.so/weak/libstrong/
H A Dstrong.c10 func() function
/openbsd-current/sys/dev/pci/drm/i915/
H A Dintel_step.h26 #define STEP_NAME_LIST(func) \
27 func(A0) \
28 func(A1) \
29 func(A2) \
30 func(A3) \
31 func(B0) \
32 func(B1) \
33 func(B2) \
34 func(B3) \
35 func(C
[all...]
/openbsd-current/gnu/gcc/libgomp/testsuite/libgomp.fortran/
H A Dpr29629.f907 if (any (func(n).ne.10000)) call abort
9 function func(n) function in program:pr29629
11 integer, dimension(n) :: func local in function:func
13 func = 0
14 !$omp parallel do private(k), reduction(+:func), num_threads(4)
16 func = func + 1
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.martin/
H A Doverload1.C1 //Overload resolution should consider both declarations of func identically.
4 void func(S&){} function
8 void func(S&);
10 func(s);
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/
H A Dnet13.C5 extern "C" { void func(); }
9 friend void func();
12 void func() { function
H A Dwarn8.C6 bool func();
11 bool (*pf)() = func;
14 if (func) ; // WARNING -
16 if (bool(func)) ; // WARNING -
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/parse/
H A Derror7.C5 int func(double);
10 Foo<func(g)> f; // { dg-error "" "func(g)" }
/openbsd-current/regress/libexec/ld.so/elf/
H A Delfbug.h6 extern int (*func)(void);
/openbsd-current/regress/libexec/ld.so/initfirst/test1/prog1/
H A Dmain.c21 void func(void);
27 func();
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D980618-1.c1 void func(int, int);
6 func(!x, !7);
10 void func(int x, int y) function
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/
H A Dc99-array-nonobj-1.c8 typedef void func (void); typedef
23 extern func c[]; /* { dg-bogus "warning" "warning in place of error" } */
24 /* { dg-error "array" "func \[\] var" { target *-*-* } 23 } */
26 void h (func []); /* { dg-bogus "warning" "warning in place of error" } */
27 /* { dg-error "array" "func \[\] arg" { target *-*-* } 26 } */
/openbsd-current/gnu/usr.bin/gcc/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
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/
H A Dparsing8.C10 func() { function
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D980701-1.c3 func(void) function
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/
H A D19990413-1.c8 func(void) function
/openbsd-current/regress/libexec/ld.so/weak/prog/
H A Ddefs.h11 int func(void);
/openbsd-current/regress/sys/net/pf_divert/
H A Dargs-tcp-reply.pl11 client => { func => \&write_read_stream },
12 server => { func => \&write_read_stream },
H A Dargs-tcp-to.pl11 client => { func => \&write_read_stream },
12 server => { func => \&write_read_stream },
H A Dargs-udp-reply-to.pl13 client => { func => \&write_read_datagram },
14 server => { func => \&read_write_datagram },
/openbsd-current/regress/usr.sbin/relayd/
H A Dargs-http-tcp.pl8 func => \&http_client,
11 func => \&http_server,
H A Dargs-reverse.pl8 func => \&read_char,
11 func => \&write_char,
/openbsd-current/gnu/llvm/lldb/packages/Python/lldbsuite/support/
H A Dfuncutils.py3 def requires_self(func):
4 func_argc = len(inspect.getfullargspec(func).args)
7 func,
11 func,

Completed in 150 milliseconds

1234567891011>>