Home
last modified time | relevance | path

Searched defs:date (Results 1 – 25 of 27) sorted by relevance

12

/llvm-project/flang/test/Lower/Intrinsics/
H A Ddate_and_time.f905 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 Dmy.py1 def date(): function
/llvm-project/clang/test/Preprocessor/
H A DSOURCE_DATE_EPOCH.c30 const char date[] = __DATE__; variable
/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()
/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
/llvm-project/libcxx/test/std/time/time.zone/time.zone.leap/members/
H A Ddate.pass.cpp29 std::same_as<std::chrono::sys_seconds> auto date = leap_second.date(); test() local
/llvm-project/third-party/benchmark/tools/gbench/Inputs/
H A Dtest5_run0.json3 "date": "2016-08-02 17:44:46", string
H A Dtest5_run1.json3 "date": "2016-08-02 17:44:46", string
H A Dtest4_run1.json3 "date": "2016-08-02 17:44:46", string
H A Dtest4_run0.json3 "date": "2016-08-02 17:44:46", string
H A Dtest3_run1.json3 "date": "2016-08-02 17:44:46", string
H A Dtest3_run0.json3 "date": "2016-08-02 17:44:46", string
H A Dtest2_run.json3 "date": "2016-08-02 17:44:46", string
H A Dtest1_run2.json3 "date": "2016-08-02 17:44:46", string
H A Dtest1_run1.json3 "date": "2016-08-02 17:44:46", string
/llvm-project/lldb/test/API/lang/objc/sample/
H A Dmain.m11 @property (readonly,getter=getTheDate) NSDate *date; property
/llvm-project/lldb/test/API/lang/objcxx/sample/
H A Dmain.mm11 @property (readonly,getter=getTheDate) NSDate *date; property
/llvm-project/lldb/test/API/lang/objc/radar-9691614/
H A Dmain.m6 NSDate *date; field
/llvm-project/lldb/test/API/lang/objc/foundation/
H A Dmain.m7 NSDate *date; field
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/google/
H A Dobjc-avoid-nsobject-new.m14 + (instancetype)date; class
/llvm-project/flang/runtime/
H A Dtime-intrinsic.cpp218 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.cpp93 std::string date(bufferSize, 'Z'), time(bufferSize, 'Z'), TEST() local
/llvm-project/clang/test/Rewriter/
H A Drewrite-modern-container-literal.mm43 + (id)date; class
/llvm-project/clang/test/CodeGenObjC/
H A Dobjc-literal-tests.m44 + (NSDate *) date; class
/llvm-project/clang/test/SemaObjC/
H A Dobjc-literal-nsnumber.m79 + (NSDate *) date; class

12