Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp1878 OMPTeamsDistributeDirective *OMPTeamsDistributeDirective::Create( in Create()
1882 auto *Dir = createDirective<OMPTeamsDistributeDirective>( in Create()
1913 OMPTeamsDistributeDirective *
1914 OMPTeamsDistributeDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
1917 return createEmptyDirective<OMPTeamsDistributeDirective>( in CreateEmpty()
H A DStmtProfile.cpp1235 const OMPTeamsDistributeDirective *S) { in VisitOMPTeamsDistributeDirective()
H A DStmtPrinter.cpp1057 OMPTeamsDistributeDirective *Node) { in VisitOMPTeamsDistributeDirective()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DStmtNodes.td283 def OMPTeamsDistributeDirective : StmtNode<OMPLoopDirective>;
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h4924 class OMPTeamsDistributeDirective final : public OMPLoopDirective {
4934 OMPTeamsDistributeDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPTeamsDistributeDirective() function
4944 explicit OMPTeamsDistributeDirective(unsigned CollapsedNum) in OMPTeamsDistributeDirective() function
4960 static OMPTeamsDistributeDirective *
4971 static OMPTeamsDistributeDirective *CreateEmpty(const ASTContext &C,
H A DRecursiveASTVisitor.h3190 DEF_TRAVERSE_STMT(OMPTeamsDistributeDirective,
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp2721 OMPTeamsDistributeDirective *D) { in VisitOMPTeamsDistributeDirective()
3796 S = OMPTeamsDistributeDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
H A DASTWriterStmt.cpp2773 OMPTeamsDistributeDirective *D) { in VisitOMPTeamsDistributeDirective()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp383 EmitOMPTeamsDistributeDirective(cast<OMPTeamsDistributeDirective>(*S)); in EmitStmt()
H A DCodeGenFunction.h3879 void EmitOMPTeamsDistributeDirective(const OMPTeamsDistributeDirective &S);
H A DCGStmtOpenMP.cpp6962 const OMPTeamsDistributeDirective &S) { in EmitOMPTeamsDistributeDirective()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h9818 OMPTeamsDistributeDirective *D) { in TransformOMPTeamsDistributeDirective()
H A DSemaOpenMP.cpp13787 return OMPTeamsDistributeDirective::Create( in ActOnOpenMPTeamsDistributeDirective()