HomeSort by: relevance | last modified time | path
    Searched defs:__file_clock (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
chrono.h 54 namespace filesystem { struct __file_clock; };
1299 using file_clock = ::std::filesystem::__file_clock;
1441 struct __file_clock struct in namespace:filesystem
1446 using time_point = chrono::time_point<__file_clock>;
1480 chrono::time_point<__file_clock, common_type_t<_Dur, chrono::seconds>>
1484 using __file_time = chrono::time_point<__file_clock, _CDur>;
1492 _S_to_sys(const chrono::time_point<__file_clock, _Dur>& __t) noexcept
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
chrono.h 52 namespace filesystem { struct __file_clock; };
1280 using file_clock = ::std::filesystem::__file_clock;
1424 struct __file_clock struct in namespace:filesystem
1429 using time_point = chrono::time_point<__file_clock>;
1463 chrono::time_point<__file_clock, _Dur>
1466 using __file_time = chrono::time_point<__file_clock, _Dur>;
1474 _S_to_sys(const chrono::time_point<__file_clock, _Dur>& __t) noexcept

Completed in 23 milliseconds