Home | History | Annotate | Download | only in SemaCXX

Lines Matching full:absolute

43   // expected-warning@-1 {{using floating point absolute value function 'fabsf' when argument is of integer type}}
47 // expected-warning@-1 {{using floating point absolute value function 'fabs' when argument is of integer type}}
51 // expected-warning@-1 {{using floating point absolute value function 'fabsl' when argument is of integer type}}
56 // expected-warning@-1 {{using complex absolute value function 'cabsf' when argument is of integer type}}
60 // expected-warning@-1 {{using complex absolute value function 'cabs' when argument is of integer type}}
64 // expected-warning@-1 {{using complex absolute value function 'cabsl' when argument is of integer type}}
73 // expected-warning@-1 {{using floating point absolute value function '__builtin_fabsf' when argument is of integer type}}
77 // expected-warning@-1 {{using floating point absolute value function '__builtin_fabs' when argument is of integer type}}
81 // expected-warning@-1 {{using floating point absolute value function '__builtin_fabsl' when argument is of integer type}}
86 // expected-warning@-1 {{using complex absolute value function '__builtin_cabsf' when argument is of integer type}}
90 // expected-warning@-1 {{using complex absolute value function '__builtin_cabs' when argument is of integer type}}
94 // expected-warning@-1 {{using complex absolute value function '__builtin_cabsl' when argument is of integer type}}
107 // expected-warning@-1 {{using floating point absolute value function 'fabsf' when argument is of integer type}}
111 // expected-warning@-1 {{using floating point absolute value function 'fabs' when argument is of integer type}}
115 // expected-warning@-1 {{using floating point absolute value function 'fabsl' when argument is of integer type}}
120 // expected-warning@-1 {{using complex absolute value function 'cabsf' when argument is of integer type}}
124 // expected-warning@-1 {{using complex absolute value function 'cabs' when argument is of integer type}}
128 // expected-warning@-1 {{using complex absolute value function 'cabsl' when argument is of integer type}}
138 // expected-warning@-1 {{using floating point absolute value function '__builtin_fabsf' when argument is of integer type}}
142 // expected-warning@-1 {{using floating point absolute value function '__builtin_fabs' when argument is of integer type}}
146 // expected-warning@-1 {{using floating point absolute value function '__builtin_fabsl' when argument is of integer type}}
151 // expected-warning@-1 {{using complex absolute value function '__builtin_cabsf' when argument is of integer type}}
155 // expected-warning@-1 {{using complex absolute value function '__builtin_cabs' when argument is of integer type}}
159 // expected-warning@-1 {{using complex absolute value function '__builtin_cabsl' when argument is of integer type}}
168 // expected-warning@-1{{absolute value function 'abs' given an argument of type 'long long' but has parameter of type 'int' which may cause truncation of value}}
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}}
178 // expected-warning@-1 {{using floating point absolute value function 'fabsf' when argument is of integer type}}
182 // expected-warning@-1 {{using floating point absolute value function 'fabs' when argument is of integer type}}
186 // expected-warning@-1 {{using floating point absolute value function 'fabsl' when argument is of integer type}}
191 // expected-warning@-1 {{using complex absolute value function 'cabsf' when argument is of integer type}}
195 // expected-warning@-1 {{using complex absolute value function 'cabs' when argument is of integer type}}
199 // expected-warning@-1 {{using complex absolute value function 'cabsl' when argument is of integer type}}
204 // expected-warning@-1{{absolute value function '__builtin_abs' given an argument of type 'long long' but has parameter of type 'int' which may cause truncation of value}}
208 // expected-warning@-1{{absolute value function '__builtin_labs' given an argument of type 'long long' but has parameter of type 'long' which may cause truncation of value}}
214 // expected-warning@-1 {{using floating point absolute value function '__builtin_fabsf' when argument is of integer type}}
218 // expected-warning@-1 {{using floating point absolute value function '__builtin_fabs' when argument is of integer type}}
222 // expected-warning@-1 {{using floating point absolute value function '__builtin_fabsl' when argument is of integer type}}
227 // expected-warning@-1 {{using complex absolute value function '__builtin_cabsf' when argument is of integer type}}
231 // expected-warning@-1 {{using complex absolute value function '__builtin_cabs' when argument is of integer type}}
235 // expected-warning@-1 {{using complex absolute value function '__builtin_cabsl' when argument is of integer type}}
244 // expected-warning@-1 {{using integer absolute value function 'abs' when argument is of floating point type}}
248 // expected-warning@-1 {{using integer absolute value function 'labs' when argument is of floating point type}}
252 // expected-warning@-1 {{using integer absolute value function 'llabs' when argument is of floating point type}}
261 // expected-warning@-1 {{using complex absolute value function 'cabsf' when argument is of floating point type}}
265 // expected-warning@-1 {{using complex absolute value function 'cabs' when argument is of floating point type}}
269 // expected-warning@-1 {{using complex absolute value function 'cabsl' when argument is of floating point type}}
274 // expected-warning@-1 {{using integer absolute value function '__builtin_abs' when argument is of floating point type}}
278 // expected-warning@-1 {{using integer absolute value function '__builtin_labs' when argument is of floating point type}}
282 // expected-warning@-1 {{using integer absolute value function '__builtin_llabs' when argument is of floating point type}}
291 // expected-warning@-1 {{using complex absolute value function '__builtin_cabsf' when argument is of floating point type}}
295 // expected-warning@-1 {{using complex absolute value function '__builtin_cabs' when argument is of floating point type}}
299 // expected-warning@-1 {{using complex absolute value function '__builtin_cabsl' when argument is of floating point type}}
308 // expected-warning@-1 {{using integer absolute value function 'abs' when argument is of floating point type}}
312 // expected-warning@-1 {{using integer absolute value function 'labs' when argument is of floating point type}}
316 // expected-warning@-1 {{using integer absolute value function 'llabs' when argument is of floating point type}}
321 // expected-warning@-1{{absolute value function 'fabsf' given an argument of type 'double' but has parameter of type 'float' which may cause truncation of value}}
328 // expected-warning@-1 {{using complex absolute value function 'cabsf' when argument is of floating point type}}
332 // expected-warning@-1 {{using complex absolute value function 'cabs' when argument is of floating point type}}
336 // expected-warning@-1 {{using complex absolute value function 'cabsl' when argument is of floating point type}}
341 // expected-warning@-1 {{using integer absolute value function '__builtin_abs' when argument is of floating point type}}
345 // expected-warning@-1 {{using integer absolute value function '__builtin_labs' when argument is of floating point type}}
349 // expected-warning@-1 {{using integer absolute value function '__builtin_llabs' when argument is of floating point type}}
354 // expected-warning@-1{{absolute value function '__builtin_fabsf' given an argument of type 'double' but has parameter of type 'float' which may cause truncation of value}}
361 // expected-warning@-1 {{using complex absolute value function '__builtin_cabsf' when argument is of floating point type}}
365 // expected-warning@-1 {{using complex absolute value function '__builtin_cabs' when argument is of floating point type}}
369 // expected-warning@-1 {{using complex absolute value function '__builtin_cabsl' when argument is of floating point type}}
378 // expected-warning@-1 {{using integer absolute value function 'abs' when argument is of floating point type}}
382 // expected-warning@-1 {{using integer absolute value function 'labs' when argument is of floating point type}}
386 // expected-warning@-1 {{using integer absolute value function 'llabs' when argument is of floating point type}}
391 // 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}}
395 // expected-warning@-1{{absolute value function 'fabs' given an argument of type 'long double' but has parameter of type 'double' which may cause truncation of value}}
401 // expected-warning@-1 {{using complex absolute value function 'cabsf' when argument is of floating point type}}
405 // expected-warning@-1 {{using complex absolute value function 'cabs' when argument is of floating point type}}
409 // expected-warning@-1 {{using complex absolute value function 'cabsl' when argument is of floating point type}}
414 // expected-warning@-1 {{using integer absolute value function '__builtin_abs' when argument is of floating point type}}
418 // expected-warning@-1 {{using integer absolute value function '__builtin_labs' when argument is of floating point type}}
422 // expected-warning@-1 {{using integer absolute value function '__builtin_llabs' when argument is of floating point type}}
427 // expected-warning@-1{{absolute value function '__builtin_fabsf' given an argument of type 'long double' but has parameter of type 'float' which may cause truncation of value}}
431 // expected-warning@-1{{absolute value function '__builtin_fabs' given an argument of type 'long double' but has parameter of type 'double' which may cause truncation of value}}
437 // expected-warning@-1 {{using complex absolute value function '__builtin_cabsf' when argument is of floating point type}}
441 // expected-warning@-1 {{using complex absolute value function '__builtin_cabs' when argument is of floating point type}}
445 // expected-warning@-1 {{using complex absolute value function '__builtin_cabsl' when argument is of floating point type}}
452 // expected-warning@-1 {{using integer absolute value function 'abs' when argument is of complex type}}
456 // expected-warning@-1 {{using integer absolute value function 'labs' when argument is of complex type}}
460 // expected-warning@-1 {{using integer absolute value function 'llabs' when argument is of complex type}}
465 // expected-warning@-1 {{using floating point absolute value function 'fabsf' when argument is of complex type}}
469 // expected-warning@-1 {{using floating point absolute value function 'fabs' when argument is of complex type}}
473 // expected-warning@-1 {{using floating point absolute value function 'fabsl' when argument is of complex type}}
482 // expected-warning@-1 {{using integer absolute value function '__builtin_abs' when argument is of complex type}}
486 // expected-warning@-1 {{using integer absolute value function '__builtin_labs' when argument is of complex type}}
490 // expected-warning@-1 {{using integer absolute value function '__builtin_llabs' when argument is of complex type}}
495 // expected-warning@-1 {{using floating point absolute value function '__builtin_fabsf' when argument is of complex type}}
499 // expected-warning@-1 {{using floating point absolute value function '__builtin_fabs' when argument is of complex type}}
503 // expected-warning@-1 {{using floating point absolute value function '__builtin_fabsl' when argument is of complex type}}
514 // expected-warning@-1 {{using integer absolute value function 'abs' when argument is of complex type}}
518 // expected-warning@-1 {{using integer absolute value function 'labs' when argument is of complex type}}
522 // expected-warning@-1 {{using integer absolute value function 'llabs' when argument is of complex type}}
527 // expected-warning@-1 {{using floating point absolute value function 'fabsf' when argument is of complex type}}
531 // expected-warning@-1 {{using floating point absolute value function 'fabs' when argument is of complex type}}
535 // expected-warning@-1 {{using floating point absolute value function 'fabsl' when argument is of complex type}}
540 // expected-warning@-1 {{absolute value function 'cabsf' given an argument of type '_Complex double' but has parameter of type '_Complex float' which may cause truncation of value}}
547 // expected-warning@-1 {{using integer absolute value function '__builtin_abs' when argument is of complex type}}
551 // expected-warning@-1 {{using integer absolute value function '__builtin_labs' when argument is of complex type}}
555 // expected-warning@-1 {{using integer absolute value function '__builtin_llabs' when argument is of complex type}}
560 // expected-warning@-1 {{using floating point absolute value function '__builtin_fabsf' when argument is of complex type}}
564 // expected-warning@-1 {{using floating point absolute value function '__builtin_fabs' when argument is of complex type}}
568 // expected-warning@-1 {{using floating point absolute value function '__builtin_fabsl' when argument is of complex type}}
573 // expected-warning@-1 {{absolute value function '__builtin_cabsf' given an argument of type '_Complex double' but has parameter of type '_Complex float' which may cause truncation of value}}
582 // expected-warning@-1 {{using integer absolute value function 'abs' when argument is of complex type}}
586 // expected-warning@-1 {{using integer absolute value function 'labs' when argument is of complex type}}
590 // expected-warning@-1 {{using integer absolute value function 'llabs' when argument is of complex type}}
595 // expected-warning@-1 {{using floating point absolute value function 'fabsf' when argument is of complex type}}
599 // expected-warning@-1 {{using floating point absolute value function 'fabs' when argument is of complex type}}
603 // expected-warning@-1 {{using floating point absolute value function 'fabsl' when argument is of complex type}}
608 // expected-warning@-1 {{absolute value function 'cabsf' given an argument of type '_Complex long double' but has parameter of type '_Complex float' which may cause truncation of value}}
612 // expected-warning@-1 {{absolute value function 'cabs' given an argument of type '_Complex long double' but has parameter of type '_Complex double' which may cause truncation of value}}
618 // expected-warning@-1 {{using integer absolute value function '__builtin_abs' when argument is of complex type}}
622 // expected-warning@-1 {{using integer absolute value function '__builtin_labs' when argument is of complex type}}
626 // expected-warning@-1 {{using integer absolute value function '__builtin_llabs' when argument is of complex type}}
631 // expected-warning@-1 {{using floating point absolute value function '__builtin_fabsf' when argument is of complex type}}
635 // expected-warning@-1 {{using floating point absolute value function '__builtin_fabs' when argument is of complex type}}
639 // expected-warning@-1 {{using floating point absolute value function '__builtin_fabsl' when argument is of complex type}}
644 // expected-warning@-1 {{absolute value function '__builtin_cabsf' given an argument of type '_Complex long double' but has parameter of type '_Complex float' which may cause truncation of value}}
648 // expected-warning@-1 {{absolute value function '__builtin_cabs' given an argument of type '_Complex long double' but has parameter of type '_Complex double' which may cause truncation of value}}
656 // expected-warning@-1 {{taking the absolute value of unsigned type 'unsigned int' has no effect}}
661 // expected-warning@-1 {{taking the absolute value of unsigned type 'unsigned int' has no effect}}
665 // expected-warning@-1 {{taking the absolute value of unsigned type 'unsigned int' has no effect}}
669 // expected-warning@-1 {{taking the absolute value of unsigned type 'unsigned int' has no effect}}
674 // expected-warning@-1 {{taking the absolute value of unsigned type 'unsigned int' has no effect}}
678 // expected-warning@-1 {{taking the absolute value of unsigned type 'unsigned int' has no effect}}
682 // expected-warning@-1 {{taking the absolute value of unsigned type 'unsigned int' has no effect}}
687 // expected-warning@-1 {{taking the absolute value of unsigned type 'unsigned int' has no effect}}
691 // expected-warning@-1 {{taking the absolute value of unsigned type 'unsigned int' has no effect}}
695 // expected-warning@-1 {{taking the absolute value of unsigned type 'unsigned int' has no effect}}
700 // expected-warning@-1 {{taking the absolute value of unsigned type 'unsigned int' has no effect}}
704 // expected-warning@-1 {{taking the absolute value of unsigned type 'unsigned int' has no effect}}
708 // expected-warning@-1 {{taking the absolute value of unsigned type 'unsigned int' has no effect}}
713 // expected-warning@-1 {{taking the absolute value of unsigned type 'unsigned int' has no effect}}
717 // expected-warning@-1 {{taking the absolute value of unsigned type 'unsigned int' has no effect}}
721 // expected-warning@-1 {{taking the absolute value of unsigned type 'unsigned int' has no effect}}
726 // expected-warning@-1 {{taking the absolute value of unsigned type 'unsigned int' has no effect}}
730 // expected-warning@-1 {{taking the absolute value of unsigned type 'unsigned int' has no effect}}
734 // expected-warning@-1 {{taking the absolute value of unsigned type 'unsigned int' has no effect}}
741 // expected-warning@-1 {{taking the absolute value of unsigned type 'unsigned long' has no effect}}
746 // expected-warning@-1 {{taking the absolute value of unsigned type 'unsigned long' has no effect}}
750 // expected-warning@-1 {{taking the absolute value of unsigned type 'unsigned long' has no effect}}
754 // expected-warning@-1 {{taking the absolute value of unsigned type 'unsigned long' has no effect}}
759 // expected-warning@-1 {{taking the absolute value of unsigned type 'unsigned long' has no effect}}
763 // expected-warning@-1 {{taking the absolute value of unsigned type 'unsigned long' has no effect}}
767 // expected-warning@-1 {{taking the absolute value of unsigned type 'unsigned long' has no effect}}
772 // expected-warning@-1 {{taking the absolute value of unsigned type 'unsigned long' has no effect}}
776 // expected-warning@-1 {{taking the absolute value of unsigned type 'unsigned long' has no effect}}
780 // expected-warning@-1 {{taking the absolute value of unsigned type 'unsigned long' has no effect}}
785 // expected-warning@-1 {{taking the absolute value of unsigned type 'unsigned long' has no effect}}
789 // expected-warning@-1 {{taking the absolute value of unsigned type 'unsigned long' has no effect}}
793 // expected-warning@-1 {{taking the absolute value of unsigned type 'unsigned long' has no effect}}
798 // expected-warning@-1 {{taking the absolute value of unsigned type 'unsigned long' has no effect}}
802 // expected-warning@-1 {{taking the absolute value of unsigned type 'unsigned long' has no effect}}
806 // expected-warning@-1 {{taking the absolute value of unsigned type 'unsigned long' has no effect}}
811 // expected-warning@-1 {{taking the absolute value of unsigned type 'unsigned long' has no effect}}
815 // expected-warning@-1 {{taking the absolute value of unsigned type 'unsigned long' has no effect}}
819 // expected-warning@-1 {{taking the absolute value of unsigned type 'unsigned long' has no effect}}