Lines Matching refs:declaration

7 …enqueue_kernel(tmp, tmp, tmp, ^(void) { // expected-warning{{implicit declaration of function 'enq…
10 …unsigned size = get_kernel_work_group_size(^(void) { // expected-warning{{implicit declaration of …
13 …erred_work_group_size_multiple(^(void) { // expected-warning{{implicit declaration of function 'ge…
21 …read_pipe(tmp, tmp); // expected-warning{{implicit declaration of function 'read_pipe' is invalid…
22 …write_pipe(tmp, tmp); // expected-warning{{implicit declaration of function 'write_pipe' is invali…
24 …reserve_read_pipe(tmp, tmp); // expected-warning{{implicit declaration of function 'reserve_read_…
25 …reserve_write_pipe(tmp, tmp); // expected-warning{{implicit declaration of function 'reserve_write…
27 …work_group_reserve_read_pipe(tmp, tmp); // expected-warning{{implicit declaration of function 'wo…
28 …work_group_reserve_write_pipe(tmp, tmp); // expected-warning{{implicit declaration of function 'wo…
30 …sub_group_reserve_write_pipe(tmp, tmp); // expected-warning{{implicit declaration of function 'sub…
31 …sub_group_reserve_read_pipe(tmp, tmp); // expected-warning{{implicit declaration of function 'sub…
33 …commit_read_pipe(tmp, tmp); // expected-warning{{implicit declaration of function 'commit_read_pi…
34 …commit_write_pipe(tmp, tmp); // expected-warning{{implicit declaration of function 'commit_write_p…
36 …work_group_commit_read_pipe(tmp, tmp); // expected-warning{{implicit declaration of function 'wor…
37 …work_group_commit_write_pipe(tmp, tmp); // expected-warning{{implicit declaration of function 'wor…
39 …sub_group_commit_write_pipe(tmp, tmp); // expected-warning{{implicit declaration of function 'sub_…
40 …sub_group_commit_read_pipe(tmp, tmp); // expected-warning{{implicit declaration of function 'sub_…
42 …get_pipe_num_packets(tmp); // expected-warning{{implicit declaration of function 'get_pipe_num_pac…
43 …get_pipe_max_packets(tmp); // expected-warning{{implicit declaration of function 'get_pipe_max_pac…