Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/AST/
DStmtOpenMP.cpp1239 OMPMasterTaskLoopSimdDirective *OMPMasterTaskLoopSimdDirective::Create( in Create()
1243 auto *Dir = createDirective<OMPMasterTaskLoopSimdDirective>( in Create()
1274 OMPMasterTaskLoopSimdDirective *
1275 OMPMasterTaskLoopSimdDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
1278 return createEmptyDirective<OMPMasterTaskLoopSimdDirective>( in CreateEmpty()
DStmtProfile.cpp1122 const OMPMasterTaskLoopSimdDirective *S) { in VisitOMPMasterTaskLoopSimdDirective()
DStmtPrinter.cpp958 OMPMasterTaskLoopSimdDirective *Node) { in VisitOMPMasterTaskLoopSimdDirective()
/openbsd/src/gnu/llvm/clang/include/clang/Basic/
DStmtNodes.td265 def OMPMasterTaskLoopSimdDirective : StmtNode<OMPLoopDirective>;
/openbsd/src/gnu/llvm/clang/include/clang/AST/
DStmtOpenMP.h3951 class OMPMasterTaskLoopSimdDirective : public OMPLoopDirective {
3960 OMPMasterTaskLoopSimdDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPMasterTaskLoopSimdDirective() function
3970 explicit OMPMasterTaskLoopSimdDirective(unsigned CollapsedNum) in OMPMasterTaskLoopSimdDirective() function
3986 static OMPMasterTaskLoopSimdDirective *
3997 static OMPMasterTaskLoopSimdDirective *CreateEmpty(const ASTContext &C,
DRecursiveASTVisitor.h3070 DEF_TRAVERSE_STMT(OMPMasterTaskLoopSimdDirective,
/openbsd/src/gnu/llvm/clang/lib/Serialization/
DASTReaderStmt.cpp2570 OMPMasterTaskLoopSimdDirective *D) { in VisitOMPMasterTaskLoopSimdDirective()
3534 S = OMPMasterTaskLoopSimdDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
DASTWriterStmt.cpp2513 OMPMasterTaskLoopSimdDirective *D) { in VisitOMPMasterTaskLoopSimdDirective()
/openbsd/src/gnu/llvm/clang/lib/CodeGen/
DCGStmt.cpp326 cast<OMPMasterTaskLoopSimdDirective>(*S)); in EmitStmt()
DCodeGenFunction.h3550 EmitOMPMasterTaskLoopSimdDirective(const OMPMasterTaskLoopSimdDirective &S);
DCGStmtOpenMP.cpp7701 const OMPMasterTaskLoopSimdDirective &S) { in EmitOMPMasterTaskLoopSimdDirective()
/openbsd/src/gnu/llvm/clang/tools/libclang/
DCIndex.cpp2191 VisitOMPMasterTaskLoopSimdDirective(const OMPMasterTaskLoopSimdDirective *D);
3226 const OMPMasterTaskLoopSimdDirective *D) { in VisitOMPMasterTaskLoopSimdDirective()
/openbsd/src/gnu/llvm/clang/lib/Sema/
DTreeTransform.h9184 OMPMasterTaskLoopSimdDirective *D) { in TransformOMPMasterTaskLoopSimdDirective()
DSemaOpenMP.cpp13559 return OMPMasterTaskLoopSimdDirective::Create( in ActOnOpenMPMasterTaskLoopSimdDirective()