Home
last modified time | relevance | path

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

/external/llvm-project/flang/lib/Semantics/
Dcheck-omp-structure.cpp18 void OmpStructureChecker::Enter(const parser::OmpClause::X &) { \
23 void OmpStructureChecker::Enter(const parser::OmpClause::X &c) { \
29 void OmpStructureChecker::Enter(const parser::OmpClause::X &c) { \
36 void OmpStructureChecker::Enter(const parser::X &) { \
40 bool OmpStructureChecker::HasInvalidWorksharingNesting( in HasInvalidWorksharingNesting()
54 void OmpStructureChecker::Enter(const parser::OpenMPConstruct &) { in Enter()
58 void OmpStructureChecker::Enter(const parser::OpenMPLoopConstruct &x) { in Enter()
98 void OmpStructureChecker::Leave(const parser::OpenMPLoopConstruct &) { in Leave()
102 void OmpStructureChecker::Enter(const parser::OmpEndLoopDirective &x) { in Enter()
118 void OmpStructureChecker::Enter(const parser::OpenMPBlockConstruct &x) { in Enter()
[all …]
Dcheck-omp-structure.h81 class OmpStructureChecker
85 OmpStructureChecker(SemanticsContext &context) in OmpStructureChecker() function
Dsemantics.cpp163 OmpStructureChecker, PurityChecker, ReturnStmtChecker,