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.cpp2914 bool shouldLog = actionIfInvalid != DoNothing; local
2915 if (shouldLog)
2921 if (shouldLog)
2955 if (shouldLog)
2965 if (shouldLog)
2978 if (shouldLog)
3019 if (shouldLog)

Completed in 71 milliseconds