Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/Analysis/
H A Dglobals.cpp52 int * const staticcast = static_cast<int * const>((int*)sizeof(int)); variable
55 *(staticcast - 1) = 0; // expected-warning{{Dereference of null pointer}} in cast3()