Home
last modified time | relevance | path

Searched refs:hasDeadSymbols (Results 1 – 7 of 7) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
DMPIChecker.cpp101 if (!SymReaper.hasDeadSymbols()) in checkMissingWaits()
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DSymbolManager.h543 bool hasDeadSymbols() const { in hasDeadSymbols() function
/external/clang/lib/StaticAnalyzer/Checkers/
DDynamicTypePropagation.cpp126 if (!SR.hasDeadSymbols()) { in checkDeadSymbols()
DNullabilityChecker.cpp476 if (!SR.hasDeadSymbols()) in checkDeadSymbols()
DCStringChecker.cpp2190 if (!SR.hasDeadSymbols()) in checkDeadSymbols()
DMallocChecker.cpp2129 if (!SymReaper.hasDeadSymbols()) in checkDeadSymbols()
/external/clang/lib/StaticAnalyzer/Core/
DExprEngine.cpp383 if (!SymReaper.hasDeadSymbols()) { in removeDead()