Home | History | Annotate | Download | only in Sema

Lines Matching full:pint

5679 ///  int a, *pint;
5683 /// pint = pshort; // warning: assignment from incompatible pointer type
5684 /// a = pint; // warning: assignment makes integer from pointer without a cast
5685 /// pint = a; // warning: assignment makes pointer from integer without a cast
5686 /// pint = pfoo; // warning: assignment from incompatible pointer type