Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DStmtOpenMP.cpp1101 OMPMasterTaskLoopSimdDirective *OMPMasterTaskLoopSimdDirective::Create( in Create()
1105 auto *Dir = createDirective<OMPMasterTaskLoopSimdDirective>( in Create()
1136 OMPMasterTaskLoopSimdDirective *
1137 OMPMasterTaskLoopSimdDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
1140 return createEmptyDirective<OMPMasterTaskLoopSimdDirective>( in CreateEmpty()
DStmtProfile.cpp1069 const OMPMasterTaskLoopSimdDirective *S) { in VisitOMPMasterTaskLoopSimdDirective()
DStmtPrinter.cpp860 OMPMasterTaskLoopSimdDirective *Node) { in VisitOMPMasterTaskLoopSimdDirective()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/
DStmtNodes.td262 def OMPMasterTaskLoopSimdDirective : StmtNode<OMPLoopDirective>;
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DStmtOpenMP.h3663 class OMPMasterTaskLoopSimdDirective : public OMPLoopDirective {
3672 OMPMasterTaskLoopSimdDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPMasterTaskLoopSimdDirective() function
3682 explicit OMPMasterTaskLoopSimdDirective(unsigned CollapsedNum) in OMPMasterTaskLoopSimdDirective() function
3698 static OMPMasterTaskLoopSimdDirective *
3709 static OMPMasterTaskLoopSimdDirective *CreateEmpty(const ASTContext &C,
DRecursiveASTVisitor.h2961 DEF_TRAVERSE_STMT(OMPMasterTaskLoopSimdDirective,
/freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/
DASTReaderStmt.cpp2510 OMPMasterTaskLoopSimdDirective *D) { in VisitOMPMasterTaskLoopSimdDirective()
3409 S = OMPMasterTaskLoopSimdDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
DASTWriterStmt.cpp2445 OMPMasterTaskLoopSimdDirective *D) { in VisitOMPMasterTaskLoopSimdDirective()
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCGStmt.cpp315 cast<OMPMasterTaskLoopSimdDirective>(*S)); in EmitStmt()
DCodeGenFunction.h3484 EmitOMPMasterTaskLoopSimdDirective(const OMPMasterTaskLoopSimdDirective &S);
DCGStmtOpenMP.cpp7045 const OMPMasterTaskLoopSimdDirective &S) { in EmitOMPMasterTaskLoopSimdDirective()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DTreeTransform.h8926 OMPMasterTaskLoopSimdDirective *D) { in TransformOMPMasterTaskLoopSimdDirective()
DSemaOpenMP.cpp11682 return OMPMasterTaskLoopSimdDirective::Create( in ActOnOpenMPMasterTaskLoopSimdDirective()