Searched refs:FRS (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp1251 } else if (const auto *FRS = dyn_cast<CXXForRangeStmt>(Loop)) {
1252 Body = FRS->getBody();
1389 const auto *FRS = cast<CXXForRangeStmt>(S); local
1390 return FRS->getCond() == Cond || FRS->getRangeInit() == Cond;
1400 if (const auto *FRS = dyn_cast<CXXForRangeStmt>(FL))
1401 return FRS->getInc() == S || FRS->getRangeStmt() == S ||
1402 FRS->getLoopVarStmt() || FRS
[all...]

Completed in 182 milliseconds