Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp1610 OMPDistributeDirective *
1611 OMPDistributeDirective::Create(const ASTContext &C, SourceLocation StartLoc, in Create()
1615 auto *Dir = createDirective<OMPDistributeDirective>( in Create()
1646 OMPDistributeDirective *
1647 OMPDistributeDirective::CreateEmpty(const ASTContext &C, unsigned NumClauses, in CreateEmpty()
1649 return createEmptyDirective<OMPDistributeDirective>( in CreateEmpty()
H A DStmtProfile.cpp1227 const OMPDistributeDirective *S) { in VisitOMPDistributeDirective()
H A DStmtPrinter.cpp1041 void StmtPrinter::VisitOMPDistributeDirective(OMPDistributeDirective *Node) { in VisitOMPDistributeDirective()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DStmtNodes.td278 def OMPDistributeDirective : StmtNode<OMPLoopDirective>;
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h4425 class OMPDistributeDirective : public OMPLoopDirective {
4435 OMPDistributeDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPDistributeDirective() function
4445 explicit OMPDistributeDirective(unsigned CollapsedNum) in OMPDistributeDirective() function
4461 static OMPDistributeDirective *
4473 static OMPDistributeDirective *CreateEmpty(const ASTContext &C,
H A DRecursiveASTVisitor.h3227 DEF_TRAVERSE_STMT(OMPDistributeDirective,
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp2714 void ASTStmtReader::VisitOMPDistributeDirective(OMPDistributeDirective *D) { in VisitOMPDistributeDirective()
3884 S = OMPDistributeDirective::CreateEmpty(Context, NumClauses, CollapsedNum, in ReadStmtFromStream()
H A DASTWriterStmt.cpp2766 void ASTStmtWriter::VisitOMPDistributeDirective(OMPDistributeDirective *D) { in VisitOMPDistributeDirective()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp367 EmitOMPDistributeDirective(cast<OMPDistributeDirective>(*S)); in EmitStmt()
H A DCodeGenFunction.h3915 void EmitOMPDistributeDirective(const OMPDistributeDirective &S);
H A DCGStmtOpenMP.cpp6103 const OMPDistributeDirective &S) { in EmitOMPDistributeDirective()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h10185 OMPDistributeDirective *D) { in TransformOMPDistributeDirective()
H A DSemaOpenMP.cpp13754 auto *DistributeDirective = OMPDistributeDirective::Create( in ActOnOpenMPDistributeDirective()