Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dassignment.cpp58 int whereDepth_{0}; // number of WHEREs currently nested in member in Fortran::semantics::AssignmentContext
78 if (whereDepth_ > 0) { in Analyze()
85 CHECK(whereDepth_ == 0); in Analyze()
226 if (whereDepth_ == 0) { in CheckShape()
253 ++whereDepth_; in PushWhereContext()
257 --whereDepth_; in PopWhereContext()
258 if (whereDepth_ == 0) { in PopWhereContext()
/llvm-project-15.0.7/flang/include/flang/Semantics/
H A Dexpression.h465 ++whereDepth_; in Pre()
470 --whereDepth_; in Post()
474 ++whereDepth_; in Pre()
479 --whereDepth_; in Post()
511 bool InWhereBody() const { return whereDepth_ > 0; } in InWhereBody()
515 int whereDepth_{0}; // nesting of WHERE statements & constructs