Home | History | Annotate | Download | only in SemaCXX

Lines Matching full:fabsl

11 long double fabsl(long double);
50 (void)fabsl(x);
51 // expected-warning@-1 {{using floating point absolute value function 'fabsl' when argument is of integer type}}
114 (void)fabsl(x);
115 // expected-warning@-1 {{using floating point absolute value function 'fabsl' when argument is of integer type}}
185 (void)fabsl(x);
186 // expected-warning@-1 {{using floating point absolute value function 'fabsl' when argument is of integer type}}
258 (void)fabsl(x);
325 (void)fabsl(x);
398 (void)fabsl(x);
472 (void)fabsl(x);
473 // expected-warning@-1 {{using floating point absolute value function 'fabsl' when argument is of complex type}}
534 (void)fabsl(x);
535 // expected-warning@-1 {{using floating point absolute value function 'fabsl' when argument is of complex type}}
602 (void)fabsl(x);
603 // expected-warning@-1 {{using floating point absolute value function 'fabsl' when argument is of complex type}}
681 (void)fabsl(x);
683 // expected-note@-2 {{remove the call to 'fabsl' since unsigned values cannot be negative}}
766 (void)fabsl(x);
768 // expected-note@-2 {{remove the call to 'fabsl' since unsigned values cannot be negative}}