Home
last modified time | relevance | path

Searched refs:OMPParallelMasterTaskLoopDirective (Results 1 – 15 of 15) sorted by relevance

/external/llvm-project/clang/lib/AST/
DStmtOpenMP.cpp1043 OMPParallelMasterTaskLoopDirective *OMPParallelMasterTaskLoopDirective::Create( in Create()
1047 auto *Dir = createDirective<OMPParallelMasterTaskLoopDirective>( in Create()
1079 OMPParallelMasterTaskLoopDirective *
1080 OMPParallelMasterTaskLoopDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
1084 return createEmptyDirective<OMPParallelMasterTaskLoopDirective>( in CreateEmpty()
DStmtProfile.cpp1014 const OMPParallelMasterTaskLoopDirective *S) { in VisitOMPParallelMasterTaskLoopDirective()
DStmtPrinter.cpp852 OMPParallelMasterTaskLoopDirective *Node) { in VisitOMPParallelMasterTaskLoopDirective()
/external/llvm-project/clang/include/clang/AST/
DStmtOpenMP.h3403 class OMPParallelMasterTaskLoopDirective : public OMPLoopDirective {
3415 OMPParallelMasterTaskLoopDirective(SourceLocation StartLoc, in OMPParallelMasterTaskLoopDirective() function
3426 explicit OMPParallelMasterTaskLoopDirective(unsigned CollapsedNum) in OMPParallelMasterTaskLoopDirective() function
3446 static OMPParallelMasterTaskLoopDirective *
3458 static OMPParallelMasterTaskLoopDirective *CreateEmpty(const ASTContext &C,
DRecursiveASTVisitor.h2895 DEF_TRAVERSE_STMT(OMPParallelMasterTaskLoopDirective,
/external/llvm-project/clang/include/clang/Basic/
DStmtNodes.td258 def OMPParallelMasterTaskLoopDirective : StmtNode<OMPLoopDirective>;
/external/llvm-project/clang/lib/Serialization/
DASTReaderStmt.cpp2486 OMPParallelMasterTaskLoopDirective *D) { in VisitOMPParallelMasterTaskLoopDirective()
3350 S = OMPParallelMasterTaskLoopDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
DASTWriterStmt.cpp2418 OMPParallelMasterTaskLoopDirective *D) { in VisitOMPParallelMasterTaskLoopDirective()
/external/llvm-project/clang/lib/CodeGen/
DCGStmt.cpp308 cast<OMPParallelMasterTaskLoopDirective>(*S)); in EmitStmt()
DCodeGenFunction.h3432 const OMPParallelMasterTaskLoopDirective &S);
DCGStmtOpenMP.cpp6591 const OMPParallelMasterTaskLoopDirective &S) { in EmitOMPParallelMasterTaskLoopDirective()
DCGOpenMPRuntime.cpp1324 else if (const auto *TD = dyn_cast<OMPParallelMasterTaskLoopDirective>(&D)) in emitTaskOutlinedFunction()
/external/llvm-project/clang/tools/libclang/
DCIndex.cpp2082 const OMPParallelMasterTaskLoopDirective *D);
3011 const OMPParallelMasterTaskLoopDirective *D) { in VisitOMPParallelMasterTaskLoopDirective()
/external/llvm-project/clang/lib/Sema/
DTreeTransform.h8788 OMPParallelMasterTaskLoopDirective *D) { in TransformOMPParallelMasterTaskLoopDirective()
DSemaOpenMP.cpp10929 return OMPParallelMasterTaskLoopDirective::Create( in ActOnOpenMPParallelMasterTaskLoopDirective()