Lines Matching refs:llabs
6 long long int llabs(long long int);
19 (void)llabs(x);
81 (void)llabs(x);
144 // expected-note@-2{{use function 'llabs' instead}}
145 // CHECK: fix-it:"{{.*}}":{[[@LINE-3]]:9-[[@LINE-3]]:12}:"llabs"
148 // expected-note@-2{{use function 'llabs' instead}}
149 // CHECK: fix-it:"{{.*}}":{[[@LINE-3]]:9-[[@LINE-3]]:13}:"llabs"
150 (void)llabs(x);
154 // expected-note@-2 {{use function 'llabs' instead}}
155 // CHECK: fix-it:"{{.*}}":{[[@LINE-3]]:9-[[@LINE-3]]:14}:"llabs"
158 // expected-note@-2 {{use function 'llabs' instead}}
159 // CHECK: fix-it:"{{.*}}":{[[@LINE-3]]:9-[[@LINE-3]]:13}:"llabs"
162 // expected-note@-2 {{use function 'llabs' instead}}
163 // CHECK: fix-it:"{{.*}}":{[[@LINE-3]]:9-[[@LINE-3]]:14}:"llabs"
167 // expected-note@-2 {{use function 'llabs' instead}}
168 // CHECK: fix-it:"{{.*}}":{[[@LINE-3]]:9-[[@LINE-3]]:14}:"llabs"
171 // expected-note@-2 {{use function 'llabs' instead}}
172 // CHECK: fix-it:"{{.*}}":{[[@LINE-3]]:9-[[@LINE-3]]:13}:"llabs"
175 // expected-note@-2 {{use function 'llabs' instead}}
176 // CHECK: fix-it:"{{.*}}":{[[@LINE-3]]:9-[[@LINE-3]]:14}:"llabs"
224 (void)llabs(x);
225 // expected-warning@-1 {{using integer absolute value function 'llabs' when argument is of floating point type}}
286 (void)llabs(x);
287 // expected-warning@-1 {{using integer absolute value function 'llabs' when argument is of floating point type}}
354 (void)llabs(x);
355 // expected-warning@-1 {{using integer absolute value function 'llabs' when argument is of floating point type}}
428 (void)llabs(x);
429 // expected-warning@-1 {{using integer absolute value function 'llabs' when argument is of complex type}}
490 (void)llabs(x);
491 // expected-warning@-1 {{using integer absolute value function 'llabs' when argument is of complex type}}
558 (void)llabs(x);
559 // expected-warning@-1 {{using integer absolute value function 'llabs' when argument is of complex type}}
632 (void)llabs(x);
634 // expected-note@-2 {{remove the call to 'llabs' since unsigned values cannot be negative}}
712 (void)llabs(x);
714 // expected-note@-2 {{remove the call to 'llabs' since unsigned values cannot be negative}}