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

Declarations

tools/clang/include/clang/Basic/OpenMPKinds.def
  278 OPENMP_CLAUSE(num_threads, OMPNumThreadsClause)

References

tools/clang/include/clang/AST/OpenMPClause.h
  617       : OMPClause(OMPC_num_threads, StartLoc, EndLoc),
  625       : OMPClause(OMPC_num_threads, SourceLocation(), SourceLocation()),
  651     return T->getClauseKind() == OMPC_num_threads;
tools/clang/include/clang/AST/RecursiveASTVisitor.h
 2929   TRY_TO(VisitOMPClauseWithPreInit(C));
 2930   TRY_TO(TraverseStmt(C->getNumThreads()));
tools/clang/include/clang/Basic/OpenMPKinds.def
  333 OPENMP_PARALLEL_CLAUSE(num_threads)
  441 OPENMP_PARALLEL_FOR_CLAUSE(num_threads)
  458 OPENMP_PARALLEL_FOR_SIMD_CLAUSE(num_threads)
  478 OPENMP_PARALLEL_SECTIONS_CLAUSE(num_threads)
  567 OPENMP_TARGET_PARALLEL_CLAUSE(num_threads)
  585 OPENMP_TARGET_PARALLEL_FOR_CLAUSE(num_threads)
  740 OPENMP_PARALLEL_MASTER_TASKLOOP_CLAUSE(num_threads)
  764 OPENMP_DISTRIBUTE_PARALLEL_FOR_CLAUSE(num_threads)
  780 OPENMP_DISTRIBUTE_PARALLEL_FOR_SIMD_CLAUSE(num_threads)
  817 OPENMP_TARGET_PARALLEL_FOR_SIMD_CLAUSE(num_threads)
  887 OPENMP_TEAMS_DISTRIBUTE_PARALLEL_FOR_SIMD_CLAUSE(num_threads)
  908 OPENMP_TEAMS_DISTRIBUTE_PARALLEL_FOR_CLAUSE(num_threads)
  975 OPENMP_TARGET_TEAMS_DISTRIBUTE_PARALLEL_FOR_CLAUSE(num_threads)
  999 OPENMP_TARGET_TEAMS_DISTRIBUTE_PARALLEL_FOR_SIMD_CLAUSE(num_threads)
tools/clang/lib/AST/OpenMPClause.cpp
   79   case OMPC_num_threads:
  168   case OMPC_num_threads:
tools/clang/lib/Basic/OpenMPKinds.cpp
  163   case OMPC_num_threads:
  357   case OMPC_num_threads:
tools/clang/lib/CodeGen/CGStmtOpenMP.cpp
 4024   case OMPC_num_threads:
tools/clang/lib/Parse/ParseOpenMP.cpp
 1975   case OMPC_num_threads:
tools/clang/lib/Sema/SemaOpenMP.cpp
 4590       case OMPC_num_threads:
10239   case OMPC_num_threads:
10424   case OMPC_num_threads:
11129   if (!isNonNegativeIntegerValue(ValExpr, *this, OMPC_num_threads,
11135       getOpenMPCaptureRegionForClause(DKind, OMPC_num_threads);
11333   case OMPC_num_threads:
11513   case OMPC_num_threads:
11737   case OMPC_num_threads:
11948   case OMPC_num_threads:
tools/clang/lib/Sema/TreeTransform.h
 8510   ExprResult NumThreads = getDerived().TransformExpr(C->getNumThreads());
 8514       NumThreads.get(), C->getBeginLoc(), C->getLParenLoc(), C->getEndLoc());
 8514       NumThreads.get(), C->getBeginLoc(), C->getLParenLoc(), C->getEndLoc());
 8514       NumThreads.get(), C->getBeginLoc(), C->getLParenLoc(), C->getEndLoc());
tools/clang/lib/Serialization/ASTReader.cpp
12280   case OMPC_num_threads: