Home | History | Annotate | Download | only in SemaCXX

Lines Matching refs:labs

6 long int labs(long int);
39 (void)labs(x);
103 (void)labs(x);
171 (void)labs(x);
172 // expected-warning@-1{{absolute value function 'labs' given an argument of type 'long long' but has parameter of type 'long' which may cause truncation of value}}
247 (void)labs(x);
248 // expected-warning@-1 {{using integer absolute value function 'labs' when argument is of floating point type}}
311 (void)labs(x);
312 // expected-warning@-1 {{using integer absolute value function 'labs' when argument is of floating point type}}
381 (void)labs(x);
382 // expected-warning@-1 {{using integer absolute value function 'labs' when argument is of floating point type}}
455 (void)labs(x);
456 // expected-warning@-1 {{using integer absolute value function 'labs' when argument is of complex type}}
517 (void)labs(x);
518 // expected-warning@-1 {{using integer absolute value function 'labs' when argument is of complex type}}
585 (void)labs(x);
586 // expected-warning@-1 {{using integer absolute value function 'labs' when argument is of complex type}}
664 (void)labs(x);
666 // expected-note@-2 {{remove the call to 'labs' since unsigned values cannot be negative}}
749 (void)labs(x);
751 // expected-note@-2 {{remove the call to 'labs' since unsigned values cannot be negative}}