Lines Matching full:double
10 - (double)doubleM;
11 - (long double)longDoubleM;
19 - (double)doubleM { return 0.0; }
20 - (long double)longDoubleM { return 0.0; }
34 long double ld = [obj longDoubleM];
47 double d = [obj doubleM];
53 double d = [obj doubleM]; // no-warning
84 // CHECK-darwin8: warning: The receiver of message 'longDoubleM' is nil and returns a value of type 'long double' that will be garbage
86 // CHECK-darwin8: warning: The receiver of message 'doubleM' is nil and returns a value of type 'double' that will be garbage
89 // CHECK-darwin9-NOT: warning: The receiver of message 'longDoubleM' is nil and returns a value of type 'long double' that will be garbage
91 // CHECK-darwin9-NOT: warning: The receiver of message 'doubleM' is nil and returns a value of type 'double' that will be garbage