Searched defs:FitsInIntegerKind (Results 1 – 2 of 2) sorted by relevance
87 template <int KIND> struct FitsInIntegerKind { global() struct 88 operator ()Fortran::runtime::FitsInIntegerKind operator ()() argument
229 template <int KIND> struct FitsInIntegerKind { struct230 RT_API_ATTRS bool operator()([[maybe_unused]] std::int64_t value) { in operator ()()