| /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/ |
| compatibility-chrono.cc | 37 #define system_clock system_clockXX macro 40 #undef system_clock macro 50 struct system_clock struct in namespace:chrono 60 typedef chrono::time_point<system_clock, duration> time_point; 62 static_assert(system_clock::duration::min() 63 < system_clock::duration::zero(), 72 constexpr bool system_clock::is_steady; 74 system_clock::time_point 75 system_clock::now() noexcept 85 // This is the conversion done by system_clock::from_time_t(__sec [all...] |
| compatibility-c++0x.cc | 132 struct system_clock struct in namespace:chrono 136 constexpr bool system_clock::is_monotonic;
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/ |
| compatibility-chrono.cc | 37 #define system_clock system_clockXX macro 40 #undef system_clock macro 50 struct system_clock struct in namespace:chrono 60 typedef chrono::time_point<system_clock, duration> time_point; 62 static_assert(system_clock::duration::min() 63 < system_clock::duration::zero(), 72 constexpr bool system_clock::is_steady; 74 system_clock::time_point 75 system_clock::now() noexcept 85 // This is the conversion done by system_clock::from_time_t(__sec [all...] |
| compatibility-c++0x.cc | 132 struct system_clock struct in namespace:chrono 136 constexpr bool system_clock::is_monotonic;
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
| chrono.h | 1202 // Why have std::system_clock always count in the highest 1205 // implementations to change the system_clock::now() 1211 // defintions of system_clock, steady_clock, and 1225 struct system_clock struct in namespace:chrono 1230 typedef chrono::time_point<system_clock, duration> time_point; 1232 static_assert(system_clock::duration::min() 1233 < system_clock::duration::zero(), 1252 typedef chrono::time_point<system_clock, seconds> __from; 1253 return time_point_cast<system_clock::duration> 1283 * std::system_clock until higher-than-nanosecond definition [all...] |
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/ |
| chrono.h | 1181 // Why have std::system_clock always count in the highest 1184 // implementations to change the system_clock::now() 1190 // defintions of system_clock, steady_clock, and 1204 struct system_clock struct in namespace:chrono 1209 typedef chrono::time_point<system_clock, duration> time_point; 1211 static_assert(system_clock::duration::min() 1212 < system_clock::duration::zero(), 1233 typedef chrono::time_point<system_clock, seconds> __from; 1234 return time_point_cast<system_clock::duration> 1264 * std::system_clock until higher-than-nanosecond definition [all...] |