Home
last modified time | relevance | path

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

/llvm-project/flang/runtime/
H A Dcommand.cpp87 template <int KIND> struct FitsInIntegerKind { global() struct
88 operator ()Fortran::runtime::FitsInIntegerKind operator ()() argument
H A Dtools.cpp229 template <int KIND> struct FitsInIntegerKind { struct
230 RT_API_ATTRS bool operator()([[maybe_unused]] std::int64_t value) { in operator ()()