Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/AST/
DStmtOpenMP.cpp1090 OMPParallelMasterTaskLoopSimdDirective *
1091 OMPParallelMasterTaskLoopSimdDirective::Create( in Create()
1095 auto *Dir = createDirective<OMPParallelMasterTaskLoopSimdDirective>( in Create()
1126 OMPParallelMasterTaskLoopSimdDirective *
1127 OMPParallelMasterTaskLoopSimdDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
1131 return createEmptyDirective<OMPParallelMasterTaskLoopSimdDirective>( in CreateEmpty()
DStmtProfile.cpp1019 const OMPParallelMasterTaskLoopSimdDirective *S) { in VisitOMPParallelMasterTaskLoopSimdDirective()
DStmtPrinter.cpp858 OMPParallelMasterTaskLoopSimdDirective *Node) { in VisitOMPParallelMasterTaskLoopSimdDirective()
/external/llvm-project/clang/include/clang/AST/
DStmtOpenMP.h3481 class OMPParallelMasterTaskLoopSimdDirective : public OMPLoopDirective {
3490 OMPParallelMasterTaskLoopSimdDirective(SourceLocation StartLoc, in OMPParallelMasterTaskLoopSimdDirective() function
3501 explicit OMPParallelMasterTaskLoopSimdDirective(unsigned CollapsedNum) in OMPParallelMasterTaskLoopSimdDirective() function
3517 static OMPParallelMasterTaskLoopSimdDirective *
3529 static OMPParallelMasterTaskLoopSimdDirective *
DRecursiveASTVisitor.h2898 DEF_TRAVERSE_STMT(OMPParallelMasterTaskLoopSimdDirective,
/external/llvm-project/clang/include/clang/Basic/
DStmtNodes.td259 def OMPParallelMasterTaskLoopSimdDirective : StmtNode<OMPLoopDirective>;
/external/llvm-project/clang/lib/Serialization/
DASTReaderStmt.cpp2492 OMPParallelMasterTaskLoopSimdDirective *D) { in VisitOMPParallelMasterTaskLoopSimdDirective()
3358 S = OMPParallelMasterTaskLoopSimdDirective::CreateEmpty( in ReadStmtFromStream()
DASTWriterStmt.cpp2425 OMPParallelMasterTaskLoopSimdDirective *D) { in VisitOMPParallelMasterTaskLoopSimdDirective()
/external/llvm-project/clang/lib/CodeGen/
DCGStmt.cpp312 cast<OMPParallelMasterTaskLoopSimdDirective>(*S)); in EmitStmt()
DCodeGenFunction.h3434 const OMPParallelMasterTaskLoopSimdDirective &S);
DCGStmtOpenMP.cpp6609 const OMPParallelMasterTaskLoopSimdDirective &S) { in EmitOMPParallelMasterTaskLoopSimdDirective()
/external/llvm-project/clang/tools/libclang/
DCIndex.cpp2084 const OMPParallelMasterTaskLoopSimdDirective *D);
3016 const OMPParallelMasterTaskLoopSimdDirective *D) { in VisitOMPParallelMasterTaskLoopSimdDirective()
/external/llvm-project/clang/lib/Sema/
DTreeTransform.h8800 OMPParallelMasterTaskLoopSimdDirective *D) { in TransformOMPParallelMasterTaskLoopSimdDirective()
DSemaOpenMP.cpp10998 return OMPParallelMasterTaskLoopSimdDirective::Create( in ActOnOpenMPParallelMasterTaskLoopSimdDirective()