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.cpp254 typedef int **ppint; typedef
255 typedef ppint *pppint;
256 ppint *deep = pppint(p3);

Completed in 94 milliseconds