Home | History | Annotate | Download | only in Sema

Lines Matching full:pint

5354 ///  int a, *pint;
5358 /// pint = pshort; // warning: assignment from incompatible pointer type
5359 /// a = pint
5360 /// pint = a; // warning: assignment makes pointer from integer without a cast
5361 /// pint = pfoo; // warning: assignment from incompatible pointer type