Home
last modified time | relevance | path

Searched defs:least (Results 1 – 5 of 5) sorted by relevance

/llvm-project/flang/lib/Evaluate/
H A Dfold-character.cpp80 SingleCharType least{0}; in FoldIntrinsicFunction() local
H A Dintrinsics.cpp3412 while (auto least{set.LeastElement()}) { Dump() local
/llvm-project/flang/runtime/
H A Dexternal-unit.cpp323 if (auto least{asyncIdAvailable_[j].LeastElement()}) { GetAsynchronousId() local
H A Dassign.cpp122 MaximalByteOffsetRange(const Descriptor & desc,std::int64_t & least,std::int64_t & most) MaximalByteOffsetRange() argument
/llvm-project/flang/lib/Decimal/
H A Dbinary-to-decimal.cpp259 Digit least{less.digit_[offset]}; in Minimize() local