Home | History | Annotate | Download | only in SemaCXX

Lines Matching refs:cabsf

13 float cabsf(float _Complex);
55 (void)cabsf(x);
56 // expected-warning@-1 {{using complex absolute value function 'cabsf' when argument is of integer type}}
119 (void)cabsf(x);
120 // expected-warning@-1 {{using complex absolute value function 'cabsf' when argument is of integer type}}
190 (void)cabsf(x);
191 // expected-warning@-1 {{using complex absolute value function 'cabsf' when argument is of integer type}}
260 (void)cabsf(x);
261 // expected-warning@-1 {{using complex absolute value function 'cabsf' when argument is of floating point type}}
327 (void)cabsf(x);
328 // expected-warning@-1 {{using complex absolute value function 'cabsf' when argument is of floating point type}}
400 (void)cabsf(x);
401 // expected-warning@-1 {{using complex absolute value function 'cabsf' when argument is of floating point type}}
453 // expected-note@-2 {{use function 'cabsf' instead}}
454 // CHECK: fix-it:"{{.*}}":{[[@LINE-3]]:9-[[@LINE-3]]:12}:"cabsf"
457 // expected-note@-2 {{use function 'cabsf' instead}}
458 // CHECK: fix-it:"{{.*}}":{[[@LINE-3]]:9-[[@LINE-3]]:13}:"cabsf"
461 // expected-note@-2 {{use function 'cabsf' instead}}
462 // CHECK: fix-it:"{{.*}}":{[[@LINE-3]]:9-[[@LINE-3]]:14}:"cabsf"
466 // expected-note@-2 {{use function 'cabsf' instead}}
467 // CHECK: fix-it:"{{.*}}":{[[@LINE-3]]:9-[[@LINE-3]]:14}:"cabsf"
470 // expected-note@-2 {{use function 'cabsf' instead}}
471 // CHECK: fix-it:"{{.*}}":{[[@LINE-3]]:9-[[@LINE-3]]:13}:"cabsf"
474 // expected-note@-2 {{use function 'cabsf' instead}}
475 // CHECK: fix-it:"{{.*}}":{[[@LINE-3]]:9-[[@LINE-3]]:14}:"cabsf"
477 (void)cabsf(x);
539 (void)cabsf(x);
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}}
607 (void)cabsf(x);
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}}
686 (void)cabsf(x);
688 // expected-note@-2 {{remove the call to 'cabsf' since unsigned values cannot be negative}}
771 (void)cabsf(x);
773 // expected-note@-2 {{remove the call to 'cabsf' since unsigned values cannot be negative}}