HomeSort by relevance Sort by last modified time
    Searched defs:IsRead (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/ui/message_center/
notification.cc 106 bool Notification::IsRead() const {
  /external/llvm/utils/TableGen/
CodeGenSchedule.h 50 bool IsRead;
59 : Index(0), TheDef(nullptr), IsRead(false), IsAlias(false),
64 IsRead = Def->isSubClassOf("SchedRead");
77 : Index(Idx), Name(Name), TheDef(nullptr), IsRead(Read), IsAlias(false),
321 const CodeGenSchedRW &getSchedRW(unsigned Idx, bool IsRead) const {
322 return IsRead ? getSchedRead(Idx) : getSchedWrite(Idx);
325 bool IsRead = Def->isSubClassOf("SchedRead");
326 unsigned Idx = getSchedRWIdx(Def, IsRead);
328 IsRead ? getSchedRead(Idx) : getSchedWrite(Idx));
334 unsigned getSchedRWIdx(Record *Def, bool IsRead, unsigned After = 0) const
    [all...]
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl.h 243 bool ALWAYS_INLINE IsWrite() const { return !IsRead(); }
244 bool ALWAYS_INLINE IsRead() const { return x_ & kReadBit; }

Completed in 67 milliseconds