Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/AST/
DStmtOpenMP.cpp513 OMPParallelMasterDirective *OMPParallelMasterDirective::Create( in Create()
516 auto *Dir = createDirective<OMPParallelMasterDirective>( in Create()
522 OMPParallelMasterDirective *
523 OMPParallelMasterDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
525 return createEmptyDirective<OMPParallelMasterDirective>( in CreateEmpty()
DStmtProfile.cpp902 const OMPParallelMasterDirective *S) { in VisitOMPParallelMasterDirective()
DStmtPrinter.cpp715 OMPParallelMasterDirective *Node) { in VisitOMPParallelMasterDirective()
/external/llvm-project/clang/include/clang/AST/
DStmtOpenMP.h1863 class OMPParallelMasterDirective : public OMPExecutableDirective {
1867 OMPParallelMasterDirective(SourceLocation StartLoc, SourceLocation EndLoc) in OMPParallelMasterDirective() function
1872 explicit OMPParallelMasterDirective() in OMPParallelMasterDirective() function
1891 static OMPParallelMasterDirective *
1901 static OMPParallelMasterDirective *
1909 return const_cast<OMPParallelMasterDirective *>(this) in getTaskReductionRefExpr()
DRecursiveASTVisitor.h2817 DEF_TRAVERSE_STMT(OMPParallelMasterDirective,
/external/llvm-project/clang/include/clang/Basic/
DStmtNodes.td232 def OMPParallelMasterDirective : StmtNode<OMPExecutableDirective>;
/external/llvm-project/clang/lib/Serialization/
DASTReaderStmt.cpp2347 OMPParallelMasterDirective *D) { in VisitOMPParallelMasterDirective()
3204 S = OMPParallelMasterDirective::CreateEmpty( in ReadStmtFromStream()
DASTWriterStmt.cpp2254 OMPParallelMasterDirective *D) { in VisitOMPParallelMasterDirective()
/external/llvm-project/clang/lib/CodeGen/
DCGStmt.cpp231 EmitOMPParallelMasterDirective(cast<OMPParallelMasterDirective>(*S)); in EmitStmt()
DCGStmtOpenMP.cpp1300 cast<OMPParallelMasterDirective>(D).getTaskReductionRefExpr(); in EmitOMPReductionClauseInit()
3743 const OMPParallelMasterDirective &S) { in EmitOMPParallelMasterDirective()
DCodeGenFunction.h3402 void EmitOMPParallelMasterDirective(const OMPParallelMasterDirective &S);
/external/llvm-project/clang/tools/libclang/
DCIndex.cpp2053 void VisitOMPParallelMasterDirective(const OMPParallelMasterDirective *D);
2896 const OMPParallelMasterDirective *D) { in VisitOMPParallelMasterDirective()
/external/llvm-project/clang/lib/Sema/
DTreeTransform.h8502 OMPParallelMasterDirective *D) { in TransformOMPParallelMasterDirective()
DSemaOpenMP.cpp9276 return OMPParallelMasterDirective::Create( in ActOnOpenMPParallelMasterDirective()