Searched defs:MyConstant (Results 1 - 1 of 1) sorted by relevance

/external/clang/test/Analysis/
H A Ddead-stores.c209 extern const int MyConstant;
211 int x = MyConstant; // no-warning
217 const int MyConstant = 0; local
218 int x = MyConstant; // no-warning

Completed in 45 milliseconds