Home
last modified time | relevance | path

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

/llvm-project/mlir/lib/Debug/Observers/
H A DActionLogging.cpp22 bool ActionLogger::shouldLog(const ActionActiveStack *action) { in shouldLog() function in ActionLogger
/llvm-project/clang/test/Analysis/
H A Ddead-stores.c407 int shouldLog = (argc > 1); // no-warning in f23() local
417 int shouldLog = (argc > 1); in f23_pos() local