Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DSymbolManager.h630 bool hasDeadSymbols() const { in hasDeadSymbols() function
/freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
DCStringChecker.cpp2038 if (!SR.hasDeadSymbols()) in checkDeadSymbols()
DMallocChecker.cpp1645 if (!SymReaper.hasDeadSymbols()) in checkDeadSymbols()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
DExprEngine.cpp366 if (!SymReaper.hasDeadSymbols()) { in removeDead()