Home | History | Annotate | Download | only in memcheck

Lines Matching defs:isWrite

189          Bool     isWrite;    // read or write?
633 extra->Err.Addr.isWrite ? "Write" : "Read" );
635 extra->Err.Addr.isWrite ? "write" : "read",
643 extra->Err.Addr.isWrite ? "write" : "read",
855 Bool isWrite )
863 if (VG_(is_watched)( (isWrite ? write_watchpoint : read_watchpoint), a, szB))
873 extra.Err.Addr.isWrite = isWrite;