Home
last modified time | relevance | path

Searched refs:date (Results 1 – 25 of 204) sorted by relevance

123456789

/llvm-project/polly/lib/External/isl/
H A DChangeLog2 date: Sat 02 Jul 2022 11:14:57 AM CEST
9 date: Sun 25 Apr 2021 03:56:37 PM CEST
16 date: Sun 01 Nov 2020 02:41:20 PM CET
24 date: Sun Jan 12 10:48:18 CET 2020
29 date: Fri Nov 1 18:39:30 CET 2019
38 date: Sat Mar 9 15:25:29 CET 2019
48 date: Sat Jul 21 18:10:08 CEST 2018
55 date: Sat Mar 3 10:44:49 CET 2018
66 date: Sun Dec 18 11:01:58 CET 2016
76 date: Fri May 6 12:02:48 CEST 2016
[all …]
/llvm-project/flang/test/Lower/Intrinsics/
H A Ddate_and_time.f904 ! CHECK-SAME: %[[date:[^:]+]]: !fir.boxchar<1>{{.*}}, %[[time:[^:]+]]: !fir.boxchar<1>{{.*}}, %[[zone:.*]]: !fir.boxchar<1>{{.*}}, %[[values:.*]]: !fir.box<!fir.array<?xi64>>{{.*}}) {
5 subroutine date_and_time_test(date, time, zone, values) argument
6 character(*) :: date, time, zone local
8 ! CHECK: %[[dateUnbox:.*]]:2 = fir.unboxchar %[[date]] : (!fir.boxchar<1>) -> (!fir.ref<!fir.char<1,?>>, index)
19 call date_and_time(date, time, zone, values)
23 ! CHECK-SAME: %[[date:.*]]: !fir.boxchar<1>{{.*}})
24 subroutine date_and_time_test2(date) argument
25 character(*) :: date local
26 ! CHECK: %[[dateUnbox:.*]]:2 = fir.unboxchar %[[date]] : (!fir.boxchar<1>) -> (!fir.ref<!fir.char<1,?>>, index)
35 call date_and_time(date)
43 date_and_time_dynamic_optional(date, time, zone, values) global() argument
47 character(*) :: date global() local
[all...]
/llvm-project/libcxx/include/__chrono/
H A Dleap_second.h46 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr sys_seconds date() const noexcept { return __date_; } in date() function
64 return __x.date() == __y.date();
68 return __x.date() <=> __y.date();
73 return __x.date() == __y;
78 return __x.date() < __y;
83 return __x < __y.date();
119 return __x.date() <=> __y;
/llvm-project/libcxx/test/std/time/time.zone/time.zone.leap/
H A Dassign.copy.pass.cpp39 assert(a.date() != b.date()); in test()
46 assert(a.date() == b.date()); in test()
55 assert(a.date() == b.date()); in test()
H A Dcons.copy.pass.cpp38 // operator== only compares the date member. in test()
39 assert(a.date() == b.date()); in test()
50 // operator== only compares the date member. in test()
51 assert(a.date() == b.date()); in test()
/llvm-project/libcxx/test/std/time/time.zone/time.zone.leap/members/
H A Ddate.pass.cpp19 // constexpr sys_seconds date() const noexcept;
30 std::same_as<std::chrono::sys_seconds> auto date = leap_second.date(); in test()
31 assert(date == expected); in test()
32 static_assert(noexcept(leap_second.date())); in test()
49 test(tzdb.leap_seconds[0], tzdb.leap_seconds[0].date()); in main()
29 std::same_as<std::chrono::sys_seconds> auto date = leap_second.date(); test() local
/llvm-project/libcxx/test/libcxx/time/time.zone/time.zone.db/
H A Dleap_seconds.pass.cpp98 assert(result.leap_seconds[0].date() == sys_seconds{sys_days{1900y / January / 2}}); in test_leap_seconds()
101 assert(result.leap_seconds[1].date() == sys_seconds{sys_days{1972y / January / 1}}); in test_leap_seconds()
104 assert(result.leap_seconds[2].date() == sys_seconds{sys_days{1972y / July / 1}}); in test_leap_seconds()
107 assert(result.leap_seconds[3].date() == sys_seconds{sys_days{1973y / January / 1}}); in test_leap_seconds()
110 assert(result.leap_seconds[4].date() == sys_seconds{sys_days{1973y / January / 2}}); in test_leap_seconds()
113 assert(result.leap_seconds[5].date() == in test_leap_seconds()
/llvm-project/lldb/test/API/lang/objc/radar-9691614/
H A Dmain.m6 NSDate *date; field
20 date = [NSDate date];
33 [date release];
40 return [str stringByAppendingFormat:@" with timestamp: %@", date];
/llvm-project/lldb/test/API/lang/objc/sample/
H A Dmain.m11 @property (readonly,getter=getTheDate) NSDate *date; property
19 @synthesize date = _date;
26 _date = [NSDate date];
63 myStr.date, @"date",
/llvm-project/lldb/test/API/lang/objcxx/sample/
H A Dmain.mm11 @property (readonly,getter=getTheDate) NSDate *date; property
19 @synthesize date = _date;
26 _date = [NSDate date];
63 myStr.date, @"date",
/llvm-project/clang/test/Rewriter/
H A Drewrite-modern-container-literal.mm43 + (id)date; class
47 NSArray *array = @[ @"Hello", NSUserName(), [NSDate date], [NSNumber numberWithInt:42]];
49 NSDictionary *dictionary = @{ @"name" : NSUserName(), @"date" : [NSDate date], @"process" : @"proce…
51 NSDictionary *dict = @{ @"name":@666, @"man":@__objc_yes, @"date":@1.3 };
/llvm-project/flang/runtime/
H A Dtime-intrinsic.cpp217 // Default implementation when date and time information is not available (set in DateAndTimeUnavailable()
220 char *date, std::size_t dateChars, char *time, std::size_t timeChars, in DateAndTimeUnavailable()
223 if (date) { in DateAndTimeUnavailable()
224 std::memset(date, static_cast<int>(' '), dateChars); in DateAndTimeUnavailable()
348 static void GetDateAndTime(Fortran::runtime::Terminator &terminator, char *date,
355 terminator, date, dateChars, time, timeChars, zone, zoneChars, values); in GetDateAndTime()
373 if (date) { in RTNAME()
375 copyBufferAndPad(date, dateChars, len);
419 static void GetDateAndTime(Fortran::runtime::Terminator &terminator, char *date, in RTNAME()
423 // So far, implement as if the date an in RTNAME()
218 DateAndTimeUnavailable(Fortran::runtime::Terminator & terminator,char * date,std::size_t dateChars,char * time,std::size_t timeChars,char * zone,std::size_t zoneChars,const Fortran::runtime::Descriptor * values) DateAndTimeUnavailable() argument
280 GetDateAndTime(Fortran::runtime::Terminator & terminator,char * date,std::size_t dateChars,char * time,std::size_t timeChars,char * zone,std::size_t zoneChars,const Fortran::runtime::Descriptor * values) GetDateAndTime() argument
351 GetDateAndTime(Fortran::runtime::Terminator & terminator,char * date,std::size_t dateChars,char * time,std::size_t timeChars,char * zone,std::size_t zoneChars,const Fortran::runtime::Descriptor * values) GetDateAndTime() argument
[all...]
/llvm-project/flang/unittests/Runtime/
H A DTime.cpp92 std::string date(bufferSize, 'Z'), time(bufferSize, 'Z'), in TEST()
95 (date.data(), date.size(), time.data(), time.size(), zone.data(), zone.size(), in TEST()
101 // Validate date is blank or YYYYMMDD. in TEST()
102 if (isBlank(date)) { in TEST()
107 number = std::stol(date); in TEST()
93 std::string date(bufferSize, 'Z'), time(bufferSize, 'Z'), TEST() local
/llvm-project/libc/docs/
H A Ddate_and_time.rst
H A Dconf.py14 from datetime import date
44 copyright = "2011-%d, LLVM Project" % date.today().year
/llvm-project/lldb/test/API/lang/objc/foundation/
H A Dmain.m7 NSDate *date; field
26 date = [NSDate date];
34 [date release];
49 return [str stringByAppendingFormat:@" with timestamp: %@", date];
/llvm-project/clang/test/Analysis/
H A Dretain-release-region-store.m111 CFDateRef date = CFDateCreate(0, t);
112 [((NSDate*) date) retain];
113 CFRelease(date);
114 CFDateGetAbsoluteTime(date); // no-warning
115 x.f = (NSDate*) date;
116 [((NSDate*) date) release];
118 t = CFDateGetAbsoluteTime(date); // no-warning
133 CFDateRef date = CFDateCreate(0, t); // no-warning
134 myObj = (id) date;
/llvm-project/lldb/test/API/commands/command/source/
H A Dmy.py1 def date(): function
4 today = datetime.date.today()
/llvm-project/polly/www/
H A Dmenu.html.incl81 var date = it.pubDate.substr(5, 11);
84 str = str + "<span class=\"rss-date\">(" + date + ")</span>";
99 var date = it.pubDate.substr(5, 11);
102 str = str + "<span class=\"rss-date\">(" + date + ")</span>";
/llvm-project/clang/test/SemaObjC/
H A Dobjc-literal-nsnumber.m79 + (NSDate *) date; class
103 @"date" : [NSDate date],
110 @"date" : [NSDate date] };
/llvm-project/clang/docs/analyzer/
H A Dconf.py15 from datetime import date
45 copyright = "2013-%d, Analyzer Team" % date.today().year
/llvm-project/libcxx/test/support/
H A Dtest_chrono_leap_second.h38 test_leap_second_create(const std::chrono::sys_seconds& date, const std::chrono::seconds& value) { in test_leap_second_create() argument
39 return std::chrono::leap_second{std::__private_constructor_tag{}, date, value}; in test_leap_second_create()
/llvm-project/openmp/docs/
H A Dconf.py15 from datetime import date
45 copyright = "2013-%d, LLVM/OpenMP" % date.today().year
/llvm-project/clang-tools-extra/docs/
H A Dconf.py15 from datetime import date
45 copyright = "2007-%d, The Clang Team" % date.today().year
/llvm-project/libunwind/docs/
H A Dconf.py14 from datetime import date
44 copyright = "2011-%d, LLVM Project" % date.today().year

123456789