Searched refs:testIntervalFail (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/datetime/ |
H A D | interval.d | 2761 static void testIntervalFail(Interval!Date interval, scope const Duration duration) 2766 …assertThrown!DateTimeException(testIntervalFail(Interval!Date(Date(2010, 7, 4), dur!"days"(0)), du… 2802 static void testIntervalFail(Interval!Date interval, int years, int months) 2807 …assertThrown!DateTimeException(testIntervalFail(Interval!Date(Date(2010, 7, 4), dur!"days"(0)), 1,… 2855 static void testIntervalFail(I)(I interval, scope const Duration duration) in testIntervalFail() function 2860 …assertThrown!DateTimeException(testIntervalFail(Interval!Date(Date(2010, 7, 4), dur!"days"(0)), du… 2861 …assertThrown!DateTimeException(testIntervalFail(Interval!Date(Date(2010, 7, 4), Date(2010, 7, 5)),… 2897 static void testIntervalFail(Interval!Date interval, int years, int months) 2902 …assertThrown!DateTimeException(testIntervalFail(Interval!Date(Date(2010, 7, 4), dur!"days"(0)), 1,… 2903 …assertThrown!DateTimeException(testIntervalFail(Interval!Date(Date(2010, 7, 4), Date(2012, 1, 7)),… [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/datetime/ |
H A D | interval.d | 2742 static void testIntervalFail(Interval!Date interval, in Duration duration) 2747 …assertThrown!DateTimeException(testIntervalFail(Interval!Date(Date(2010, 7, 4), dur!"days"(0)), du… 2782 static void testIntervalFail(Interval!Date interval, int years, int months) 2787 …assertThrown!DateTimeException(testIntervalFail(Interval!Date(Date(2010, 7, 4), dur!"days"(0)), 1,… 2835 static void testIntervalFail(I)(I interval, in Duration duration) in testIntervalFail() function 2840 …assertThrown!DateTimeException(testIntervalFail(Interval!Date(Date(2010, 7, 4), dur!"days"(0)), du… 2841 …assertThrown!DateTimeException(testIntervalFail(Interval!Date(Date(2010, 7, 4), Date(2010, 7, 5)),… 2876 static void testIntervalFail(Interval!Date interval, int years, int months) 2881 …assertThrown!DateTimeException(testIntervalFail(Interval!Date(Date(2010, 7, 4), dur!"days"(0)), 1,… 2882 …assertThrown!DateTimeException(testIntervalFail(Interval!Date(Date(2010, 7, 4), Date(2012, 1, 7)),… [all …]
|