Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/
H A DReachableCode.cpp633 if (const Stmt *LoopTarget = B->getLoopTarget()) { in reportDeadCode()
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DBasicObjCFoundationChecks.cpp963 return BE->getSrc()->getLoopTarget() == FCS; in alreadyExecutedAtLeastOneLoopIteration()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Analysis/
H A DCFG.h849 const Stmt *getLoopTarget() const { return LoopTarget; } in getLoopTarget() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp1175 if (const Stmt *Loop = BE->getSrc()->getLoopTarget()) { in generatePathDiagnosticsForNode()