Home | History | Annotate | Download | only in Sema

Lines Matching defs:vf

99   float2 vf = f;
115 vf = 1 + vf;
116 vf = l + vf;
117 vf = 2.0 + vf;
118 vf = d + vf; // expected-warning {{implicit conversion loses floating-point precision}}
119 vf = vf + 0xffffffff;
120 vf = vf + 2.1; // expected-warning {{implicit conversion loses floating-point precision}}