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.cpp747 OMPParallelMasterDirective *OMPParallelMasterDirective::Create( in Create()
750 auto *Dir = createDirective<OMPParallelMasterDirective>( in Create()
756 OMPParallelMasterDirective *
757 OMPParallelMasterDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
759 return createEmptyDirective<OMPParallelMasterDirective>( in CreateEmpty()
H A DStmtProfile.cpp1073 const OMPParallelMasterDirective *S) { in VisitOMPParallelMasterDirective()
H A DStmtPrinter.cpp849 OMPParallelMasterDirective *Node) { in VisitOMPParallelMasterDirective()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h2309 class OMPParallelMasterDirective : public OMPExecutableDirective {
2313 OMPParallelMasterDirective(SourceLocation StartLoc, SourceLocation EndLoc) in OMPParallelMasterDirective() function
2318 explicit OMPParallelMasterDirective() in OMPParallelMasterDirective() function
2337 static OMPParallelMasterDirective *
2347 static OMPParallelMasterDirective *
2355 return const_cast<OMPParallelMasterDirective *>(this) in getTaskReductionRefExpr()
H A DRecursiveASTVisitor.h3128 DEF_TRAVERSE_STMT(OMPParallelMasterDirective,
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DStmtNodes.td245 def OMPParallelMasterDirective : StmtNode<OMPExecutableDirective>;
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp2522 OMPParallelMasterDirective *D) { in VisitOMPParallelMasterDirective()
3679 S = OMPParallelMasterDirective::CreateEmpty( in ReadStmtFromStream()
H A DASTWriterStmt.cpp2542 OMPParallelMasterDirective *D) { in VisitOMPParallelMasterDirective()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp265 EmitOMPParallelMasterDirective(cast<OMPParallelMasterDirective>(*S)); in EmitStmt()
H A DCGStmtOpenMP.cpp1374 cast<OMPParallelMasterDirective>(D).getTaskReductionRefExpr(); in EmitOMPReductionClauseInit()
4711 const OMPParallelMasterDirective &S) { in EmitOMPParallelMasterDirective()
H A DCodeGenFunction.h3874 void EmitOMPParallelMasterDirective(const OMPParallelMasterDirective &S);
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h9798 OMPParallelMasterDirective *D) { in TransformOMPParallelMasterDirective()
H A DSemaOpenMP.cpp10985 return OMPParallelMasterDirective::Create( in ActOnOpenMPParallelMasterDirective()