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

/external/clang/test/Analysis/
H A Ddead-stores.c395 int shouldLog = (argc > 1); // no-warning local
397 if (shouldLog) f23_aux("I did too use it!\n");
403 int shouldLog = (argc > 1); // expected-warning{{Value stored to 'shouldLog' during its initialization is never read}} expected-warning{{unused variable 'shouldLog'}} local

Completed in 74 milliseconds