Home
last modified time | relevance | path

Searched refs:doForAllLoops (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmtOpenMP.h888 doForAllLoops(Stmt *CurStmt, bool TryImperfectlyNestedLoops,
892 doForAllLoops(const Stmt *CurStmt, bool TryImperfectlyNestedLoops, in doForAllLoops() function
898 return doForAllLoops(const_cast<Stmt *>(CurStmt), TryImperfectlyNestedLoops, in doForAllLoops()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DStmtOpenMP.cpp125 bool OMPLoopBasedDirective::doForAllLoops( in doForAllLoops() function in OMPLoopBasedDirective
157 bool Res = OMPLoopBasedDirective::doForAllLoops( in doForAllLoopsBodies()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp164 (void)OMPLoopBasedDirective::doForAllLoops( in emitPreInitStmt()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOpenMP.cpp8947 if (!OMPLoopBasedDirective::doForAllLoops( in checkOpenMPLoop()
12568 if (!OMPLoopBasedDirective::doForAllLoops( in ActOnOpenMPTileDirective()