Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp631 OMPParallelSectionsDirective *OMPParallelSectionsDirective::Create( in Create()
635 auto *Dir = createDirective<OMPParallelSectionsDirective>( in Create()
642 OMPParallelSectionsDirective *
643 OMPParallelSectionsDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
645 return createEmptyDirective<OMPParallelSectionsDirective>( in CreateEmpty()
H A DStmtProfile.cpp967 const OMPParallelSectionsDirective *S) { in VisitOMPParallelSectionsDirective()
H A DStmtPrinter.cpp735 OMPParallelSectionsDirective *Node) { in VisitOMPParallelSectionsDirective()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h2253 class OMPParallelSectionsDirective : public OMPExecutableDirective {
2265 OMPParallelSectionsDirective(SourceLocation StartLoc, SourceLocation EndLoc) in OMPParallelSectionsDirective() function
2272 explicit OMPParallelSectionsDirective() in OMPParallelSectionsDirective() function
2295 static OMPParallelSectionsDirective *
2306 static OMPParallelSectionsDirective *
2314 return const_cast<OMPParallelSectionsDirective *>(this) in getTaskReductionRefExpr()
H A DRecursiveASTVisitor.h2889 DEF_TRAVERSE_STMT(OMPParallelSectionsDirective,
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DStmtNodes.td238 def OMPParallelSectionsDirective : StmtNode<OMPExecutableDirective>;
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp2382 OMPParallelSectionsDirective *D) { in VisitOMPParallelSectionsDirective()
3276 S = OMPParallelSectionsDirective::CreateEmpty( in ReadStmtFromStream()
H A DASTWriterStmt.cpp2294 OMPParallelSectionsDirective *D) { in VisitOMPParallelSectionsDirective()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp245 EmitOMPParallelSectionsDirective(cast<OMPParallelSectionsDirective>(*S)); in EmitStmt()
H A DCGStmtOpenMP.cpp1335 cast<OMPParallelSectionsDirective>(D).getTaskReductionRefExpr(); in EmitOMPReductionClauseInit()
3805 else if (auto *OPSD = dyn_cast<OMPParallelSectionsDirective>(&S)) in EmitSections()
4207 const OMPParallelSectionsDirective &S) { in EmitOMPParallelSectionsDirective()
H A DCodeGenFunction.h3455 void EmitOMPParallelSectionsDirective(const OMPParallelSectionsDirective &S);
H A DCGOpenMPRuntime.cpp1265 else if (const auto *OPSD = dyn_cast<OMPParallelSectionsDirective>(&D)) in emitParallelOrTeamsOutlinedFunction()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h8662 OMPParallelSectionsDirective *D) { in TransformOMPParallelSectionsDirective()
H A DSemaOpenMP.cpp10141 return OMPParallelSectionsDirective::Create( in ActOnOpenMPParallelSectionsDirective()