Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DStmtOpenMP.cpp1063 OMPMasterTaskLoopSimdDirective *OMPMasterTaskLoopSimdDirective::Create( in Create()
1067 auto *Dir = createDirective<OMPMasterTaskLoopSimdDirective>( in Create()
1098 OMPMasterTaskLoopSimdDirective *
1099 OMPMasterTaskLoopSimdDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
1102 return createEmptyDirective<OMPMasterTaskLoopSimdDirective>( in CreateEmpty()
H A DStmtProfile.cpp1058 const OMPMasterTaskLoopSimdDirective *S) { in VisitOMPMasterTaskLoopSimdDirective()
H A DStmtPrinter.cpp854 OMPMasterTaskLoopSimdDirective *Node) { in VisitOMPMasterTaskLoopSimdDirective()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmtOpenMP.h3630 class OMPMasterTaskLoopSimdDirective : public OMPLoopDirective {
3639 OMPMasterTaskLoopSimdDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPMasterTaskLoopSimdDirective() function
3649 explicit OMPMasterTaskLoopSimdDirective(unsigned CollapsedNum) in OMPMasterTaskLoopSimdDirective() function
3665 static OMPMasterTaskLoopSimdDirective *
3676 static OMPMasterTaskLoopSimdDirective *CreateEmpty(const ASTContext &C,
H A DRecursiveASTVisitor.h2932 DEF_TRAVERSE_STMT(OMPMasterTaskLoopSimdDirective,
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DStmtNodes.td260 def OMPMasterTaskLoopSimdDirective : StmtNode<OMPLoopDirective>;
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderStmt.cpp2496 OMPMasterTaskLoopSimdDirective *D) { in VisitOMPMasterTaskLoopSimdDirective()
3384 S = OMPMasterTaskLoopSimdDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
H A DASTWriterStmt.cpp2429 OMPMasterTaskLoopSimdDirective *D) { in VisitOMPMasterTaskLoopSimdDirective()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGStmt.cpp312 cast<OMPMasterTaskLoopSimdDirective>(*S)); in EmitStmt()
H A DCodeGenFunction.h3483 EmitOMPMasterTaskLoopSimdDirective(const OMPMasterTaskLoopSimdDirective &S);
H A DCGStmtOpenMP.cpp7012 const OMPMasterTaskLoopSimdDirective &S) { in EmitOMPMasterTaskLoopSimdDirective()
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndex.cpp2084 VisitOMPMasterTaskLoopSimdDirective(const OMPMasterTaskLoopSimdDirective *D);
3049 const OMPMasterTaskLoopSimdDirective *D) { in VisitOMPMasterTaskLoopSimdDirective()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DTreeTransform.h8892 OMPMasterTaskLoopSimdDirective *D) { in TransformOMPMasterTaskLoopSimdDirective()
H A DSemaOpenMP.cpp11665 return OMPMasterTaskLoopSimdDirective::Create( in ActOnOpenMPMasterTaskLoopSimdDirective()