Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/clang/lib/AST/
HDStmtOpenMP.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()
HDStmtProfile.cpp1161 const OMPMasterTaskLoopSimdDirective *S) { in VisitOMPMasterTaskLoopSimdDirective()
HDStmtPrinter.cpp981 OMPMasterTaskLoopSimdDirective *Node) { in VisitOMPMasterTaskLoopSimdDirective()
/freebsd-head/contrib/llvm-project/clang/include/clang/Basic/
HDStmtNodes.td270 def OMPMasterTaskLoopSimdDirective : StmtNode<OMPLoopDirective>;
/freebsd-head/contrib/llvm-project/clang/include/clang/AST/
HDStmtOpenMP.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,
HDRecursiveASTVisitor.h3151 DEF_TRAVERSE_STMT(OMPMasterTaskLoopSimdDirective,
/freebsd-head/contrib/llvm-project/clang/lib/Serialization/
HDASTReaderStmt.cpp2655 OMPMasterTaskLoopSimdDirective *D) { in VisitOMPMasterTaskLoopSimdDirective()
3699 S = OMPMasterTaskLoopSimdDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
HDASTWriterStmt.cpp2694 OMPMasterTaskLoopSimdDirective *D) { in VisitOMPMasterTaskLoopSimdDirective()
/freebsd-head/contrib/llvm-project/clang/lib/CodeGen/
HDCGStmt.cpp338 cast<OMPMasterTaskLoopSimdDirective>(*S)); in EmitStmt()
HDCodeGenFunction.h3865 EmitOMPMasterTaskLoopSimdDirective(const OMPMasterTaskLoopSimdDirective &S);
HDCGStmtOpenMP.cpp7853 const OMPMasterTaskLoopSimdDirective &S) { in EmitOMPMasterTaskLoopSimdDirective()
/freebsd-head/contrib/llvm-project/clang/lib/Sema/
HDTreeTransform.h9683 OMPMasterTaskLoopSimdDirective *D) { in TransformOMPMasterTaskLoopSimdDirective()
HDSemaOpenMP.cpp13390 return OMPMasterTaskLoopSimdDirective::Create( in ActOnOpenMPMasterTaskLoopSimdDirective()