Home
last modified time | relevance | path

Searched refs:OMPParallelMasterDirective (Results 1 – 13 of 13) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h2325 class OMPParallelMasterDirective : public OMPExecutableDirective {
2329 OMPParallelMasterDirective(SourceLocation StartLoc, SourceLocation EndLoc) in OMPParallelMasterDirective() function
2334 explicit OMPParallelMasterDirective() in OMPParallelMasterDirective() function
2353 static OMPParallelMasterDirective *
2363 static OMPParallelMasterDirective *
2371 return const_cast<OMPParallelMasterDirective *>(this) in getTaskReductionRefExpr()
H A DRecursiveASTVisitor.h3003 DEF_TRAVERSE_STMT(OMPParallelMasterDirective,
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp688 OMPParallelMasterDirective *OMPParallelMasterDirective::Create( in Create()
691 auto *Dir = createDirective<OMPParallelMasterDirective>( in Create()
697 OMPParallelMasterDirective *
698 OMPParallelMasterDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
700 return createEmptyDirective<OMPParallelMasterDirective>( in CreateEmpty()
H A DStmtProfile.cpp1030 const OMPParallelMasterDirective *S) { in VisitOMPParallelMasterDirective()
H A DStmtPrinter.cpp820 OMPParallelMasterDirective *Node) { in VisitOMPParallelMasterDirective()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DStmtNodes.td240 def OMPParallelMasterDirective : StmtNode<OMPExecutableDirective>;
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp2471 OMPParallelMasterDirective *D) { in VisitOMPParallelMasterDirective()
3465 S = OMPParallelMasterDirective::CreateEmpty( in ReadStmtFromStream()
H A DASTWriterStmt.cpp2464 OMPParallelMasterDirective *D) { in VisitOMPParallelMasterDirective()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp249 EmitOMPParallelMasterDirective(cast<OMPParallelMasterDirective>(*S)); in EmitStmt()
H A DCodeGenFunction.h3608 void EmitOMPParallelMasterDirective(const OMPParallelMasterDirective &S);
H A DCGStmtOpenMP.cpp1311 cast<OMPParallelMasterDirective>(D).getTaskReductionRefExpr(); in EmitOMPReductionClauseInit()
4466 const OMPParallelMasterDirective &S) { in EmitOMPParallelMasterDirective()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h9046 OMPParallelMasterDirective *D) { in TransformOMPParallelMasterDirective()
H A DSemaOpenMP.cpp11213 return OMPParallelMasterDirective::Create( in ActOnOpenMPParallelMasterDirective()