Lines Matching refs:argument

10   read_pipe(tmp, p);    // expected-error {{first argument to 'read_pipe' must be a pipe type}}
13 …read_pipe(p, tmp, tmp, ptr); // expected-error {{invalid argument type to function 'read_pipe' (…
14 …read_pipe(p, rid, rid, ptr); // expected-error {{invalid argument type to function 'read_pipe' (…
15 …read_pipe(p, tmp); // expected-error {{invalid argument type to function 'read_pipe' (expecting …
21 …reserve_read_pipe(p, ptr); // expected-error{{invalid argument type to function 'reserve_read_p…
22 …work_group_reserve_read_pipe(tmp, tmp); // expected-error{{first argument to 'work_group_reserv…
27 …commit_read_pipe(tmp, rid); // expected-error{{first argument to 'commit_read_pipe' must be a p…
28 …work_group_commit_read_pipe(p, tmp); // expected-error{{invalid argument type to function 'work…
39 write_pipe(tmp, p); // expected-error {{first argument to 'write_pipe' must be a pipe type}}
42 …write_pipe(p, tmp, tmp, ptr); // expected-error {{invalid argument type to function 'write_pipe'…
43 …write_pipe(p, rid, rid, ptr); // expected-error {{invalid argument type to function 'write_pipe'…
44 …write_pipe(p, tmp); // expected-error {{invalid argument type to function 'write_pipe' (expectin…
50 …reserve_write_pipe(p, ptr); // expected-error{{invalid argument type to function 'reserve_write…
51 …work_group_reserve_write_pipe(tmp, tmp); // expected-error{{first argument to 'work_group_reser…
56 …commit_write_pipe(tmp, rid); // expected-error{{first argument to 'commit_write_pipe' must be a…
57 …work_group_commit_write_pipe(p, tmp); // expected-error{{invalid argument type to function 'wor…
63 …get_pipe_num_packets(tmp); // expected-error {{first argument to 'get_pipe_num_packets' must be…
64 …get_pipe_max_packets(tmp); // expected-error {{first argument to 'get_pipe_max_packets' must be…