Home
last modified time | relevance | path

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

/llvm-project/flang/runtime/
H A Dreduction.cpp209 template <LogicalReduction REDUCTION> class LogicalAccumulator { global() class
212 explicit LogicalAccumulator(const Descriptor &array) : array_{array} {} LogicalAccumulator() function in Fortran::runtime::LogicalAccumulator