Home
last modified time | relevance | path

Searched refs:ShortPtr (Results 1 – 2 of 2) sorted by relevance

/external/clang/test/SemaCXX/
Dwarn-cast-align.cpp15 typedef short *ShortPtr; in test0() typedef
16 …b = ShortPtr(P); // expected-warning {{cast from 'char *' to 'ShortPtr' (aka 'short *') increases … in test0()
37 typedef short *ShortPtr; in test1() typedef
38 b = ShortPtr(P); in test1()
/external/llvm-project/clang/test/SemaCXX/
Dwarn-cast-align.cpp15 typedef short *ShortPtr; in test0() typedef
16 …b = ShortPtr(P); // expected-warning {{cast from 'char *' to 'ShortPtr' (aka 'short *') increases … in test0()
37 typedef short *ShortPtr; in test1() typedef
38 b = ShortPtr(P); in test1()