Searched refs:recv (Results 1 - 11 of 11) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dpr30949.c6 void recv (int (* funcptr) (double x)); /* { dg-message "note: expected 'int .\\\*..double.' but argument is of type 'int .\\\*..int.'" } */
9 recv (func); /* { dg-error "passing argument 1 of 'recv' from incompatible pointer type" } */
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/chan/
H A Dselect7.go31 func send1(recv func(<-chan int)) {
33 go recv(c)
38 func send2(recv func(<-chan int)) {
40 go recv(c)
47 func send3(recv func(<-chan int)) {
49 go recv(c)
H A Dselect5.go42 do(recv)
147 var recv = parse("recv", ` var
197 panic("nilch recv")
264 panic("nilch recv")
280 {{/* Blocking or non-blocking, before the receive (same reason as in recv). */}}
309 panic("nilch recv")
329 {{/* Blocking or non-blocking, before the receive (same reason as in recv). */}}
358 panic("nilch recv")
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/ken/
H A Dchan.go26 sc, rc chan int // send and recv chan
27 sv, rv int // send and recv seq
103 func (c *Chan) recv(v int) bool { func
104 // print("recv ", v, "\n");
116 func recv(c *Chan) { func
124 if c.recv(v) {
168 if r0.recv(v) {
172 if r1.recv(v) {
176 if r2.recv(v) {
180 if r3.recv(
[all...]
H A Dchan1.go16 var h [N]int // marking of send/recv
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/fixedbugs/
H A Dbug225.go13 panic("BUG: recv should not");
20 panic("BUG: recv should");
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/
H A Dstruct0.go13 func recv(c chan interface{}) struct{} { func
30 go recv(c)
H A Dclosedchan.go107 panic("recv")
125 panic("recv")
175 panic("recv")
195 panic("recv")
229 // recv a close signal (a zero value)
231 println("test1: recv on closed:", x, c.Impl())
242 println("test1: recv on closed nb:", x, selected, c.Impl())
257 println("test1: recv on closed got non-zero after send on closed:", x, c.Impl())
264 println("test1: recv on closed got non-zero after send on closed:", x, c.Impl())
H A DconvT2X.go191 println("recv: i", i, "got", got)
/haiku-buildtools/gcc/libsanitizer/tsan/
H A Dtsan_interceptors.cc1737 TSAN_INTERCEPTOR(long_t, recv, int fd, void *buf, long_t len, int flags) {
1738 SCOPED_TSAN_INTERCEPTOR(recv, fd, buf, len, flags);
1741 int res = REAL(recv)(fd, buf, len, flags);
2516 TSAN_INTERCEPT(recv);
/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Dexpressions.cc13877 Expression* recv = local
13880 return Expression::make_compound(recv, recv_ref, loc)->get_backend(context);

Completed in 288 milliseconds