Lines Matching full:have
7 …dgcn_fence(); // expected-error {{too few arguments to function call, expected at least 2, have 0}} in call_amdgpu_builtins()
8 …amdgcn_atomic_inc32(); // expected-error {{too few arguments to function call, expected 4, have 0}} in call_amdgpu_builtins()
9 …mdgcn_atomic_inc32(0); // expected-error {{too few arguments to function call, expected 4, have 1}} in call_amdgpu_builtins()
10 …cn_atomic_inc32(0, 0); // expected-error {{too few arguments to function call, expected 4, have 2}} in call_amdgpu_builtins()
11 …atomic_inc32(0, 0, 0); // expected-error {{too few arguments to function call, expected 4, have 3}} in call_amdgpu_builtins()
12 …amdgcn_atomic_inc64(); // expected-error {{too few arguments to function call, expected 4, have 0}} in call_amdgpu_builtins()
13 …amdgcn_atomic_dec32(); // expected-error {{too few arguments to function call, expected 4, have 0}} in call_amdgpu_builtins()
14 …amdgcn_atomic_dec64(); // expected-error {{too few arguments to function call, expected 4, have 0}} in call_amdgpu_builtins()
15 …in_amdgcn_div_scale(); // expected-error {{too few arguments to function call, expected 4, have 0}} in call_amdgpu_builtins()
16 …n_amdgcn_div_scale(0); // expected-error {{too few arguments to function call, expected 4, have 1}} in call_amdgpu_builtins()
17 …mdgcn_div_scale(0, 0); // expected-error {{too few arguments to function call, expected 4, have 2}} in call_amdgpu_builtins()
18 …cn_div_scale(0, 0, 0); // expected-error {{too few arguments to function call, expected 4, have 3}} in call_amdgpu_builtins()
19 …n_amdgcn_div_scalef(); // expected-error {{too few arguments to function call, expected 4, have 0}} in call_amdgpu_builtins()
20 …tin_amdgcn_ds_faddf(); // expected-error {{too few arguments to function call, expected 5, have 0}} in call_amdgpu_builtins()
21 …tin_amdgcn_ds_fminf(); // expected-error {{too few arguments to function call, expected 5, have 0}} in call_amdgpu_builtins()
22 …tin_amdgcn_ds_fmaxf(); // expected-error {{too few arguments to function call, expected 5, have 0}} in call_amdgpu_builtins()
23 …in_amdgcn_ds_append(); // expected-error {{too few arguments to function call, expected 1, have 0}} in call_amdgpu_builtins()
24 …n_amdgcn_ds_consume(); // expected-error {{too few arguments to function call, expected 1, have 0}} in call_amdgpu_builtins()
25 …in_amdgcn_is_shared(); // expected-error {{too few arguments to function call, expected 1, have 0}} in call_amdgpu_builtins()
26 …n_amdgcn_is_private(); // expected-error {{too few arguments to function call, expected 1, have 0}} in call_amdgpu_builtins()