Home
last modified time | relevance | path

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

/external/clang/lib/Analysis/
DReachableCode.cpp591 if (const Stmt *LoopTarget = B->getLoopTarget()) { in reportDeadCode()
/external/clang/include/clang/Analysis/
DCFG.h633 const Stmt *getLoopTarget() const { return LoopTarget; } in getLoopTarget() function
/external/clang/lib/StaticAnalyzer/Checkers/
DBasicObjCFoundationChecks.cpp995 if (BE->getSrc()->getLoopTarget() == FCS) in alreadyExecutedAtLeastOneLoopIteration()
/external/clang/lib/StaticAnalyzer/Core/
DBugReporter.cpp1500 if (const Stmt *Loop = BE->getSrc()->getLoopTarget()) { in GenerateExtensivePathDiagnostic()
1788 if (const Stmt *Loop = BE->getSrc()->getLoopTarget()) { in GenerateAlternateExtensivePathDiagnostic()