Home
last modified time | relevance | path

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

/external/llvm-project/clang/test/Analysis/
Dglobals.cpp34 int * const pc_nonnull = (int*)sizeof(int); variable
37 *(pc_nonnull - 1) = 0; // expected-warning{{Dereference of null pointer}} in nonnull_ptr()