Home
last modified time | relevance | path

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

/external/llvm-project/clang/test/Analysis/
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()