reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/Basic/OpenMPKinds.def
  281 OPENMP_CLAUSE(collapse, OMPCollapseClause)

References

tools/clang/include/clang/AST/OpenMPClause.h
  818       : OMPClause(OMPC_collapse, StartLoc, EndLoc), LParenLoc(LParenLoc),
  823       : OMPClause(OMPC_collapse, SourceLocation(), SourceLocation()) {}
  848     return T->getClauseKind() == OMPC_collapse;
tools/clang/include/clang/AST/RecursiveASTVisitor.h
 2949   TRY_TO(TraverseStmt(C->getNumForLoops()));
tools/clang/include/clang/Basic/OpenMPKinds.def
  350 OPENMP_SIMD_CLAUSE(collapse)
  359 OPENMP_FOR_CLAUSE(collapse)
  372 OPENMP_FOR_SIMD_CLAUSE(collapse)
  450 OPENMP_PARALLEL_FOR_CLAUSE(collapse)
  467 OPENMP_PARALLEL_FOR_SIMD_CLAUSE(collapse)
  590 OPENMP_TARGET_PARALLEL_FOR_CLAUSE(collapse)
  646 OPENMP_TASKLOOP_CLAUSE(collapse)
  665 OPENMP_TASKLOOP_SIMD_CLAUSE(collapse)
  688 OPENMP_MASTER_TASKLOOP_CLAUSE(collapse)
  707 OPENMP_MASTER_TASKLOOP_SIMD_CLAUSE(collapse)
  730 OPENMP_PARALLEL_MASTER_TASKLOOP_CLAUSE(collapse)
  751 OPENMP_DISTRIBUTE_CLAUSE(collapse)
  761 OPENMP_DISTRIBUTE_PARALLEL_FOR_CLAUSE(collapse)
  777 OPENMP_DISTRIBUTE_PARALLEL_FOR_SIMD_CLAUSE(collapse)
  798 OPENMP_DISTRIBUTE_SIMD_CLAUSE(collapse)
  822 OPENMP_TARGET_PARALLEL_FOR_SIMD_CLAUSE(collapse)
  847 OPENMP_TARGET_SIMD_CLAUSE(collapse)
  860 OPENMP_TEAMS_DISTRIBUTE_CLAUSE(collapse)
  873 OPENMP_TEAMS_DISTRIBUTE_SIMD_CLAUSE(collapse)
  884 OPENMP_TEAMS_DISTRIBUTE_PARALLEL_FOR_SIMD_CLAUSE(collapse)
  905 OPENMP_TEAMS_DISTRIBUTE_PARALLEL_FOR_CLAUSE(collapse)
  953 OPENMP_TARGET_TEAMS_DISTRIBUTE_CLAUSE(collapse)
  973 OPENMP_TARGET_TEAMS_DISTRIBUTE_PARALLEL_FOR_CLAUSE(collapse)
  997 OPENMP_TARGET_TEAMS_DISTRIBUTE_PARALLEL_FOR_SIMD_CLAUSE(collapse)
 1023 OPENMP_TARGET_TEAMS_DISTRIBUTE_SIMD_CLAUSE(collapse)
tools/clang/lib/AST/OpenMPClause.cpp
  101   case OMPC_collapse:
  173   case OMPC_collapse:
tools/clang/lib/Basic/OpenMPKinds.cpp
  168   case OMPC_collapse:
  362   case OMPC_collapse:
tools/clang/lib/CodeGen/CGStmtOpenMP.cpp
 4035   case OMPC_collapse:
tools/clang/lib/Parse/ParseOpenMP.cpp
 1978   case OMPC_collapse:
tools/clang/lib/Sema/SemaOpenMP.cpp
 4616       case OMPC_collapse:
10251   case OMPC_collapse:
10929   case OMPC_collapse:
11171   if (CKind == OMPC_collapse && DSAStack->getAssociatedLoops() == 1)
11279       VerifyPositiveIntegerConstantInClause(NumForLoops, OMPC_collapse);
11337   case OMPC_collapse:
11517   case OMPC_collapse:
11741   case OMPC_collapse:
11952   case OMPC_collapse:
tools/clang/lib/Sema/TreeTransform.h
 8550   ExprResult E = getDerived().TransformExpr(C->getNumForLoops());
 8554       E.get(), C->getBeginLoc(), C->getLParenLoc(), C->getEndLoc());
 8554       E.get(), C->getBeginLoc(), C->getLParenLoc(), C->getEndLoc());
 8554       E.get(), C->getBeginLoc(), C->getLParenLoc(), C->getEndLoc());
tools/clang/lib/Serialization/ASTReader.cpp
12292   case OMPC_collapse: