Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp1478 OMPParallelMasterTaskLoopSimdDirective *
1479 OMPParallelMasterTaskLoopSimdDirective::Create( in Create()
1483 auto *Dir = createDirective<OMPParallelMasterTaskLoopSimdDirective>( in Create()
1514 OMPParallelMasterTaskLoopSimdDirective *
1515 OMPParallelMasterTaskLoopSimdDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
1519 return createEmptyDirective<OMPParallelMasterTaskLoopSimdDirective>( in CreateEmpty()
H A DStmtProfile.cpp1181 const OMPParallelMasterTaskLoopSimdDirective *S) { in VisitOMPParallelMasterTaskLoopSimdDirective()
H A DStmtPrinter.cpp1005 OMPParallelMasterTaskLoopSimdDirective *Node) { in VisitOMPParallelMasterTaskLoopSimdDirective()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DStmtNodes.td272 def OMPParallelMasterTaskLoopSimdDirective : StmtNode<OMPLoopDirective>;
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h4310 class OMPParallelMasterTaskLoopSimdDirective : public OMPLoopDirective {
4319 OMPParallelMasterTaskLoopSimdDirective(SourceLocation StartLoc, in OMPParallelMasterTaskLoopSimdDirective() function
4330 explicit OMPParallelMasterTaskLoopSimdDirective(unsigned CollapsedNum) in OMPParallelMasterTaskLoopSimdDirective() function
4346 static OMPParallelMasterTaskLoopSimdDirective *
4358 static OMPParallelMasterTaskLoopSimdDirective *
H A DRecursiveASTVisitor.h3157 DEF_TRAVERSE_STMT(OMPParallelMasterTaskLoopSimdDirective,
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp2677 OMPParallelMasterTaskLoopSimdDirective *D) { in VisitOMPParallelMasterTaskLoopSimdDirective()
3731 S = OMPParallelMasterTaskLoopSimdDirective::CreateEmpty( in ReadStmtFromStream()
H A DASTWriterStmt.cpp2720 OMPParallelMasterTaskLoopSimdDirective *D) { in VisitOMPParallelMasterTaskLoopSimdDirective()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp352 cast<OMPParallelMasterTaskLoopSimdDirective>(*S)); in EmitStmt()
H A DCodeGenFunction.h3869 const OMPParallelMasterTaskLoopSimdDirective &S);
H A DCGStmtOpenMP.cpp7883 const OMPParallelMasterTaskLoopSimdDirective &S) { in EmitOMPParallelMasterTaskLoopSimdDirective()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h9728 OMPParallelMasterTaskLoopSimdDirective *D) { in TransformOMPParallelMasterTaskLoopSimdDirective()
H A DSemaOpenMP.cpp13547 return OMPParallelMasterTaskLoopSimdDirective::Create( in ActOnOpenMPParallelMasterTaskLoopSimdDirective()