Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/Tooling/Refactoring/Extract/
H A DSourceExtraction.cpp37 if (const auto *For = dyn_cast<ForStmt>(S)) in isSemicolonRequiredAfter() local
/netbsd/external/apache2/llvm/dist/clang/lib/Format/
H A DFormatTokenLexer.cpp373 auto &For = *(Tokens.end() - 2); in tryMergeForEach() local
/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DStmtOpenMP.cpp141 if (auto *For = dyn_cast<ForStmt>(CurStmt)) { in doForAllLoops() local
161 if (auto *For = dyn_cast<ForStmt>(Loop)) { in doForAllLoopsBodies() local
/netbsd/external/apache2/llvm/dist/clang/lib/Analysis/
H A DCalledOnceCheck.cpp546 llvm::Optional<Clarification> VisitForStmt(const ForStmt *For) { in VisitForStmt()
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp658 const SCEV *BECount, ForMemset For) { in processLoopStores()
/netbsd/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp1828 if (const auto *For = dyn_cast<ForStmt>(SimplifiedS)) { in emitBody() local
1968 if (const auto *For = dyn_cast<ForStmt>(SyntacticalLoop)) { in EmitOMPCanonicalLoop() local
/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOpenMP.cpp5424 if (auto *For = dyn_cast<ForStmt>(AStmt)) { in ActOnOpenMPCanonicalLoop() local
8562 auto *For = dyn_cast_or_null<ForStmt>(S); in checkOpenMPIterationSpace() local
12580 if (auto *For = dyn_cast<ForStmt>(CurStmt)) { in ActOnOpenMPTileDirective() local