Searched refs:ppint (Results 1 - 3 of 3) sorted by relevance

/external/clang/test/SemaCXX/
H A Dcstyle-cast.cpp188 typedef int **ppint; typedef
189 ppint *deep = (ppint*)(p3);
H A Dreinterpret-cast.cpp51 typedef int **ppint; typedef
52 ppint *deep = reinterpret_cast<ppint*>(p3);
H A Dfunctional-cast.cpp253 typedef int **ppint; typedef
254 typedef ppint *pppint;
255 ppint *deep = pppint(p3);

Completed in 154 milliseconds