Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DStmtOpenMP.cpp1421 OMPParallelMasterTaskLoopSimdDirective *
1422 OMPParallelMasterTaskLoopSimdDirective::Create( in Create()
1426 auto *Dir = createDirective<OMPParallelMasterTaskLoopSimdDirective>( in Create()
1457 OMPParallelMasterTaskLoopSimdDirective *
1458 OMPParallelMasterTaskLoopSimdDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
1462 return createEmptyDirective<OMPParallelMasterTaskLoopSimdDirective>( in CreateEmpty()
H A DStmtProfile.cpp1142 const OMPParallelMasterTaskLoopSimdDirective *S) { in VisitOMPParallelMasterTaskLoopSimdDirective()
H A DStmtPrinter.cpp982 OMPParallelMasterTaskLoopSimdDirective *Node) { in VisitOMPParallelMasterTaskLoopSimdDirective()
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DStmtNodes.td267 def OMPParallelMasterTaskLoopSimdDirective : StmtNode<OMPLoopDirective>;
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DStmtOpenMP.h4238 class OMPParallelMasterTaskLoopSimdDirective : public OMPLoopDirective {
4247 OMPParallelMasterTaskLoopSimdDirective(SourceLocation StartLoc, in OMPParallelMasterTaskLoopSimdDirective() function
4258 explicit OMPParallelMasterTaskLoopSimdDirective(unsigned CollapsedNum) in OMPParallelMasterTaskLoopSimdDirective() function
4274 static OMPParallelMasterTaskLoopSimdDirective *
4286 static OMPParallelMasterTaskLoopSimdDirective *
H A DRecursiveASTVisitor.h3076 DEF_TRAVERSE_STMT(OMPParallelMasterTaskLoopSimdDirective,
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTReaderStmt.cpp2592 OMPParallelMasterTaskLoopSimdDirective *D) { in VisitOMPParallelMasterTaskLoopSimdDirective()
3566 S = OMPParallelMasterTaskLoopSimdDirective::CreateEmpty( in ReadStmtFromStream()
H A DASTWriterStmt.cpp2539 OMPParallelMasterTaskLoopSimdDirective *D) { in VisitOMPParallelMasterTaskLoopSimdDirective()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGStmt.cpp340 cast<OMPParallelMasterTaskLoopSimdDirective>(*S)); in EmitStmt()
H A DCodeGenFunction.h3554 const OMPParallelMasterTaskLoopSimdDirective &S);
H A DCGStmtOpenMP.cpp7731 const OMPParallelMasterTaskLoopSimdDirective &S) { in EmitOMPParallelMasterTaskLoopSimdDirective()
/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DCIndex.cpp2199 const OMPParallelMasterTaskLoopSimdDirective *D);
3246 const OMPParallelMasterTaskLoopSimdDirective *D) { in VisitOMPParallelMasterTaskLoopSimdDirective()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DTreeTransform.h9229 OMPParallelMasterTaskLoopSimdDirective *D) { in TransformOMPParallelMasterTaskLoopSimdDirective()
H A DSemaOpenMP.cpp13792 return OMPParallelMasterTaskLoopSimdDirective::Create( in ActOnOpenMPParallelMasterTaskLoopSimdDirective()