Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DStmtOpenMP.cpp292 OMPForDirective *OMPForDirective::Create( in Create()
296 auto *Dir = createDirective<OMPForDirective>( in Create()
328 OMPForDirective *OMPForDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
332 return createEmptyDirective<OMPForDirective>( in CreateEmpty()
H A DStmtProfile.cpp911 void StmtProfiler::VisitOMPForDirective(const OMPForDirective *S) { in VisitOMPForDirective()
H A DStmtPrinter.cpp671 void StmtPrinter::VisitOMPForDirective(OMPForDirective *Node) { in VisitOMPForDirective()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmtOpenMP.h1532 class OMPForDirective : public OMPLoopDirective {
1544 OMPForDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPForDirective() function
1553 explicit OMPForDirective(unsigned CollapsedNum) in OMPForDirective() function
1580 static OMPForDirective *Create(const ASTContext &C, SourceLocation StartLoc,
1593 static OMPForDirective *CreateEmpty(const ASTContext &C, unsigned NumClauses,
1602 return const_cast<OMPForDirective *>(this)->getTaskReductionRefExpr(); in getTaskReductionRefExpr()
H A DRecursiveASTVisitor.h2828 DEF_TRAVERSE_STMT(OMPForDirective,
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DStmtNodes.td226 def OMPForDirective : StmtNode<OMPLoopDirective>;
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderStmt.cpp2314 void ASTStmtReader::VisitOMPForDirective(OMPForDirective *D) { in VisitOMPForDirective()
3193 S = OMPForDirective::CreateEmpty(Context, NumClauses, CollapsedNum, in ReadStmtFromStream()
H A DASTWriterStmt.cpp2214 void ASTStmtWriter::VisitOMPForDirective(OMPForDirective *D) { in VisitOMPForDirective()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGStmt.cpp212 EmitOMPForDirective(cast<OMPForDirective>(*S)); in EmitStmt()
H A DCGStmtOpenMP.cpp1313 TaskRedRef = cast<OMPForDirective>(D).getTaskReductionRefExpr(); in EmitOMPReductionClauseInit()
3569 static bool isSupportedByOpenMPIRBuilder(const OMPForDirective &S) { in isSupportedByOpenMPIRBuilder()
3579 void CodeGenFunction::EmitOMPForDirective(const OMPForDirective &S) { in EmitOMPForDirective()
H A DCodeGenFunction.h3444 void EmitOMPForDirective(const OMPForDirective &S);
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndex.cpp2048 void VisitOMPForDirective(const OMPForDirective *D);
2899 void EnqueueVisitor::VisitOMPForDirective(const OMPForDirective *D) { in VisitOMPForDirective()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DTreeTransform.h8519 TreeTransform<Derived>::TransformOMPForDirective(OMPForDirective *D) { in TransformOMPForDirective()
H A DSemaOpenMP.cpp9697 return OMPForDirective::Create( in ActOnOpenMPForDirective()