Searched refs:func (Results 101 - 125 of 1516) sorted by relevance

1234567891011>>

/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/init/
H A Darray4.C16 Array func() function
25 Array arr = func();
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/other/
H A Derror6.C14 A<sizeof(T::foo())> func(void);
18 func<B>(); // { dg-error "sorry, unimplemented" }
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/
H A Dtemplate22.C8 void func (int const& i);
13 func (int const& i) function in class:Foo
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/
H A Daccess22.C14 void func() { foo(); } // ERROR - function in struct:B
20 b.func();
H A Dmethod.C10 void func(Foo ** ppFoo) { function
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/
H A Darg10.C12 void func(const T& val) { } function in class:A
19 a.func(ptr);
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.martin/
H A Dambig1.C17 int func(int);
21 func(x); // ERROR - ambiguous member access
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/
H A Dp418.C14 void func(Base&); // ERROR - referenced by error below
17 func(d); // ERROR - should be error because of const
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/
H A Dmemtemp44.C13 void func(U v1) {} function in class:A
19 a.func(3);
H A Dmemtemp45.C13 void func(U v1 = 0) {} function in class:A
19 a.func(3);
H A Dref4.C13 void func (cow &c) {} function
18 func(C); //OK
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D931002-1.c1 f (void (*func) ())
3 func ();
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/
H A Ddirectiv.c36 #define func(x) x
37 #if func ( /* { dg-error "unterminated argument" } */
33 #define func macro
/openbsd-current/regress/sys/kern/sosplice/tcp/
H A Dargs-idle-timeout.pl8 func => sub { sleep 1; write_stream(@_); sleep 3; },
H A Dargs-null-sleep-client.pl8 func => sub { sleep 3; write_stream(@_); },
H A Dargs-sleep-client.pl8 func => sub { sleep 3; write_stream(@_); },
H A Dargs-sleep-relay.pl11 func => sub { sleep 3; relay(@_); },
H A Dargs-sleep-server.pl11 func => sub { sleep 3; read_stream(@_); },
H A Dargs-smallrcv-sleep-client.pl8 func => sub { sleep 3; write_stream(@_); },
H A Dargs-smallrcv-sleep-relay.pl11 func => sub { sleep 3; relay(@_); },
H A Dargs-smallsnd-sleep-client.pl8 func => sub { sleep 3; write_stream(@_); },
H A Dargs-smallsnd-sleep-relay.pl11 func => sub { sleep 3; relay(@_); },
/openbsd-current/sys/dev/pci/drm/include/linux/
H A Dasync.h12 async_schedule(async_func_t func, void *data) argument
14 func(data, 0);
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.benjamin/
H A Dfriend01.C8 int func(bar *);
14 friend int foo::func(bar *);
21 int foo::func(bar *obj) { function in class:foo
30 obj_f.func( &obj_b);
H A Dfriend02.C8 int func(bar *);
18 friend int foo::func(bar *);
21 int foo::func(bar *obj) { function in class:foo
30 obj_f.func( &obj_b);

Completed in 141 milliseconds

1234567891011>>