Home
last modified time | relevance | path

Searched defs:time (Results 1 – 25 of 39) sorted by relevance

12

/llvm-project/flang/test/Semantics/
H A Detime.f904 subroutine bad_kind_error(values, time) argument
6 REAL(KIND=8) :: time local
19 REAL(KIND=4) :: time local
26 subroutine good_kind_equal(values, time) argument
28 REAL(KIND=4) :: time local
/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
43 subroutine date_and_time_dynamic_optional(date, time, zone, values) argument
48 character(:), pointer :: time local
H A Detime-function.f906 subroutine etime_test(values, time) argument
8 REAL(4) :: time local
H A Detime.f906 subroutine etime_test(values, time) argument
8 REAL(4) :: time local
/llvm-project/libcxx/test/std/time/time.zone/time.zone.timezone/time.zone.members/
H A Dto_sys_choose.pass.cpp90 std::chrono::local_time<std::chrono::seconds> time{ in test_nonexistent() local
122 std::chrono::local_time<std::chrono::seconds> time{ in test_ambiguous() local
H A Dto_sys.pass.cpp82 std::chrono::local_time<std::chrono::seconds> time{ in test_nonexistent() local
166 std::chrono::local_time<std::chrono::seconds> time{ in test_ambiguous() local
[all...]
/llvm-project/libcxx/test/libcxx/time/
H A Dconvert_to_tm.pass.cpp40 std::chrono::hh_mm_ss time{std::chrono::hours{32767}}; main() local
49 std::chrono::hh_mm_ss time{std::chrono::hours{32768}}; main() local
/llvm-project/clang/test/Preprocessor/
H A DSOURCE_DATE_EPOCH.c31 const char time[] = __TIME__; variable
/llvm-project/clang/test/CoverageMapping/
H A Dopenmp.c8 int foo(int time, int n) { in foo()
/llvm-project/clang/utils/analyzer/
H A DSumTimerInfo.py17 time = 0.0 variable
33 time = time + float(s[6]) variable
/llvm-project/mlir/lib/Support/
H A DTiming.cpp133 void printTime(const TimeRecord &time, const TimeRecord &total) override { in printTime()
142 void printListEntry(StringRef name, const TimeRecord &time, in printListEntry()
148 void printTreeEntry(unsigned indent, StringRef name, const TimeRecord &time, in printTreeEntry()
168 void printTime(const TimeRecord &time, const TimeRecord &total) override { in printTime()
183 void printListEntry(StringRef name, const TimeRecord &time, in printListEntry()
194 void printTreeEntry(unsigned indent, StringRef name, const TimeRecord &time, in printTreeEntry()
351 auto time = getTimeRecord(); in dump() local
/llvm-project/lld/include/lld/Common/
H A DTimer.h44 void addToTotal(std::chrono::nanoseconds time) { total += time.count(); } in addToTotal()
/llvm-project/libcxx/src/filesystem/
H A Dfilesystem_clock.cpp44 FILETIME time; now() local
/llvm-project/third-party/benchmark/src/
H A Dcomplexity.cc86 const std::vector<double>& time, in MinimalLeastSq()
128 const std::vector<double>& time, const BigO complexity) { in MinimalLeastSq()
H A Dconsole_reporter.cc108 static std::string FormatTime(double time) { in FormatTime()
H A Dbenchmark_runner.h51 double time; member
/llvm-project/lldb/source/Plugins/ObjectContainer/BSD-Archive/
H A DObjectContainerBSDArchive.cpp69 const llvm::sys::TimePoint<> &time, in Archive() argument
181 FindCachedArchive(const FileSpec & file,const ArchSpec & arch,const llvm::sys::TimePoint<> & time,lldb::offset_t file_offset) FindCachedArchive() argument
221 ParseAndCacheArchiveForFile(const FileSpec & file,const ArchSpec & arch,const llvm::sys::TimePoint<> & time,lldb::offset_t file_offset,DataExtractor & data,ArchiveType archive_type) ParseAndCacheArchiveForFile() argument
/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
281 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
352 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/clang-tools-extra/clangd/support/
H A DThreading.h53 std::chrono::steady_clock::time_point time() const { in time() function
/llvm-project/flang/unittests/Runtime/
H A DTime.cpp93 std::string date(bufferSize, 'Z'), time(bufferSize, 'Z'), TEST() local
[all...]
/llvm-project/lldb/source/Utility/
H A DTraceIntelPTGDBRemotePackets.cpp83 uint64_t time = nanos - time_zero.value; in ToTSC() local
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/hicpp/
H A Dsigned-bitwise-standard-types.h13 time = 1u << 5u, enumerator
/llvm-project/flang/lib/Optimizer/Builder/Runtime/
H A DIntrinsics.cpp69 genDateAndTime(fir::FirOpBuilder & builder,mlir::Location loc,std::optional<fir::CharBoxValue> date,std::optional<fir::CharBoxValue> time,std::optional<fir::CharBoxValue> zone,mlir::Value values) genDateAndTime() argument
110 genEtime(fir::FirOpBuilder & builder,mlir::Location loc,mlir::Value values,mlir::Value time) genEtime() argument
/llvm-project/lld/COFF/
H A DMapFile.cpp61 tm *time = localtime(&tds); in writeFormattedTimestamp() local
/llvm-project/openmp/runtime/src/
H A Dz_Windows_NT_util.cpp940 LARGE_INTEGER time; in __kmp_clear_system_time() local
1329 kmp_uint64 time; in __kmp_reap_common() local

12