Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp1840 OMPTeamsDistributeDirective *OMPTeamsDistributeDirective::Create( in Create()
1844 auto *Dir = createDirective<OMPTeamsDistributeDirective>( in Create()
1875 OMPTeamsDistributeDirective *
1876 OMPTeamsDistributeDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
1879 return createEmptyDirective<OMPTeamsDistributeDirective>( in CreateEmpty()
H A DStmtProfile.cpp1224 const OMPTeamsDistributeDirective *S) { in VisitOMPTeamsDistributeDirective()
H A DStmtPrinter.cpp1044 OMPTeamsDistributeDirective *Node) { in VisitOMPTeamsDistributeDirective()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DStmtNodes.td279 def OMPTeamsDistributeDirective : StmtNode<OMPLoopDirective>;
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h4920 class OMPTeamsDistributeDirective final : public OMPLoopDirective {
4930 OMPTeamsDistributeDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPTeamsDistributeDirective() function
4940 explicit OMPTeamsDistributeDirective(unsigned CollapsedNum) in OMPTeamsDistributeDirective() function
4956 static OMPTeamsDistributeDirective *
4967 static OMPTeamsDistributeDirective *CreateEmpty(const ASTContext &C,
H A DRecursiveASTVisitor.h3120 DEF_TRAVERSE_STMT(OMPTeamsDistributeDirective,
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp2693 OMPTeamsDistributeDirective *D) { in VisitOMPTeamsDistributeDirective()
3719 S = OMPTeamsDistributeDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
H A DASTWriterStmt.cpp2724 OMPTeamsDistributeDirective *D) { in VisitOMPTeamsDistributeDirective()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp373 EmitOMPTeamsDistributeDirective(cast<OMPTeamsDistributeDirective>(*S)); in EmitStmt()
H A DCodeGenFunction.h3651 void EmitOMPTeamsDistributeDirective(const OMPTeamsDistributeDirective &S);
H A DCGStmtOpenMP.cpp6906 const OMPTeamsDistributeDirective &S) { in EmitOMPTeamsDistributeDirective()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h9489 OMPTeamsDistributeDirective *D) { in TransformOMPTeamsDistributeDirective()
H A DSemaOpenMP.cpp14484 return OMPTeamsDistributeDirective::Create( in ActOnOpenMPTeamsDistributeDirective()