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

Declarations

tools/clang/include/clang/Basic/OpenMPKinds.def
  309 OPENMP_CLAUSE(num_teams, OMPNumTeamsClause)

References

tools/clang/include/clang/AST/OpenMPClause.h
 5085       : OMPClause(OMPC_num_teams, StartLoc, EndLoc), OMPClauseWithPreInit(this),
 5092       : OMPClause(OMPC_num_teams, SourceLocation(), SourceLocation()),
 5121     return T->getClauseKind() == OMPC_num_teams;
tools/clang/include/clang/AST/RecursiveASTVisitor.h
 3276   TRY_TO(VisitOMPClauseWithPreInit(C));
 3277   TRY_TO(TraverseStmt(C->getNumTeams()));
tools/clang/include/clang/Basic/OpenMPKinds.def
  611 OPENMP_TEAMS_CLAUSE(num_teams)
  857 OPENMP_TEAMS_DISTRIBUTE_CLAUSE(num_teams)
  870 OPENMP_TEAMS_DISTRIBUTE_SIMD_CLAUSE(num_teams)
  898 OPENMP_TEAMS_DISTRIBUTE_PARALLEL_FOR_SIMD_CLAUSE(num_teams)
  915 OPENMP_TEAMS_DISTRIBUTE_PARALLEL_FOR_CLAUSE(num_teams)
  933 OPENMP_TARGET_TEAMS_CLAUSE(num_teams)
  950 OPENMP_TARGET_TEAMS_DISTRIBUTE_CLAUSE(num_teams)
  970 OPENMP_TARGET_TEAMS_DISTRIBUTE_PARALLEL_FOR_CLAUSE(num_teams)
  994 OPENMP_TARGET_TEAMS_DISTRIBUTE_PARALLEL_FOR_SIMD_CLAUSE(num_teams)
 1021 OPENMP_TARGET_TEAMS_DISTRIBUTE_SIMD_CLAUSE(num_teams)
tools/clang/lib/AST/OpenMPClause.cpp
   81   case OMPC_num_teams:
  195   case OMPC_num_teams:
tools/clang/lib/Basic/OpenMPKinds.cpp
  192   case OMPC_num_teams:
  386   case OMPC_num_teams:
tools/clang/lib/CodeGen/CGStmtOpenMP.cpp
 4056   case OMPC_num_teams:
tools/clang/lib/Parse/ParseOpenMP.cpp
 1981   case OMPC_num_teams:
tools/clang/lib/Sema/SemaOpenMP.cpp
 4613       case OMPC_num_teams:
10260   case OMPC_num_teams:
10496   case OMPC_num_teams:
11367   case OMPC_num_teams:
11548   case OMPC_num_teams:
11762   case OMPC_num_teams:
11969   case OMPC_num_teams:
15949   if (!isNonNegativeIntegerValue(ValExpr, *this, OMPC_num_teams,
15955       getOpenMPCaptureRegionForClause(DKind, OMPC_num_teams);
tools/clang/lib/Sema/TreeTransform.h
 9106   ExprResult E = getDerived().TransformExpr(C->getNumTeams());
 9110       E.get(), C->getBeginLoc(), C->getLParenLoc(), C->getEndLoc());
 9110       E.get(), C->getBeginLoc(), C->getLParenLoc(), C->getEndLoc());
 9110       E.get(), C->getBeginLoc(), C->getLParenLoc(), C->getEndLoc());
tools/clang/lib/Serialization/ASTReader.cpp
12409   case OMPC_num_teams: