Home | History | Annotate | Download | only in Sema

Lines Matching defs:Double

10   double b;
11 b = (double)a; // expected-error {{pointer cannot be cast to type}}
23 typedef double Double;
27 typedef _Complex double CDouble;
36 (void) (Double) v;
50 (void) (Double) v;
64 (void) (Double) v;
78 (void) (Double) v;
85 void testDouble(Double v) {
90 (void) (Double) v;
102 (void) (Double) v;
114 (void) (Double) v;
126 (void) (Double) v;
138 (void) (Double) v;