Home
last modified time | relevance | path

Searched defs:new_time (Results 1 – 3 of 3) sorted by relevance

/llvm-project/third-party/benchmark/src/
H A Dreporter.cc107 double new_time = real_accumulated_time * GetTimeUnitMultiplier(time_unit); in GetAdjustedRealTime() local
113 double new_time = cpu_accumulated_time * GetTimeUnitMultiplier(time_unit); in GetAdjustedCPUTime() local
/llvm-project/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.last_write_time/
H A Dlast_write_time.pass.cpp492 file_time_type new_time; in set_last_write_time_dynamic_env_test() member
542 const file_time_type new_time = Clock::now() + Hours(3); in last_write_time_symlink_test() local
571 file_time_type new_time = file_time_type::min(); test_write_min_time() local
605 file_time_type new_time = file_time_type::max(); test_write_max_time() local
[all...]
/llvm-project/libcxx/src/filesystem/
H A Doperations.cpp575 __last_write_time(const path & p,file_time_type new_time,error_code * ec) __last_write_time() argument