HomeSort by relevance Sort by last modified time
    Searched refs:ipppc (Results 1 - 3 of 3) sorted by null

  /external/clang/test/SemaCXX/
cstyle-cast.cpp 194 int ***const ipppc = 0; local
195 int const *icp = (int const*)(ipppc);
197 int const *const **icpcpp = (int const* const**)(ipppc); // const_cast appended
200 (void)(int const* const* const*)(ipppc);
functional-cast.cpp 261 int ***const ipppc = 0; local
263 int const *icp = icp_t(ipppc);
267 intcpcpp icpcpp = intcpcpp(ipppc); // const_cast appended
271 (void)intcpcpcp(ipppc);
reinterpret-cast.cpp 44 int ***const ipppc = 0; local
46 int const *icp = reinterpret_cast<int const*>(ipppc);
50 int const *const **icpcpp = reinterpret_cast<int const* const**>(ipppc); // expected-error {{reinterpret_cast from 'int ***' to 'const int *const **' casts away qualifiers}}
56 (void)reinterpret_cast<int const* const* const*>(ipppc);

Completed in 18 milliseconds