Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/include/flang/Common/
H A Denum-set.h183 constexpr std::optional<enumerationType> LeastElement() const { in LeastElement() function
187 return {static_cast<enumerationType>(bitset_.LeastElement().value())}; in LeastElement()
202 while (auto least{copy.LeastElement()}) { in IterateOverMembers()
H A Dconstexpr-bitset.h133 constexpr std::optional<std::size_t> LeastElement() const { in LeastElement() function
/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dintrinsics.cpp1633 if (auto category{result.categorySet.LeastElement()}) { in Match()
1866 auto category{d.typePattern.categorySet.LeastElement().value()}; in Match()
2724 TypeCategory category{set.LeastElement().value()}; in GetSpecificType()
2783 while (auto least{set.LeastElement()}) { in Dump()
/llvm-project-15.0.7/flang/runtime/
H A Dunit.cpp955 } else if (auto least{asyncIdAvailable_.LeastElement()}) { in GetAsynchronousId()