Home
last modified time | relevance | path

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

/external/llvm-project/flang/lib/Semantics/
Dresolve-directives.cpp219 class OmpAttributeVisitor : DirectiveAttributeVisitor<llvm::omp::Directive> { class
221 explicit OmpAttributeVisitor(SemanticsContext &context) in OmpAttributeVisitor() function in Fortran::semantics::OmpAttributeVisitor
752 bool OmpAttributeVisitor::Pre(const parser::OpenMPBlockConstruct &x) { in Pre()
780 void OmpAttributeVisitor::Post(const parser::OpenMPBlockConstruct &x) { in Post()
818 bool OmpAttributeVisitor::Pre(const parser::OpenMPLoopConstruct &x) { in Pre()
856 void OmpAttributeVisitor::ResolveSeqLoopIndexInParallelOrTaskConstruct( in ResolveSeqLoopIndexInParallelOrTaskConstruct()
882 bool OmpAttributeVisitor::Pre(const parser::DoConstruct &x) { in Pre()
895 std::int64_t OmpAttributeVisitor::GetAssociatedLoopLevelFromClauses( in GetAssociatedLoopLevelFromClauses()
938 void OmpAttributeVisitor::PrivatizeAssociatedLoopIndexAndCheckLoopLevel( in PrivatizeAssociatedLoopIndexAndCheckLoopLevel()
969 void OmpAttributeVisitor::CheckAssocLoopLevel( in CheckAssocLoopLevel()
[all …]