Home
last modified time | relevance | path

Searched defs:icpcpp (Results 1 – 3 of 3) sorted by relevance

/llvm-project/clang/test/SemaCXX/
H A Dreinterpret-cast.cpp67 int const *const **icpcpp = reinterpret_cast<int const* const**>(ipppc); // expected-error {{reinterpret_cast from 'int ***' to 'const int *const **' casts away qualifiers}} in constness() local
H A Dcstyle-cast.cpp203 int const *const **icpcpp = (int const* const**)(ipppc); // const_cast appended in constness() local
H A Dfunctional-cast.cpp269 intcpcpp icpcpp = intcpcpp(ipppc); // const_cast appended in constness() local