Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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 subroutine date_and_time_dynamic_optional(date, time, zone, values) argument
47 character(*) :: date local
/llvm-project-15.0.7/lldb/test/API/commands/command/source/
H A Dmy.py4 def date(): function
/llvm-project-15.0.7/lldb/test/API/lang/objc/radar-9691614/
H A Dmain.m6 NSDate *date; field
/llvm-project-15.0.7/lldb/test/API/lang/objc/sample/
H A Dmain.m11 @property (readonly,getter=getTheDate) NSDate *date; property
/llvm-project-15.0.7/lldb/test/API/lang/objcxx/sample/
H A Dmain.mm11 @property (readonly,getter=getTheDate) NSDate *date; property
/llvm-project-15.0.7/third-party/benchmark/tools/gbench/Inputs/
H A Dtest4_run0.json3 "date": "2016-08-02 17:44:46", string
H A Dtest4_run1.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_run1.json3 "date": "2016-08-02 17:44:46", string
H A Dtest1_run2.json3 "date": "2016-08-02 17:44:46", string
/llvm-project-15.0.7/lldb/test/API/lang/objc/foundation/
H A Dmain.m7 NSDate *date; field
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/google/
H A Dobjc-avoid-nsobject-new.m14 + (instancetype)date; class
/llvm-project-15.0.7/flang/runtime/
H A Dtime-intrinsic.cpp198 char *date, std::size_t dateChars, char *time, std::size_t timeChars, in DateAndTimeUnavailable()
260 static void GetDateAndTime(Fortran::runtime::Terminator &terminator, char *date, in GetDateAndTime()
331 static void GetDateAndTime(Fortran::runtime::Terminator &terminator, char *date, in GetDateAndTime()
/llvm-project-15.0.7/flang/unittests/Runtime/
H A DTime.cpp91 std::string date(bufferSize, 'Z'), time(bufferSize, 'Z'), in TEST() local
/llvm-project-15.0.7/clang/test/Rewriter/
H A Drewrite-modern-container-literal.mm44 + (id)date; class
/llvm-project-15.0.7/clang/test/SemaObjC/
H A Dobjc-literal-nsnumber.m81 + (NSDate *) date; class
/llvm-project-15.0.7/clang/test/CodeGenObjC/
H A Dobjc-literal-tests.m45 + (NSDate *) date; class
/llvm-project-15.0.7/flang/lib/Lower/
H A DRuntime.cpp200 llvm::Optional<fir::CharBoxValue> date, in genDateAndTime()
/llvm-project-15.0.7/openmp/runtime/src/
H A Dkmp_stats.cpp525 char date[26]; in generateFilename() local