/llvm-project/flang/test/Lower/Intrinsics/ |
H A D | date_and_time.f90 | 5 subroutine date_and_time_test(date, time, zone, values) argument 6 character(*) :: date, time, zone local 24 subroutine date_and_time_test2(date) argument 25 character(*) :: date local 43 date_and_time_dynamic_optional(date, time, zone, values) global() argument 47 character(*) :: date global() local [all...] |
/llvm-project/lldb/test/API/commands/command/source/ |
H A D | my.py | 1 def date(): function
|
/llvm-project/clang/test/Preprocessor/ |
H A D | SOURCE_DATE_EPOCH.c | 30 const char date[] = __DATE__; variable
|
/llvm-project/libcxx/test/support/ |
H A D | test_chrono_leap_second.h | 38 test_leap_second_create(const std::chrono::sys_seconds& date, const std::chrono::seconds& value) { in test_leap_second_create()
|
/llvm-project/libcxx/include/__chrono/ |
H A D | leap_second.h | 46 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr sys_seconds date() const noexcept { return __date_; } in date() function
|
/llvm-project/libcxx/test/std/time/time.zone/time.zone.leap/members/ |
H A D | date.pass.cpp | 29 std::same_as<std::chrono::sys_seconds> auto date = leap_second.date(); test() local
|
/llvm-project/third-party/benchmark/tools/gbench/Inputs/ |
H A D | test5_run0.json | 3 "date": "2016-08-02 17:44:46", string
|
H A D | test5_run1.json | 3 "date": "2016-08-02 17:44:46", string
|
H A D | test4_run1.json | 3 "date": "2016-08-02 17:44:46", string
|
H A D | test4_run0.json | 3 "date": "2016-08-02 17:44:46", string
|
H A D | test3_run1.json | 3 "date": "2016-08-02 17:44:46", string
|
H A D | test3_run0.json | 3 "date": "2016-08-02 17:44:46", string
|
H A D | test2_run.json | 3 "date": "2016-08-02 17:44:46", string
|
H A D | test1_run2.json | 3 "date": "2016-08-02 17:44:46", string
|
H A D | test1_run1.json | 3 "date": "2016-08-02 17:44:46", string
|
/llvm-project/lldb/test/API/lang/objc/sample/ |
H A D | main.m | 11 @property (readonly,getter=getTheDate) NSDate *date; property
|
/llvm-project/lldb/test/API/lang/objcxx/sample/ |
H A D | main.mm | 11 @property (readonly,getter=getTheDate) NSDate *date; property
|
/llvm-project/lldb/test/API/lang/objc/radar-9691614/ |
H A D | main.m | 6 NSDate *date; field
|
/llvm-project/lldb/test/API/lang/objc/foundation/ |
H A D | main.m | 7 NSDate *date; field
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/google/ |
H A D | objc-avoid-nsobject-new.m | 14 + (instancetype)date; class
|
/llvm-project/flang/runtime/ |
H A D | time-intrinsic.cpp | 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 D | Time.cpp | 93 std::string date(bufferSize, 'Z'), time(bufferSize, 'Z'), TEST() local
|
/llvm-project/clang/test/Rewriter/ |
H A D | rewrite-modern-container-literal.mm | 43 + (id)date; class
|
/llvm-project/clang/test/CodeGenObjC/ |
H A D | objc-literal-tests.m | 44 + (NSDate *) date; class
|
/llvm-project/clang/test/SemaObjC/ |
H A D | objc-literal-nsnumber.m | 79 + (NSDate *) date; class
|