Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp615 OMPParallelMasterDirective *OMPParallelMasterDirective::Create( in Create()
618 auto *Dir = createDirective<OMPParallelMasterDirective>( in Create()
624 OMPParallelMasterDirective *
625 OMPParallelMasterDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
627 return createEmptyDirective<OMPParallelMasterDirective>( in CreateEmpty()
H A DStmtProfile.cpp962 const OMPParallelMasterDirective *S) { in VisitOMPParallelMasterDirective()
H A DStmtPrinter.cpp729 OMPParallelMasterDirective *Node) { in VisitOMPParallelMasterDirective()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h2189 class OMPParallelMasterDirective : public OMPExecutableDirective {
2193 OMPParallelMasterDirective(SourceLocation StartLoc, SourceLocation EndLoc) in OMPParallelMasterDirective() function
2198 explicit OMPParallelMasterDirective() in OMPParallelMasterDirective() function
2217 static OMPParallelMasterDirective *
2227 static OMPParallelMasterDirective *
2235 return const_cast<OMPParallelMasterDirective *>(this) in getTaskReductionRefExpr()
H A DRecursiveASTVisitor.h2886 DEF_TRAVERSE_STMT(OMPParallelMasterDirective,
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DStmtNodes.td237 def OMPParallelMasterDirective : StmtNode<OMPExecutableDirective>;
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp2376 OMPParallelMasterDirective *D) { in VisitOMPParallelMasterDirective()
3271 S = OMPParallelMasterDirective::CreateEmpty( in ReadStmtFromStream()
H A DASTWriterStmt.cpp2287 OMPParallelMasterDirective *D) { in VisitOMPParallelMasterDirective()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp242 EmitOMPParallelMasterDirective(cast<OMPParallelMasterDirective>(*S)); in EmitStmt()
H A DCGStmtOpenMP.cpp1331 cast<OMPParallelMasterDirective>(D).getTaskReductionRefExpr(); in EmitOMPReductionClauseInit()
4172 const OMPParallelMasterDirective &S) { in EmitOMPParallelMasterDirective()
H A DCodeGenFunction.h3456 void EmitOMPParallelMasterDirective(const OMPParallelMasterDirective &S);
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h8651 OMPParallelMasterDirective *D) { in TransformOMPParallelMasterDirective()
H A DSemaOpenMP.cpp10101 return OMPParallelMasterDirective::Create( in ActOnOpenMPParallelMasterDirective()