Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dcanonicalize-do.cpp102 auto currentLabel{stack.back().label}; in CanonicalizeIfMatch() local
105 std::optional<Label>{currentLabel}, ContinueStmt{}}; in CanonicalizeIfMatch()
131 } while (!stack.empty() && stack.back().label == currentLabel); in CanonicalizeIfMatch()