HomeSort by: relevance | last modified time | path
    Searched defs:doForAllLoops (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/AST/
StmtOpenMP.cpp 125 bool OMPLoopBasedDirective::doForAllLoops(
157 bool Res = OMPLoopBasedDirective::doForAllLoops(
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
StmtOpenMP.h 888 doForAllLoops(Stmt *CurStmt, bool TryImperfectlyNestedLoops,
892 doForAllLoops(const Stmt *CurStmt, bool TryImperfectlyNestedLoops,
898 return doForAllLoops(const_cast<Stmt *>(CurStmt), TryImperfectlyNestedLoops,

Completed in 22 milliseconds