• Home
  • Raw
  • Download

Lines Matching refs:lf

11 …printf("%lf", x); // expected-warning{{format specifies type 'double' but the argument has type 'i…
17 …NSLog(@"%lf", x); // expected-warning{{format specifies type 'double' but the argument has type 'i…
27 …printf("%lf", x); // expected-warning{{format specifies type 'double' but the argument has type 'c…
33 …NSLog(@"%lf", x); // expected-warning{{format specifies type 'double' but the argument has type 'c…
43 …NSLog(@"%lf", x); // expected-warning{{format specifies type 'double' but the argument has type 'i…
54 …NSLog(@"%lf", x); // expected-warning{{format specifies type 'double' but the argument has type 'C…
65 …NSLog(@"%lf", x); // expected-warning{{format specifies type 'double' but the argument has type 'b…
75 …NSLog(@"%lf", x); // expected-warning{{format specifies type 'double' but the argument has type 'C…
102 …NSLog(@"%lf", c); // expected-warning{{format specifies type 'double' but the argument has type 'c…
115 …NSLog(@"%lf", s); // expected-warning{{format specifies type 'double' but the argument has type 's…
128 …NSLog(@"%lf", u); // expected-warning{{format specifies type 'double' but the argument has type 'u…
141 …NSLog(@"%lf", n); // expected-warning{{format specifies type 'double' but the argument has type 'u…
154 …NSLog(@"%lf", 'a'); // expected-warning{{format specifies type 'double' but the argument has type …
167 …NSLog(@"%lf", 'abcd'); // expected-warning{{format specifies type 'double' but the argument has ty…