Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dcanonicalize-acc.cpp67 if (outer->IsDoConcurrent()) { in CheckTileClauseRestriction()
94 if (!doCons->IsDoConcurrent()) { in CheckDoConcurrentClauseRestriction()
H A Dcheck-do-forall.cpp383 } else if (doConstruct.IsDoConcurrent()) { in DefineDoVariables()
394 } else if (doConstruct.IsDoConcurrent()) { in ResetDoVariables()
414 if (doConstruct.IsDoConcurrent()) { in Check()
856 return doConstruct && doConstruct->IsDoConcurrent(); in ConstructIsDoConcurrent()
865 if (doConstructPtr->IsDoConcurrent()) { in CheckForBadLeave()
H A Dresolve-names.cpp6040 if (x.IsDoConcurrent()) { in Pre()
6046 if (x.IsDoConcurrent()) { in Post()
/llvm-project-15.0.7/flang/lib/Parser/
H A Dparse-tree.cpp90 bool DoConstruct::IsDoConcurrent() const { in IsDoConcurrent() function in Fortran::parser::DoConstruct
/llvm-project-15.0.7/flang/include/flang/Parser/
H A Dparse-tree.h2258 bool IsDoConcurrent() const;