Searched refs:MaxTime (Results 1 - 4 of 4) sorted by relevance

/external/clang/utils/analyzer/
H A DSumTimerInfo.py24 MaxTime = 0.0 variable
42 if (float(s[6]) > MaxTime) :
43 MaxTime = float(s[6]) variable
81 print "MaxTime %f" % (MaxTime)
/external/llvm/unittests/Support/
H A DProcessTest.cpp35 EXPECT_GT(TimeValue::MaxTime, process::get_self()->get_user_time());
37 EXPECT_GT(TimeValue::MaxTime, process::get_self()->get_system_time());
39 EXPECT_GT(TimeValue::MaxTime, process::get_self()->get_wall_time());
/external/llvm/lib/Support/
H A DTimeValue.cpp26 const TimeValue TimeValue::MaxTime = TimeValue ( INT64_MAX,0 ); member in class:llvm::TimeValue
/external/llvm/include/llvm/Support/
H A DTimeValue.h44 /// value permissible by the class. MaxTime is some point
47 static const TimeValue MaxTime; member in class:llvm::sys::TimeValue

Completed in 649 milliseconds