Searched refs:shouldLog (Results 1 - 2 of 2) 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
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLMediaElement.cpp2941 bool shouldLog = actionIfInvalid != DoNothing; local
2942 if (shouldLog)
2948 if (shouldLog)
2981 if (shouldLog)
2993 if (shouldLog)
3025 if (shouldLog)

Completed in 100 milliseconds