Lines Matching full:pint
5354 /// int a, *pint;5358 /// pint = pshort; // warning: assignment from incompatible pointer type5359 /// a = pint5360 /// pint = a; // warning: assignment makes pointer from integer without a cast5361 /// pint = pfoo; // warning: assignment from incompatible pointer type