Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp1440 OMPParallelMasterTaskLoopSimdDirective *
1441 OMPParallelMasterTaskLoopSimdDirective::Create( in Create()
1445 auto *Dir = createDirective<OMPParallelMasterTaskLoopSimdDirective>( in Create()
1476 OMPParallelMasterTaskLoopSimdDirective *
1477 OMPParallelMasterTaskLoopSimdDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
1481 return createEmptyDirective<OMPParallelMasterTaskLoopSimdDirective>( in CreateEmpty()
H A DStmtProfile.cpp1170 const OMPParallelMasterTaskLoopSimdDirective *S) { in VisitOMPParallelMasterTaskLoopSimdDirective()
H A DStmtPrinter.cpp992 OMPParallelMasterTaskLoopSimdDirective *Node) { in VisitOMPParallelMasterTaskLoopSimdDirective()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DStmtNodes.td268 def OMPParallelMasterTaskLoopSimdDirective : StmtNode<OMPLoopDirective>;
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h4306 class OMPParallelMasterTaskLoopSimdDirective : public OMPLoopDirective {
4315 OMPParallelMasterTaskLoopSimdDirective(SourceLocation StartLoc, in OMPParallelMasterTaskLoopSimdDirective() function
4326 explicit OMPParallelMasterTaskLoopSimdDirective(unsigned CollapsedNum) in OMPParallelMasterTaskLoopSimdDirective() function
4342 static OMPParallelMasterTaskLoopSimdDirective *
4354 static OMPParallelMasterTaskLoopSimdDirective *
H A DRecursiveASTVisitor.h3087 DEF_TRAVERSE_STMT(OMPParallelMasterTaskLoopSimdDirective,
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp2649 OMPParallelMasterTaskLoopSimdDirective *D) { in VisitOMPParallelMasterTaskLoopSimdDirective()
3654 S = OMPParallelMasterTaskLoopSimdDirective::CreateEmpty( in ReadStmtFromStream()
H A DASTWriterStmt.cpp2671 OMPParallelMasterTaskLoopSimdDirective *D) { in VisitOMPParallelMasterTaskLoopSimdDirective()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp342 cast<OMPParallelMasterTaskLoopSimdDirective>(*S)); in EmitStmt()
H A DCodeGenFunction.h3641 const OMPParallelMasterTaskLoopSimdDirective &S);
H A DCGStmtOpenMP.cpp7811 const OMPParallelMasterTaskLoopSimdDirective &S) { in EmitOMPParallelMasterTaskLoopSimdDirective()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h9399 OMPParallelMasterTaskLoopSimdDirective *D) { in TransformOMPParallelMasterTaskLoopSimdDirective()
H A DSemaOpenMP.cpp14072 return OMPParallelMasterTaskLoopSimdDirective::Create( in ActOnOpenMPParallelMasterTaskLoopSimdDirective()