Home
last modified time | relevance | path

Searched defs:doForAllLoops (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h915 doForAllLoops(const Stmt *CurStmt, bool TryImperfectlyNestedLoops, in doForAllLoops() function
934 doForAllLoops(Stmt *CurStmt, bool TryImperfectlyNestedLoops, in doForAllLoops() function
942 doForAllLoops(const Stmt *CurStmt, bool TryImperfectlyNestedLoops, in doForAllLoops() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp125 bool OMPLoopBasedDirective::doForAllLoops( in doForAllLoops() function in OMPLoopBasedDirective