Home
last modified time | relevance | path

Searched defs:For (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Tooling/Refactoring/Extract/
H A DSourceExtraction.cpp38 if (const auto *For = dyn_cast<ForStmt>(S)) in isSemicolonRequiredAfter() local
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormatTokenLexer.cpp467 auto &For = *(Tokens.end() - 2); in tryMergeForEach() local
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCalledOnceCheck.cpp546 std::optional<Clarification> VisitForStmt(const ForStmt *For) { in VisitForStmt()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp166 if (auto *For = dyn_cast<ForStmt>(CurStmt)) { in doForAllLoops() local
186 if (auto *For = dyn_cast<ForStmt>(Loop)) { in doForAllLoopsBodies() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp590 const SCEV *BECount, ForMemset For) { in processLoopStores()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp1890 if (const auto *For = dyn_cast<ForStmt>(SimplifiedS)) { in emitBody() local
2046 if (const auto *For = dyn_cast<ForStmt>(SyntacticalLoop)) { in EmitOMPCanonicalLoop() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp5616 if (auto *For = dyn_cast<ForStmt>(AStmt)) { in ActOnOpenMPCanonicalLoop() local
9169 auto *For = dyn_cast_or_null<ForStmt>(S); in checkOpenMPIterationSpace() local
14036 if (auto *For = dyn_cast<ForStmt>(CurStmt)) { in checkTransformableLoopNest() local