Home
last modified time | relevance | path

Searched refs:SecondsType (Results 1 – 5 of 5) sorted by relevance

/external/llvm/include/llvm/Support/
DTimeValue.h78 typedef int64_t SecondsType; ///< Type used for representing seconds. typedef
100 explicit TimeValue (SecondsType seconds, NanoSecondsType nanos = 0)
108 SecondsType integer_part = static_cast<SecondsType>( new_time ); in TimeValue()
207 SecondsType seconds() const { return seconds_; } in seconds()
285 void seconds (SecondsType sec ) { in seconds()
334 void fromEpochTime( SecondsType seconds ) { in fromEpochTime()
362 SecondsType seconds_;///< Stores the seconds part of the TimeVal
365 static const SecondsType PosixZeroTimeSeconds;
366 static const SecondsType Win32ZeroTimeSeconds;
/external/llvm/lib/Support/
DTimeValue.cpp20 const TimeValue::SecondsType
22 const TimeValue::SecondsType
/external/llvm/lib/Support/Unix/
DTimeValue.inc48 static_cast<TimeValue::SecondsType>( the_time.tv_sec +
DProcess.inc69 static_cast<TimeValue::SecondsType>(RU.ru_utime.tv_sec),
73 static_cast<TimeValue::SecondsType>(RU.ru_stime.tv_sec),
/external/llvm/lib/Support/Windows/
DProcess.inc59 static_cast<TimeValue::SecondsType>(TimeInteger.QuadPart / 10000000),