Searched refs:TypedMaxOrMinLoc (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/flang/runtime/ |
| H A D | extrema.cpp | 143 inline void TypedMaxOrMinLoc(const char *intrinsic, Descriptor &result, in TypedMaxOrMinLoc() function 187 TypedMaxOrMinLoc<true>("MAXLOC", result, x, kind, source, line, mask, back); in RTNAME() 191 TypedMaxOrMinLoc<false>("MINLOC", result, x, kind, source, line, mask, back); in RTNAME()
|