Home
last modified time | relevance | path

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

/external/llvm-project/flang/include/flang/Common/
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()
Dconstexpr-bitset.h133 constexpr std::optional<std::size_t> LeastElement() const { in LeastElement() function
/external/llvm-project/flang/lib/Evaluate/
Dintrinsics.cpp1378 if (auto category{result.categorySet.LeastElement()}) { in Match()
1576 auto category{d.typePattern.categorySet.LeastElement().value()}; in Match()
2242 TypeCategory category{set.LeastElement().value()}; in GetSpecificType()
2292 while (auto least{set.LeastElement()}) { in Dump()