Home | History | Annotate | Download | only in Sema

Lines Matching full:pint

5111 ///  int a, *pint;
5115 /// pint = pshort; // warning: assignment from incompatible pointer type
5116 /// a = pint; // warning: assignment makes integer from pointer without a cast
5117 /// pint = a; // warning: assignment makes pointer from integer without a cast
5118 /// pint = pfoo; // warning: assignment from incompatible pointer type