Searched refs:OMPDistributeDirective (Results 1 – 14 of 14) sorted by relevance
/openbsd/gnu/llvm/clang/lib/AST/ |
H A D | StmtOpenMP.cpp | 1515 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 D | StmtProfile.cpp | 1152 const OMPDistributeDirective *S) { in VisitOMPDistributeDirective()
|
H A D | StmtPrinter.cpp | 993 void StmtPrinter::VisitOMPDistributeDirective(OMPDistributeDirective *Node) { in VisitOMPDistributeDirective()
|
/openbsd/gnu/llvm/clang/include/clang/Basic/ |
H A D | StmtNodes.td | 272 def OMPDistributeDirective : StmtNode<OMPLoopDirective>;
|
/openbsd/gnu/llvm/clang/include/clang/AST/ |
H A D | StmtOpenMP.h | 4370 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 D | RecursiveASTVisitor.h | 3091 DEF_TRAVERSE_STMT(OMPDistributeDirective,
|
/openbsd/gnu/llvm/clang/lib/Serialization/ |
H A D | ASTReaderStmt.cpp | 2601 void ASTStmtReader::VisitOMPDistributeDirective(OMPDistributeDirective *D) { in VisitOMPDistributeDirective() 3582 S = OMPDistributeDirective::CreateEmpty(Context, NumClauses, CollapsedNum, in ReadStmtFromStream()
|
H A D | ASTWriterStmt.cpp | 2550 void ASTStmtWriter::VisitOMPDistributeDirective(OMPDistributeDirective *D) { in VisitOMPDistributeDirective()
|
/openbsd/gnu/llvm/clang/lib/CodeGen/ |
H A D | CGStmt.cpp | 347 EmitOMPDistributeDirective(cast<OMPDistributeDirective>(*S)); in EmitStmt()
|
H A D | CodeGenFunction.h | 3555 void EmitOMPDistributeDirective(const OMPDistributeDirective &S);
|
H A D | CGStmtOpenMP.cpp | 5795 const OMPDistributeDirective &S) { in EmitOMPDistributeDirective()
|
/openbsd/gnu/llvm/clang/tools/libclang/ |
H A D | CIndex.cpp | 2202 void VisitOMPDistributeDirective(const OMPDistributeDirective *D); 3256 const OMPDistributeDirective *D) { in VisitOMPDistributeDirective()
|
/openbsd/gnu/llvm/clang/lib/Sema/ |
H A D | TreeTransform.h | 9252 OMPDistributeDirective *D) { in TransformOMPDistributeDirective()
|
H A D | SemaOpenMP.cpp | 13886 return OMPDistributeDirective::Create(Context, StartLoc, EndLoc, in ActOnOpenMPDistributeDirective()
|