Searched refs:ShortPtr (Results 1 – 2 of 2) sorted by relevance
15 typedef short *ShortPtr; in test0() typedef16 …b = ShortPtr(P); // expected-warning {{cast from 'char *' to 'ShortPtr' (aka 'short *') increases … in test0()37 typedef short *ShortPtr; in test1() typedef38 b = ShortPtr(P); in test1()