Home
last modified time | relevance | path

Searched defs:CurStmt (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h900 static const Stmt *tryToFindNextInnerLoop(const Stmt *CurStmt, in tryToFindNextInnerLoop()
915 doForAllLoops(const Stmt *CurStmt, bool TryImperfectlyNestedLoops, in doForAllLoops()
934 doForAllLoops(Stmt *CurStmt, bool TryImperfectlyNestedLoops, in doForAllLoops()
942 doForAllLoops(const Stmt *CurStmt, bool TryImperfectlyNestedLoops, in doForAllLoops()
958 const Stmt *CurStmt, bool TryImperfectlyNestedLoops, unsigned NumLoops, in doForAllLoopsBodies()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp78 OMPLoopBasedDirective::tryToFindNextInnerLoop(Stmt *CurStmt, in tryToFindNextInnerLoop()
126 Stmt *CurStmt, bool TryImperfectlyNestedLoops, unsigned NumLoops, in doForAllLoops()
180 Stmt *CurStmt, bool TryImperfectlyNestedLoops, unsigned NumLoops, in doForAllLoopsBodies() argument
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp524 for (auto *CurStmt : S.body()) { in EmitCompoundStmtWithoutScope() local
H A DCGStmtOpenMP.cpp176 [&CGF](unsigned Cnt, const Stmt *CurStmt) { in emitPreInitStmt()
1881 for (const Stmt *CurStmt : CS->body()) in emitBody() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp1953 const Stmt *CurStmt = SP->getStmt(); in VisitNode() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp9628 &IterSpaces, &Captures](unsigned Cnt, Stmt *CurStmt) { in checkOpenMPLoop()
14028 Stmt *CurStmt) { in checkTransformableLoopNest()
14116 [LoopStmts](unsigned Cnt, Stmt *CurStmt) { in collectLoopStmts()