Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/runtime/
H A Dtools.h59 template <int KIND> struct StoreIntegerAt { struct
60 void operator()(const Fortran::runtime::Descriptor &result, std::size_t at, in operator()