Home
last modified time | relevance | path

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

/external/llvm-project/clang/test/Analysis/
Dglobals.cpp67 int * const funccast = intptrconst(sizeof(int)); variable
70 *(funccast - 1) = 0; // expected-warning{{Dereference of null pointer}} in cast5()