Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/AST/
H A DStmtOpenMP.cpp1515 OMPDistributeDirective *OMPDistributeDirective::Create( in Create()
1519 auto *Dir = createDirective<OMPDistributeDirective>( in Create()
1550 OMPDistributeDirective *
1551 OMPDistributeDirective::CreateEmpty(const ASTContext &C, unsigned NumClauses, in CreateEmpty()
1553 return createEmptyDirective<OMPDistributeDirective>( in CreateEmpty()
H A DStmtProfile.cpp1152 const OMPDistributeDirective *S) { in VisitOMPDistributeDirective()
H A DStmtPrinter.cpp993 void StmtPrinter::VisitOMPDistributeDirective(OMPDistributeDirective *Node) { in VisitOMPDistributeDirective()
/openbsd/gnu/llvm/clang/include/clang/Basic/
H A DStmtNodes.td272 def OMPDistributeDirective : StmtNode<OMPLoopDirective>;
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DStmtOpenMP.h4370 class OMPDistributeDirective : public OMPLoopDirective {
4380 OMPDistributeDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPDistributeDirective() function
4390 explicit OMPDistributeDirective(unsigned CollapsedNum) in OMPDistributeDirective() function
4406 static OMPDistributeDirective *
4418 static OMPDistributeDirective *CreateEmpty(const ASTContext &C,
H A DRecursiveASTVisitor.h3091 DEF_TRAVERSE_STMT(OMPDistributeDirective,
/openbsd/gnu/llvm/clang/lib/Serialization/
H A DASTReaderStmt.cpp2601 void ASTStmtReader::VisitOMPDistributeDirective(OMPDistributeDirective *D) { in VisitOMPDistributeDirective()
3582 S = OMPDistributeDirective::CreateEmpty(Context, NumClauses, CollapsedNum, in ReadStmtFromStream()
H A DASTWriterStmt.cpp2550 void ASTStmtWriter::VisitOMPDistributeDirective(OMPDistributeDirective *D) { in VisitOMPDistributeDirective()
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGStmt.cpp347 EmitOMPDistributeDirective(cast<OMPDistributeDirective>(*S)); in EmitStmt()
H A DCodeGenFunction.h3555 void EmitOMPDistributeDirective(const OMPDistributeDirective &S);
H A DCGStmtOpenMP.cpp5795 const OMPDistributeDirective &S) { in EmitOMPDistributeDirective()
/openbsd/gnu/llvm/clang/tools/libclang/
H A DCIndex.cpp2202 void VisitOMPDistributeDirective(const OMPDistributeDirective *D);
3256 const OMPDistributeDirective *D) { in VisitOMPDistributeDirective()
/openbsd/gnu/llvm/clang/lib/Sema/
H A DTreeTransform.h9252 OMPDistributeDirective *D) { in TransformOMPDistributeDirective()
H A DSemaOpenMP.cpp13886 return OMPDistributeDirective::Create(Context, StartLoc, EndLoc, in ActOnOpenMPDistributeDirective()