Home
last modified time | relevance | path

Searched refs:OMPTeamsDistributeDirective (Results 1 – 14 of 14) sorted by relevance

/external/llvm-project/clang/lib/AST/
DStmtOpenMP.cpp1442 OMPTeamsDistributeDirective *OMPTeamsDistributeDirective::Create( in Create()
1446 auto *Dir = createDirective<OMPTeamsDistributeDirective>( in Create()
1477 OMPTeamsDistributeDirective *
1478 OMPTeamsDistributeDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
1481 return createEmptyDirective<OMPTeamsDistributeDirective>( in CreateEmpty()
DStmtProfile.cpp1068 const OMPTeamsDistributeDirective *S) { in VisitOMPTeamsDistributeDirective()
DStmtPrinter.cpp904 OMPTeamsDistributeDirective *Node) { in VisitOMPTeamsDistributeDirective()
/external/llvm-project/clang/include/clang/AST/
DStmtOpenMP.h4027 class OMPTeamsDistributeDirective final : public OMPLoopDirective {
4037 OMPTeamsDistributeDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPTeamsDistributeDirective() function
4047 explicit OMPTeamsDistributeDirective(unsigned CollapsedNum) in OMPTeamsDistributeDirective() function
4063 static OMPTeamsDistributeDirective *
4074 static OMPTeamsDistributeDirective *CreateEmpty(const ASTContext &C,
DRecursiveASTVisitor.h2919 DEF_TRAVERSE_STMT(OMPTeamsDistributeDirective,
/external/llvm-project/clang/include/clang/Basic/
DStmtNodes.td266 def OMPTeamsDistributeDirective : StmtNode<OMPLoopDirective>;
/external/llvm-project/clang/lib/Serialization/
DASTReaderStmt.cpp2531 OMPTeamsDistributeDirective *D) { in VisitOMPTeamsDistributeDirective()
3415 S = OMPTeamsDistributeDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
DASTWriterStmt.cpp2472 OMPTeamsDistributeDirective *D) { in VisitOMPTeamsDistributeDirective()
/external/llvm-project/clang/lib/CodeGen/
DCGStmt.cpp339 EmitOMPTeamsDistributeDirective(cast<OMPTeamsDistributeDirective>(*S)); in EmitStmt()
DCodeGenFunction.h3444 void EmitOMPTeamsDistributeDirective(const OMPTeamsDistributeDirective &S);
DCGStmtOpenMP.cpp5760 const OMPTeamsDistributeDirective &S) { in EmitOMPTeamsDistributeDirective()
/external/llvm-project/clang/tools/libclang/
DCIndex.cpp2094 void VisitOMPTeamsDistributeDirective(const OMPTeamsDistributeDirective *D);
3051 const OMPTeamsDistributeDirective *D) { in VisitOMPTeamsDistributeDirective()
/external/llvm-project/clang/lib/Sema/
DTreeTransform.h8878 OMPTeamsDistributeDirective *D) { in TransformOMPTeamsDistributeDirective()
DSemaOpenMP.cpp11336 return OMPTeamsDistributeDirective::Create( in ActOnOpenMPTeamsDistributeDirective()