reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/include/lldb/Utility/Predicate.h
   56   Predicate(T initial_value)
   71   T GetValue() const {
   73     T value = m_value;
   90   void SetValue(T value, PredicateBroadcastType broadcast_type) {
   96     const T old_value = m_value;
  122   llvm::Optional<T> WaitFor(C Cond, const Timeout<std::micro> &timeout) {
  155   bool WaitForValueEqualTo(T value,
  182   llvm::Optional<T>
  183   WaitForValueNotEqualTo(T value,
  191   T m_value; ///< The templatized value T that we are protecting access to
  211   void Broadcast(T old_value, PredicateBroadcastType broadcast_type) {