Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DStmtOpenMP.cpp1154 OMPParallelMasterTaskLoopSimdDirective *
1155 OMPParallelMasterTaskLoopSimdDirective::Create( in Create()
1159 auto *Dir = createDirective<OMPParallelMasterTaskLoopSimdDirective>( in Create()
1190 OMPParallelMasterTaskLoopSimdDirective *
1191 OMPParallelMasterTaskLoopSimdDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
1195 return createEmptyDirective<OMPParallelMasterTaskLoopSimdDirective>( in CreateEmpty()
H A DStmtProfile.cpp1068 const OMPParallelMasterTaskLoopSimdDirective *S) { in VisitOMPParallelMasterTaskLoopSimdDirective()
H A DStmtPrinter.cpp866 OMPParallelMasterTaskLoopSimdDirective *Node) { in VisitOMPParallelMasterTaskLoopSimdDirective()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmtOpenMP.h3774 class OMPParallelMasterTaskLoopSimdDirective : public OMPLoopDirective {
3783 OMPParallelMasterTaskLoopSimdDirective(SourceLocation StartLoc, in OMPParallelMasterTaskLoopSimdDirective() function
3794 explicit OMPParallelMasterTaskLoopSimdDirective(unsigned CollapsedNum) in OMPParallelMasterTaskLoopSimdDirective() function
3810 static OMPParallelMasterTaskLoopSimdDirective *
3822 static OMPParallelMasterTaskLoopSimdDirective *
H A DRecursiveASTVisitor.h2938 DEF_TRAVERSE_STMT(OMPParallelMasterTaskLoopSimdDirective,
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DStmtNodes.td262 def OMPParallelMasterTaskLoopSimdDirective : StmtNode<OMPLoopDirective>;
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderStmt.cpp2507 OMPParallelMasterTaskLoopSimdDirective *D) { in VisitOMPParallelMasterTaskLoopSimdDirective()
3400 S = OMPParallelMasterTaskLoopSimdDirective::CreateEmpty( in ReadStmtFromStream()
H A DASTWriterStmt.cpp2442 OMPParallelMasterTaskLoopSimdDirective *D) { in VisitOMPParallelMasterTaskLoopSimdDirective()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGStmt.cpp320 cast<OMPParallelMasterTaskLoopSimdDirective>(*S)); in EmitStmt()
H A DCodeGenFunction.h3487 const OMPParallelMasterTaskLoopSimdDirective &S);
H A DCGStmtOpenMP.cpp7042 const OMPParallelMasterTaskLoopSimdDirective &S) { in EmitOMPParallelMasterTaskLoopSimdDirective()
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndex.cpp2088 const OMPParallelMasterTaskLoopSimdDirective *D);
3059 const OMPParallelMasterTaskLoopSimdDirective *D) { in VisitOMPParallelMasterTaskLoopSimdDirective()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DTreeTransform.h8915 OMPParallelMasterTaskLoopSimdDirective *D) { in TransformOMPParallelMasterTaskLoopSimdDirective()
H A DSemaOpenMP.cpp11789 return OMPParallelMasterTaskLoopSimdDirective::Create( in ActOnOpenMPParallelMasterTaskLoopSimdDirective()