Home | History | Annotate | Download | only in Sema

Lines Matching full:fabsl

10 long double fabsl(long double);
29 (void)fabsl(x);
30 // expected-warning@-1 {{using floating point absolute value function 'fabsl' when argument is of integer type}}
91 (void)fabsl(x);
92 // expected-warning@-1 {{using floating point absolute value function 'fabsl' when argument is of integer type}}
160 (void)fabsl(x);
161 // expected-warning@-1 {{using floating point absolute value function 'fabsl' when argument is of integer type}}
231 (void)fabsl(x);
296 (void)fabsl(x);
348 // expected-note@-2 {{use function 'fabsl' instead}}
349 // CHECK: fix-it:"{{.*}}":{[[@LINE-3]]:9-[[@LINE-3]]:12}:"fabsl"
352 // expected-note@-2 {{use function 'fabsl' instead}}
353 // CHECK: fix-it:"{{.*}}":{[[@LINE-3]]:9-[[@LINE-3]]:13}:"fabsl"
356 // expected-note@-2 {{use function 'fabsl' instead}}
357 // CHECK: fix-it:"{{.*}}":{[[@LINE-3]]:9-[[@LINE-3]]:14}:"fabsl"
361 // expected-note@-2{{use function 'fabsl' instead}}
362 // CHECK: fix-it:"{{.*}}":{[[@LINE-3]]:9-[[@LINE-3]]:14}:"fabsl"
365 // expected-note@-2{{use function 'fabsl' instead}}
366 // CHECK: fix-it:"{{.*}}":{[[@LINE-3]]:9-[[@LINE-3]]:13}:"fabsl"
367 (void)fabsl(x);
371 // expected-note@-2 {{use function 'fabsl' instead}}
372 // CHECK: fix-it:"{{.*}}":{[[@LINE-3]]:9-[[@LINE-3]]:14}:"fabsl"
375 // expected-note@-2 {{use function 'fabsl' instead}}
376 // CHECK: fix-it:"{{.*}}":{[[@LINE-3]]:9-[[@LINE-3]]:13}:"fabsl"
379 // expected-note@-2 {{use function 'fabsl' instead}}
380 // CHECK: fix-it:"{{.*}}":{[[@LINE-3]]:9-[[@LINE-3]]:14}:"fabsl"
441 (void)fabsl(x);
442 // expected-warning@-1 {{using floating point absolute value function 'fabsl' when argument is of complex type}}
503 (void)fabsl(x);
504 // expected-warning@-1 {{using floating point absolute value function 'fabsl' when argument is of complex type}}
571 (void)fabsl(x);
572 // expected-warning@-1 {{using floating point absolute value function 'fabsl' when argument is of complex type}}
645 (void)fabsl(x);
647 // expected-note@-2 {{remove the call to 'fabsl' since unsigned values cannot be negative}}
725 (void)fabsl(x);
727 // expected-note@-2 {{remove the call to 'fabsl' since unsigned values cannot be negative}}