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

Declarations

tools/clang/include/clang/Basic/OpenMPKinds.def
  310 OPENMP_CLAUSE(thread_limit, OMPThreadLimitClause)

References

tools/clang/include/clang/AST/OpenMPClause.h
 5161       : OMPClause(OMPC_thread_limit, StartLoc, EndLoc),
 5168       : OMPClause(OMPC_thread_limit, SourceLocation(), SourceLocation()),
 5197     return T->getClauseKind() == OMPC_thread_limit;
tools/clang/include/clang/AST/RecursiveASTVisitor.h
 3284   TRY_TO(VisitOMPClauseWithPreInit(C));
 3285   TRY_TO(TraverseStmt(C->getThreadLimit()));
tools/clang/include/clang/Basic/OpenMPKinds.def
  612 OPENMP_TEAMS_CLAUSE(thread_limit)
  858 OPENMP_TEAMS_DISTRIBUTE_CLAUSE(thread_limit)
  871 OPENMP_TEAMS_DISTRIBUTE_SIMD_CLAUSE(thread_limit)
  899 OPENMP_TEAMS_DISTRIBUTE_PARALLEL_FOR_SIMD_CLAUSE(thread_limit)
  916 OPENMP_TEAMS_DISTRIBUTE_PARALLEL_FOR_CLAUSE(thread_limit)
  934 OPENMP_TARGET_TEAMS_CLAUSE(thread_limit)
  951 OPENMP_TARGET_TEAMS_DISTRIBUTE_CLAUSE(thread_limit)
  971 OPENMP_TARGET_TEAMS_DISTRIBUTE_PARALLEL_FOR_CLAUSE(thread_limit)
  995 OPENMP_TARGET_TEAMS_DISTRIBUTE_PARALLEL_FOR_SIMD_CLAUSE(thread_limit)
 1022 OPENMP_TARGET_TEAMS_DISTRIBUTE_SIMD_CLAUSE(thread_limit)
tools/clang/lib/AST/OpenMPClause.cpp
   83   case OMPC_thread_limit:
  196   case OMPC_thread_limit:
tools/clang/lib/Basic/OpenMPKinds.cpp
  193   case OMPC_thread_limit:
  387   case OMPC_thread_limit:
tools/clang/lib/CodeGen/CGStmtOpenMP.cpp
 4057   case OMPC_thread_limit:
tools/clang/lib/Parse/ParseOpenMP.cpp
 1982   case OMPC_thread_limit:
tools/clang/lib/Sema/SemaOpenMP.cpp
 4614       case OMPC_thread_limit:
10263   case OMPC_thread_limit:
10566   case OMPC_thread_limit:
11368   case OMPC_thread_limit:
11549   case OMPC_thread_limit:
11763   case OMPC_thread_limit:
11970   case OMPC_thread_limit:
15976   if (!isNonNegativeIntegerValue(ValExpr, *this, OMPC_thread_limit,
15982       getOpenMPCaptureRegionForClause(DKind, OMPC_thread_limit);
tools/clang/lib/Sema/TreeTransform.h
 9116   ExprResult E = getDerived().TransformExpr(C->getThreadLimit());
 9120       E.get(), C->getBeginLoc(), C->getLParenLoc(), C->getEndLoc());
 9120       E.get(), C->getBeginLoc(), C->getLParenLoc(), C->getEndLoc());
 9120       E.get(), C->getBeginLoc(), C->getLParenLoc(), C->getEndLoc());
tools/clang/lib/Serialization/ASTReader.cpp
12412   case OMPC_thread_limit: