Home
last modified time | relevance | path

Searched refs:constcast (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/test/Analysis/
H A Dglobals.cpp40 int * const constcast = const_cast<int * const>((int*)sizeof(int)); variable
43 *(constcast - 1) = 0; // expected-warning{{Dereference of null pointer}} in cast1()
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/cppcoreguidelines/
H A Dpro-type-const-cast.rst12 https://github.com/isocpp/CppCoreGuidelines/blob/master/CppCoreGuidelines.md#Pro-type-constcast.
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines/
H A Dpro-type-cstyle-cast.cpp10 void constcast() { in constcast() function