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

  /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/
compatibility-chrono.cc 38 #define steady_clock steady_clockXX macro
41 #undef steady_clock macro
  /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/
compatibility-chrono.cc 38 #define steady_clock steady_clockXX macro
41 #undef steady_clock macro
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
chrono.h 1211 // defintions of system_clock, steady_clock, and
1265 struct steady_clock struct in namespace:chrono
1270 typedef chrono::time_point<steady_clock, duration> time_point;
1305 template<> struct is_clock<steady_clock> : true_type { };
1309 template<> inline constexpr bool is_clock_v<steady_clock> = true;
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
chrono.h 1190 // defintions of system_clock, steady_clock, and
1246 struct steady_clock struct in namespace:chrono
1251 typedef chrono::time_point<steady_clock, duration> time_point;
1286 template<> struct is_clock<steady_clock> : true_type { };
1290 template<> inline constexpr bool is_clock_v<steady_clock> = true;

Completed in 28 milliseconds