Lines Matching refs:runtime

187       const Fortran::runtime::Descriptor &result, std::size_t at) const {  in operator ()()
188 *result.ZeroBasedIndexedElement<Fortran::runtime::CppTypeFor< in operator ()()
190 -std::numeric_limits<Fortran::runtime::CppTypeFor< in operator ()()
197 static void DateAndTimeUnavailable(Fortran::runtime::Terminator &terminator, in DateAndTimeUnavailable()
200 const Fortran::runtime::Descriptor *values) { in DateAndTimeUnavailable()
221 Fortran::runtime::ApplyIntegerKind<StoreNegativeHugeAt, void>( in DateAndTimeUnavailable()
232 Fortran::runtime::CppTypeFor<Fortran::common::TypeCategory::Integer, KIND>
239 Fortran::runtime::CppTypeFor<Fortran::common::TypeCategory::Integer, KIND>
244 return -std::numeric_limits<Fortran::runtime::CppTypeFor< in GetGmtOffset()
249 void operator()(const Fortran::runtime::Descriptor &result, std::size_t at, in operator ()()
251 *result.ZeroBasedIndexedElement<Fortran::runtime::CppTypeFor< in operator ()()
260 static void GetDateAndTime(Fortran::runtime::Terminator &terminator, char *date, in GetDateAndTime()
262 std::size_t zoneChars, const Fortran::runtime::Descriptor *values) { in GetDateAndTime()
312 Fortran::runtime::ApplyIntegerKind<Fortran::runtime::StoreIntegerAt, in GetDateAndTime()
318 Fortran::runtime::ApplyIntegerKind< in GetDateAndTime()
331 static void GetDateAndTime(Fortran::runtime::Terminator &terminator, char *date, in GetDateAndTime()
333 std::size_t zoneChars, const Fortran::runtime::Descriptor *values) { in GetDateAndTime()
343 namespace Fortran::runtime { namespace
363 Fortran::runtime::Terminator terminator{source, line}; in RTNAME()