Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dcheck-do-forall.cpp381 if (doConstruct.IsDoNormal()) { in DefineDoVariables()
392 if (doConstruct.IsDoNormal()) { in ResetDoVariables()
418 if (doConstruct.IsDoNormal()) { in Check()
H A Dcheck-omp-structure.cpp436 if (loop && loop->IsDoNormal()) { in SetLoopInfo()
464 if (loop->IsDoNormal()) { in CheckLoopItrVariableIsInt()
686 if (loop->IsDoNormal()) { in CheckDistLinear()
H A Dresolve-directives.cpp1256 if (x.IsDoNormal()) { in Pre()
/llvm-project-15.0.7/flang/lib/Parser/
H A Dparse-tree.cpp80 bool DoConstruct::IsDoNormal() const { in IsDoNormal() function in Fortran::parser::DoConstruct
/llvm-project-15.0.7/flang/include/flang/Parser/
H A Dparse-tree.h2256 bool IsDoNormal() const;