Home
last modified time | relevance | path

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

/external/clang/lib/Analysis/
DReachableCode.cpp591 if (const Stmt *LoopTarget = B->getLoopTarget()) { in reportDeadCode()
/external/llvm-project/clang/lib/Analysis/
DReachableCode.cpp633 if (const Stmt *LoopTarget = B->getLoopTarget()) { in reportDeadCode()
/external/clang/include/clang/Analysis/
DCFG.h631 const Stmt *getLoopTarget() const { return LoopTarget; } in getLoopTarget() function
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DBasicObjCFoundationChecks.cpp963 return BE->getSrc()->getLoopTarget() == FCS; in alreadyExecutedAtLeastOneLoopIteration()
/external/clang/lib/StaticAnalyzer/Checkers/
DBasicObjCFoundationChecks.cpp992 return BE->getSrc()->getLoopTarget() == FCS; in alreadyExecutedAtLeastOneLoopIteration()
/external/llvm-project/clang/include/clang/Analysis/
DCFG.h1067 const Stmt *getLoopTarget() const { return LoopTarget; } in getLoopTarget() function
/external/clang/lib/StaticAnalyzer/Core/
DBugReporter.cpp1491 if (const Stmt *Loop = BE->getSrc()->getLoopTarget()) { in GenerateExtensivePathDiagnostic()
1775 if (const Stmt *Loop = BE->getSrc()->getLoopTarget()) { in GenerateAlternateExtensivePathDiagnostic()
/external/llvm-project/clang/lib/StaticAnalyzer/Core/
DBugReporter.cpp1241 if (const Stmt *Loop = BE->getSrc()->getLoopTarget()) { in generatePathDiagnosticsForNode()