Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp1296 OMPMasterTaskLoopSimdDirective *OMPMasterTaskLoopSimdDirective::Create( in Create()
1300 auto *Dir = createDirective<OMPMasterTaskLoopSimdDirective>( in Create()
1331 OMPMasterTaskLoopSimdDirective *
1332 OMPMasterTaskLoopSimdDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
1335 return createEmptyDirective<OMPMasterTaskLoopSimdDirective>( in CreateEmpty()
H A DStmtProfile.cpp1161 const OMPMasterTaskLoopSimdDirective *S) { in VisitOMPMasterTaskLoopSimdDirective()
H A DStmtPrinter.cpp981 OMPMasterTaskLoopSimdDirective *Node) { in VisitOMPMasterTaskLoopSimdDirective()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DStmtNodes.td270 def OMPMasterTaskLoopSimdDirective : StmtNode<OMPLoopDirective>;
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h4023 class OMPMasterTaskLoopSimdDirective : public OMPLoopDirective {
4032 OMPMasterTaskLoopSimdDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPMasterTaskLoopSimdDirective() function
4042 explicit OMPMasterTaskLoopSimdDirective(unsigned CollapsedNum) in OMPMasterTaskLoopSimdDirective() function
4058 static OMPMasterTaskLoopSimdDirective *
4069 static OMPMasterTaskLoopSimdDirective *CreateEmpty(const ASTContext &C,
H A DRecursiveASTVisitor.h3151 DEF_TRAVERSE_STMT(OMPMasterTaskLoopSimdDirective,
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp2655 OMPMasterTaskLoopSimdDirective *D) { in VisitOMPMasterTaskLoopSimdDirective()
3699 S = OMPMasterTaskLoopSimdDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
H A DASTWriterStmt.cpp2694 OMPMasterTaskLoopSimdDirective *D) { in VisitOMPMasterTaskLoopSimdDirective()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp338 cast<OMPMasterTaskLoopSimdDirective>(*S)); in EmitStmt()
H A DCodeGenFunction.h3865 EmitOMPMasterTaskLoopSimdDirective(const OMPMasterTaskLoopSimdDirective &S);
H A DCGStmtOpenMP.cpp7853 const OMPMasterTaskLoopSimdDirective &S) { in EmitOMPMasterTaskLoopSimdDirective()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h9683 OMPMasterTaskLoopSimdDirective *D) { in TransformOMPMasterTaskLoopSimdDirective()
H A DSemaOpenMP.cpp13390 return OMPMasterTaskLoopSimdDirective::Create( in ActOnOpenMPMasterTaskLoopSimdDirective()