Home | History | Annotate | Download | only in Sema

Lines Matching full:fabsf

8 float fabsf(float);
21 (void)fabsf(x);
22 // expected-warning@-1 {{using floating point absolute value function 'fabsf' when argument is of integer type}}
83 (void)fabsf(x);
84 // expected-warning@-1 {{using floating point absolute value function 'fabsf' when argument is of integer type}}
152 (void)fabsf(x);
153 // expected-warning@-1 {{using floating point absolute value function 'fabsf' when argument is of integer type}}
218 // expected-note@-2 {{use function 'fabsf' instead}}
219 // CHECK: fix-it:"{{.*}}":{[[@LINE-3]]:9-[[@LINE-3]]:12}:"fabsf"
222 // expected-note@-2 {{use function 'fabsf' instead}}
223 // CHECK: fix-it:"{{.*}}":{[[@LINE-3]]:9-[[@LINE-3]]:13}:"fabsf"
226 // expected-note@-2 {{use function 'fabsf' instead}}
227 // CHECK: fix-it:"{{.*}}":{[[@LINE-3]]:9-[[@LINE-3]]:14}:"fabsf"
229 (void)fabsf(x);
235 // expected-note@-2 {{use function 'fabsf' instead}}
236 // CHECK: fix-it:"{{.*}}":{[[@LINE-3]]:9-[[@LINE-3]]:14}:"fabsf"
239 // expected-note@-2 {{use function 'fabsf' instead}}
240 // CHECK: fix-it:"{{.*}}":{[[@LINE-3]]:9-[[@LINE-3]]:13}:"fabsf"
243 // expected-note@-2 {{use function 'fabsf' instead}}
244 // CHECK: fix-it:"{{.*}}":{[[@LINE-3]]:9-[[@LINE-3]]:14}:"fabsf"
291 (void)fabsf(x);
292 // expected-warning@-1{{absolute value function 'fabsf
359 (void)fabsf(x);
360 // expected-warning@-1{{absolute value function 'fabsf' given an argument of type 'long double' but has parameter of type 'float' which may cause truncation of value}}
433 (void)fabsf(x);
434 // expected-warning@-1 {{using floating point absolute value function 'fabsf' when argument is of complex type}}
495 (void)fabsf(x);
496 // expected-warning@-1 {{using floating point absolute value function 'fabsf' when argument is of complex type}}
563 (void)fabsf(x);
564 // expected-warning@-1 {{using floating point absolute value function 'fabsf' when argument is of complex type}}
637 (void)fabsf(x);
639 // expected-note@-2 {{remove the call to 'fabsf' since unsigned values cannot be negative}}
717 (void)fabsf(x);
719 // expected-note@-2 {{remove the call to 'fabsf' since unsigned values cannot be negative}}