Searched refs:send (Results 1 - 25 of 56) sorted by relevance

123

/haiku-buildtools/gcc/gcc/testsuite/go.go-torture/execute/
H A Dgo-3.go3 type I interface { send(chan <- int) }
6 func (p *S) send(c chan <- int) { c <- p.v } func
12 go i.send(c);
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/debug/dwarf2/
H A Dpr54508.C58 extern void send (int, int, const void *, int);
63 send(src, c::OPCODE, c::testc (), cookie);
64 send(src, c::OPCODE, s::tests (), cookie);
65 send(src, c::OPCODE, u::testu (), cookie);
66 send(src, c::OPCODE, n::ntest (), cookie);
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A Dpr34885.c6 int send(void) function
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/fixedbugs/
H A Dbug130.go11 type I interface { send(chan <- int) }
14 func (p *S) send(c chan <- int) { c <- p.v } func
20 go i.send(c);
H A Dbug147.go24 panic("synchronous send did not wait")
/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
77 func (c *Chan) send() bool { func
78 // print("send ", c.sv, "\n");
90 func send(c *Chan) { func
96 if c.send() {
184 if s0.send() {
188 if s1.send() {
192 if s2.send() {
196 if s3.send() {
[all...]
H A Dchan1.go16 var h [N]int // marking of send/recv
/haiku-buildtools/legacy/binutils/binutils/
H A Drclex.l158 char *s, *send;
165 send = strchr (s, '"');
168 && s + sizeof "StringFileInfo" - 1 == send)
172 && s + sizeof "VarFileInfo" - 1 == send)
178 r = get_string (send - s + 1);
179 strncpy (r, s, send - s);
180 r[send - s] = '\0';
254 char *send, *fn;
260 line = strtol (s, &send, 0);
261 if (*send !
[all...]
H A Drclex.c1347 char *s, *send; variable
1354 send = strchr (s, '"');
1357 && s + sizeof "StringFileInfo" - 1 == send)
1361 && s + sizeof "VarFileInfo" - 1 == send)
1367 r = get_string (send - s + 1);
1368 strncpy (r, s, send - s);
1369 r[send - s] = '\0';
2365 char *send, *fn; local
2371 line = strtol (s, &send, 0);
2372 if (*send !
[all...]
/haiku-buildtools/gcc/libcc1/
H A Dconnection.hh53 status send (char c);
56 status send (const void *buf, int len);
H A Dmarshall.cc39 if (!conn->send ('i'))
41 return conn->send (&val, sizeof (val));
85 if (!conn->send ('s'))
89 if (!conn->send (&len, sizeof (len)))
95 return conn->send (str, len);
133 if (!conn->send ('a'))
137 if (!conn->send (&r, sizeof (r)))
140 return conn->send (a->elements, r * sizeof (a->elements[0]));
H A Drpc.hh150 if (!conn->send ('Q'))
172 if (!conn->send ('R'))
181 if (!conn->send ('Q'))
208 if (!conn->send ('R'))
217 if (!conn->send ('Q'))
250 if (!conn->send ('R'))
260 if (!conn->send ('Q'))
298 if (!conn->send ('R'))
308 if (!conn->send ('Q'))
351 if (!conn->send ('
[all...]
H A Dconnection.cc40 cc1_plugin::connection::send (char c) function in class:cc1_plugin::connection
48 cc1_plugin::connection::send (const void *buf, int len) function in class:cc1_plugin::connection
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/chan/
H A Dperm.go7 // Test various correct and incorrect permutations of send-only,
32 cr <- 0 // ERROR "send"
47 case cr <- 0: // ERROR "send"
H A Dselect5.go11 // Each test does only one real send or receive at a time, but phrased
43 do(send)
156 {{/* so test the default branch both before and after the send. */}}
181 {{/* Dummy send, receive to keep compiler from optimizing select. */}}
184 panic("dummy send")
190 {{/* Nil channel send, receive to keep compiler from optimizing select. */}}
193 panic("nilch send")
225 {{/* so test the default branch both before and after the send. */}}
248 {{/* Dummy send, receive to keep compiler from optimizing select. */}}
251 panic("dummy send")
274 var send = parse("send", ` var
[all...]
H A Dsendstmt.go8 // different now that send is a statement, not a expression.
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/
H A Dinit1.go17 go send(c)
40 func send(c chan int) { func
H A Descape.go84 func send(c chan int, x int) { func
90 go send(c, x)
105 go send(c, a[i])
H A Dbigalg.go69 func send() { func
75 go send()
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D20111208-1.c29 char *send, *pend; local
33 send = s + strlen (s);
/haiku-buildtools/legacy/binutils/libiberty/
H A Dcp-demangle.h97 const char *send; member in struct:d_info
/haiku-buildtools/gcc/libiberty/
H A Dcp-demangle.h98 const char *send; member in struct:d_info
/haiku-buildtools/binutils/libiberty/
H A Dcp-demangle.h98 const char *send; member in struct:d_info
/haiku-buildtools/binutils/binutils/
H A Drclex.c144 char *send, *fn; local
203 line = strtol (s, &send, 0);
204 if (*send != '\0' && ! ISSPACE (*send))
210 s = send;
218 send = strchr (s, '"');
219 if (send == NULL)
222 fn = xmalloc (send - s + 1);
223 strncpy (fn, s, send - s);
224 fn[send
[all...]
/haiku-buildtools/gcc/libsanitizer/tsan/
H A Dtsan_interface_java.cc137 u64 *send = (u64*)MemToShadow(src + size); local
142 send = (u64*)MemToShadow(src) - 1;
145 for (; s != send; s += inc, d += inc) {

Completed in 133 milliseconds

123