Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/AST/
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()
DStmtProfile.cpp1142 const OMPParallelMasterTaskLoopSimdDirective *S) { in VisitOMPParallelMasterTaskLoopSimdDirective()
DStmtPrinter.cpp982 OMPParallelMasterTaskLoopSimdDirective *Node) { in VisitOMPParallelMasterTaskLoopSimdDirective()
/openbsd/src/gnu/llvm/clang/include/clang/Basic/
DStmtNodes.td267 def OMPParallelMasterTaskLoopSimdDirective : StmtNode<OMPLoopDirective>;
/openbsd/src/gnu/llvm/clang/include/clang/AST/
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 *
DRecursiveASTVisitor.h3076 DEF_TRAVERSE_STMT(OMPParallelMasterTaskLoopSimdDirective,
/openbsd/src/gnu/llvm/clang/lib/Serialization/
DASTReaderStmt.cpp2592 OMPParallelMasterTaskLoopSimdDirective *D) { in VisitOMPParallelMasterTaskLoopSimdDirective()
3566 S = OMPParallelMasterTaskLoopSimdDirective::CreateEmpty( in ReadStmtFromStream()
DASTWriterStmt.cpp2539 OMPParallelMasterTaskLoopSimdDirective *D) { in VisitOMPParallelMasterTaskLoopSimdDirective()
/openbsd/src/gnu/llvm/clang/lib/CodeGen/
DCGStmt.cpp340 cast<OMPParallelMasterTaskLoopSimdDirective>(*S)); in EmitStmt()
DCodeGenFunction.h3554 const OMPParallelMasterTaskLoopSimdDirective &S);
DCGStmtOpenMP.cpp7731 const OMPParallelMasterTaskLoopSimdDirective &S) { in EmitOMPParallelMasterTaskLoopSimdDirective()
/openbsd/src/gnu/llvm/clang/tools/libclang/
DCIndex.cpp2199 const OMPParallelMasterTaskLoopSimdDirective *D);
3246 const OMPParallelMasterTaskLoopSimdDirective *D) { in VisitOMPParallelMasterTaskLoopSimdDirective()
/openbsd/src/gnu/llvm/clang/lib/Sema/
DTreeTransform.h9229 OMPParallelMasterTaskLoopSimdDirective *D) { in TransformOMPParallelMasterTaskLoopSimdDirective()
DSemaOpenMP.cpp13792 return OMPParallelMasterTaskLoopSimdDirective::Create( in ActOnOpenMPParallelMasterTaskLoopSimdDirective()