Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/Tooling/Refactoring/Extract/
H A DSourceExtraction.cpp38 if (const auto *For = dyn_cast<ForStmt>(S)) in isSemicolonRequiredAfter() local
/freebsd-src/contrib/llvm-project/clang/lib/Format/
H A DFormatTokenLexer.cpp429 auto &For = *(Tokens.end() - 2); tryMergeForEach() local
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/
H A DCalledOnceCheck.cpp546 std::optional<Clarification> VisitForStmt(const ForStmt *For) { in VisitForStmt() argument
[all...]
/freebsd-src/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-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp585 processLoopStores(SmallVectorImpl<StoreInst * > & SL,const SCEV * BECount,ForMemset For) processLoopStores() argument
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp1862 if (const auto *For = dyn_cast<ForStmt>(SimplifiedS)) { emitBody() local
2018 if (const auto *For = dyn_cast<ForStmt>(SyntacticalLoop)) { EmitOMPCanonicalLoop() local
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp5842 if (auto *For = dyn_cast<ForStmt>(AStmt)) { ActOnOpenMPCanonicalLoop() local
9364 auto *For = dyn_cast_or_null<ForStmt>(S); checkOpenMPIterationSpace() local
14936 if (auto *For = dyn_cast<ForStmt>(CurStmt)) { checkTransformableLoopNest() local
[all...]