HomeSort by relevance Sort by last modified time
    Searched refs:SecondsType (Results 1 - 6 of 6) sorted by null

  /external/llvm/lib/Support/
TimeValue.cpp 21 const TimeValue::SecondsType
23 const TimeValue::SecondsType
CachePruning.cpp 71 auto TimeInterval = sys::TimeValue(sys::TimeValue::SecondsType(Interval));
105 auto TimeExpiration = sys::TimeValue(sys::TimeValue::SecondsType(Expiration));
  /external/llvm/include/llvm/Support/
TimeValue.h 78 typedef int64_t SecondsType; ///< Type used for representing seconds.
100 explicit TimeValue (SecondsType seconds, NanoSecondsType nanos = 0)
108 SecondsType integer_part = static_cast<SecondsType>( new_time );
207 SecondsType seconds() const { return seconds_; }
285 void seconds (SecondsType sec ) {
334 void fromEpochTime( SecondsType seconds ) {
362 SecondsType seconds_;///< Stores the seconds part of the TimeVal
365 static const SecondsType PosixZeroTimeSeconds;
366 static const SecondsType Win32ZeroTimeSeconds
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
TimeValue.h 78 typedef int64_t SecondsType; ///< Type used for representing seconds.
100 explicit TimeValue (SecondsType seconds, NanoSecondsType nanos = 0)
108 SecondsType integer_part = static_cast<SecondsType>( new_time );
207 SecondsType seconds() const { return seconds_; }
285 void seconds (SecondsType sec ) {
334 void fromEpochTime( SecondsType seconds ) {
362 SecondsType seconds_;///< Stores the seconds part of the TimeVal
365 static const SecondsType PosixZeroTimeSeconds;
366 static const SecondsType Win32ZeroTimeSeconds
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
TimeValue.h 68 typedef int64_t SecondsType; ///< Type used for representing seconds.
88 explicit TimeValue (SecondsType seconds, NanoSecondsType nanos = 0)
96 SecondsType integer_part = static_cast<SecondsType>( new_time );
198 SecondsType seconds() const { return seconds_; }
284 void seconds (SecondsType sec ) {
333 void fromEpochTime( SecondsType seconds ) {
361 SecondsType seconds_;///< Stores the seconds part of the TimeVal
  /external/llvm/tools/dsymutil/
DebugMap.cpp 135 sys::TimeValue::SecondsType Timestamp;

Completed in 116 milliseconds