Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp726 OMPParallelMasterDirective *OMPParallelMasterDirective::Create( in Create()
729 auto *Dir = createDirective<OMPParallelMasterDirective>( in Create()
735 OMPParallelMasterDirective *
736 OMPParallelMasterDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
738 return createEmptyDirective<OMPParallelMasterDirective>( in CreateEmpty()
H A DStmtProfile.cpp1041 const OMPParallelMasterDirective *S) { in VisitOMPParallelMasterDirective()
H A DStmtPrinter.cpp833 OMPParallelMasterDirective *Node) { in VisitOMPParallelMasterDirective()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h2326 class OMPParallelMasterDirective : public OMPExecutableDirective {
2330 OMPParallelMasterDirective(SourceLocation StartLoc, SourceLocation EndLoc) in OMPParallelMasterDirective() function
2335 explicit OMPParallelMasterDirective() in OMPParallelMasterDirective() function
2354 static OMPParallelMasterDirective *
2364 static OMPParallelMasterDirective *
2372 return const_cast<OMPParallelMasterDirective *>(this) in getTaskReductionRefExpr()
H A DRecursiveASTVisitor.h3073 DEF_TRAVERSE_STMT(OMPParallelMasterDirective,
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DStmtNodes.td244 def OMPParallelMasterDirective : StmtNode<OMPExecutableDirective>;
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp2499 OMPParallelMasterDirective *D) { in VisitOMPParallelMasterDirective()
3542 S = OMPParallelMasterDirective::CreateEmpty( in ReadStmtFromStream()
H A DASTWriterStmt.cpp2513 OMPParallelMasterDirective *D) { in VisitOMPParallelMasterDirective()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp259 EmitOMPParallelMasterDirective(cast<OMPParallelMasterDirective>(*S)); in EmitStmt()
H A DCGStmtOpenMP.cpp1336 cast<OMPParallelMasterDirective>(D).getTaskReductionRefExpr(); in EmitOMPReductionClauseInit()
4511 const OMPParallelMasterDirective &S) { in EmitOMPParallelMasterDirective()
H A DCodeGenFunction.h3836 void EmitOMPParallelMasterDirective(const OMPParallelMasterDirective &S);
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h9375 OMPParallelMasterDirective *D) { in TransformOMPParallelMasterDirective()
H A DSemaOpenMP.cpp10919 return OMPParallelMasterDirective::Create( in ActOnOpenMPParallelMasterDirective()