Home
last modified time | relevance | path

Searched refs:OMPParallelSectionsDirective (Results 1 – 15 of 15) sorted by relevance

/minix/external/bsd/llvm/dist/clang/include/clang/AST/
H A DStmtOpenMP.h1205 class OMPParallelSectionsDirective : public OMPExecutableDirective {
1213 OMPParallelSectionsDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPParallelSectionsDirective() function
1223 explicit OMPParallelSectionsDirective(unsigned NumClauses) in OMPParallelSectionsDirective() function
1237 static OMPParallelSectionsDirective *
1247 static OMPParallelSectionsDirective *
H A DRecursiveASTVisitor.h2364 DEF_TRAVERSE_STMT(OMPParallelSectionsDirective,
H A DDataRecursiveASTVisitor.h2342 DEF_TRAVERSE_STMT(OMPParallelSectionsDirective,
/minix/external/bsd/llvm/dist/clang/lib/AST/
H A DStmt.cpp1816 OMPParallelSectionsDirective *OMPParallelSectionsDirective::Create( in Create()
1819 unsigned Size = llvm::RoundUpToAlignment(sizeof(OMPParallelSectionsDirective), in Create()
1823 OMPParallelSectionsDirective *Dir = in Create()
1824 new (Mem) OMPParallelSectionsDirective(StartLoc, EndLoc, Clauses.size()); in Create()
1830 OMPParallelSectionsDirective *
1831 OMPParallelSectionsDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
1833 unsigned Size = llvm::RoundUpToAlignment(sizeof(OMPParallelSectionsDirective), in CreateEmpty()
1837 return new (Mem) OMPParallelSectionsDirective(NumClauses); in CreateEmpty()
H A DStmtProfile.cpp443 const OMPParallelSectionsDirective *S) { in VisitOMPParallelSectionsDirective()
H A DStmtPrinter.cpp886 OMPParallelSectionsDirective *Node) { in VisitOMPParallelSectionsDirective()
/minix/external/bsd/llvm/dist/clang/include/clang/Basic/
H A DStmtNodes.td195 def OMPParallelSectionsDirective : DStmt<OMPExecutableDirective>;
/minix/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp657 const OMPParallelSectionsDirective &) { in EmitOMPParallelSectionsDirective() argument
H A DCGStmt.cpp213 EmitOMPParallelSectionsDirective(cast<OMPParallelSectionsDirective>(*S)); in EmitStmt()
H A DCodeGenFunction.h2019 void EmitOMPParallelSectionsDirective(const OMPParallelSectionsDirective &S);
/minix/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTReaderStmt.cpp2089 OMPParallelSectionsDirective *D) { in VisitOMPParallelSectionsDirective()
2699 S = OMPParallelSectionsDirective::CreateEmpty( in ReadStmtFromStream()
H A DASTWriterStmt.cpp1972 OMPParallelSectionsDirective *D) { in VisitOMPParallelSectionsDirective()
/minix/external/bsd/llvm/dist/clang/tools/libclang/
H A DCIndex.cpp1878 void VisitOMPParallelSectionsDirective(const OMPParallelSectionsDirective *D);
2398 const OMPParallelSectionsDirective *D) { in VisitOMPParallelSectionsDirective()
/minix/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaOpenMP.cpp3169 return OMPParallelSectionsDirective::Create(Context, StartLoc, EndLoc, in ActOnOpenMPParallelSectionsDirective()
H A DTreeTransform.h6793 OMPParallelSectionsDirective *D) { in TransformOMPParallelSectionsDirective()