Searched refs:func (Results 26 - 50 of 1516) sorted by relevance

1234567891011>>

/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/compat/eh/
H A Dspec3_x.C3 extern void func () throw (B,A);
7 try { func(); }
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/
H A Dasm2.C7 sub2 (void (*func) ())
9 (*func) ();
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/
H A D20030123-1.c6 void func (char *p);
15 func (p + idx + 1);
/openbsd-current/gnu/usr.bin/gcc/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(
/openbsd-current/regress/libexec/ld.so/elf/foo/
H A Dmain.c9 int (*func)(void) = uninitialized; variable
15 return (*func)();
/openbsd-current/gnu/llvm/compiler-rt/lib/interception/
H A Dinterception_mac.h23 #define INTERCEPT_FUNCTION_MAC(func)
24 #define INTERCEPT_FUNCTION_VER_MAC(func, symver)
H A Dinterception_linux.h25 bool InterceptFunction(const char *name, uptr *ptr_to_real, uptr func,
28 uptr func, uptr wrapper);
31 #define INTERCEPT_FUNCTION_LINUX_OR_FREEBSD(func) \
33 #func, \
34 (::__interception::uptr *) & REAL(func), \
35 (::__interception::uptr) & (func), \
36 (::__interception::uptr) & WRAP(func))
40 #define INTERCEPT_FUNCTION_VER_LINUX_OR_FREEBSD(func, symver) \
42 #func, symver, \
43 (::__interception::uptr *) & REAL(func), \
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/
H A Dtemplate37.C12 static void func();
16 void ONE<T>::func() function in class:ONE
23 static void func();
26 void ONE<int>::func() function in class:ONE
32 ONE<char>::func();
33 ONE<int>::func();
H A Dtemplate30.C2 int func(U, T); // ERROR - ref below
5 int func(T, U) function
12 func (0, 1); // ERROR - ambiguous
/openbsd-current/regress/sys/kern/sosplice/tcp/
H A Dargs-reverse-long.pl8 func => \&read_stream,
11 func => sub { ioflip(@_); relay(@_); },
14 func => \&write_stream,
H A Dargs-reverse-nonblock.pl8 func => \&read_stream,
11 func => sub { ioflip(@_); relay(@_); },
15 func => \&write_stream,
H A Dargs-reverse-null.pl8 func => \&read_stream,
11 func => sub { ioflip(@_); relay(@_); },
14 func => \&write_stream,
H A Dargs-reverse-sleep-relay.pl8 func => \&read_stream,
11 func => sub { ioflip(@_); sleep 3; relay(@_); },
14 func => \&write_stream,
H A Dargs-reverse.pl8 func => \&read_stream,
11 func => sub { ioflip(@_); relay(@_); },
14 func => \&write_stream,
H A Dargs-oob-max-sleep-relay.pl8 func => sub { errignore(@_); write_oob(@_); },
12 func => sub { sleep 3; relay(@_); },
17 func => \&read_oob,
H A Dargs-oob-reverse-nonblock.pl8 func => \&read_oob,
11 func => sub { ioflip(@_); relay(@_); },
16 func => \&write_oob,
H A Dargs-oob-reverse.pl8 func => \&read_oob,
11 func => sub { ioflip(@_); relay(@_); },
15 func => \&write_oob,
H A Dargs-oobinline-max-sleep-relay.pl8 func => sub { errignore(@_); write_oob(@_); },
12 func => sub { sleep 3; relay(@_); },
18 func => \&read_oob,
/openbsd-current/regress/sys/net/pf_divert/
H A Dargs-udp-packet-in.pl13 func => \&write_datagram,
17 func => \&read_write_packet,
21 func => \&read_datagram,
H A Dargs-udp-packet-out.pl13 func => \&write_datagram,
17 func => \&read_write_packet,
21 func => \&read_datagram,
/openbsd-current/sys/sys/
H A Dtracepoint.h28 #define TRACEPOINT(func, name, args...) DT_STATIC_ENTER(func, name, args)
29 #define TRACEINDEX(func, index, args...) DT_INDEX_ENTER(func, index, args)
33 #define TRACEPOINT(func, name, args...)
34 #define TRACEINDEX(func, index, args...)
/openbsd-current/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors.h46 #define SCOPED_INTERCEPTOR_RAW(func, ...) \
48 ScopedInterceptor si(thr, #func, GET_CALLER_PC()); \
53 // c80604f7a3 ("tsan: remove real func check from interceptors")
59 # define CHECK_REAL_FUNC(func) \
60 if (REAL(func) == 0) { \
61 Report("FATAL: ThreadSanitizer: failed to intercept %s\n", #func); \
65 # define CHECK_REAL_FUNC(func) DCHECK(REAL(func))
68 #define SCOPED_TSAN_INTERCEPTOR(func, ...) \
69 SCOPED_INTERCEPTOR_RAW(func, __VA_ARGS_
[all...]
/openbsd-current/gnu/usr.bin/gcc/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
H A Darg3.C6 void func(int, const Ptr& p);
8 template <class T> void func(T, const Ptr& p);
18 func(x,return_ref()); // bug:
19 // call of func(int, const Ptr&)
20 // instead of func(char*,const Ptr&)
H A Dinline4.C10 template <class T> inline T func(const T& x) { return x; } function
12 inline int func(const int& x) { return x; } function
17 func(x);

Completed in 226 milliseconds

1234567891011>>