Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
HDStmtOpenMP.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()
HDStmtProfile.cpp1041 const OMPParallelMasterDirective *S) { in VisitOMPParallelMasterDirective()
HDStmtPrinter.cpp833 OMPParallelMasterDirective *Node) { in VisitOMPParallelMasterDirective()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
HDStmtOpenMP.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()
HDRecursiveASTVisitor.h3073 DEF_TRAVERSE_STMT(OMPParallelMasterDirective,
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
HDStmtNodes.td244 def OMPParallelMasterDirective : StmtNode<OMPExecutableDirective>;
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTReaderStmt.cpp2499 OMPParallelMasterDirective *D) { in VisitOMPParallelMasterDirective()
3542 S = OMPParallelMasterDirective::CreateEmpty( in ReadStmtFromStream()
HDASTWriterStmt.cpp2513 OMPParallelMasterDirective *D) { in VisitOMPParallelMasterDirective()
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGStmt.cpp259 EmitOMPParallelMasterDirective(cast<OMPParallelMasterDirective>(*S)); in EmitStmt()
HDCGStmtOpenMP.cpp1336 cast<OMPParallelMasterDirective>(D).getTaskReductionRefExpr(); in EmitOMPReductionClauseInit()
4511 const OMPParallelMasterDirective &S) { in EmitOMPParallelMasterDirective()
HDCodeGenFunction.h3836 void EmitOMPParallelMasterDirective(const OMPParallelMasterDirective &S);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDTreeTransform.h9375 OMPParallelMasterDirective *D) { in TransformOMPParallelMasterDirective()
HDSemaOpenMP.cpp10919 return OMPParallelMasterDirective::Create( in ActOnOpenMPParallelMasterDirective()