Home | History | Annotate | Download | only in memcheck

Lines Matching refs:isWrite

116          Bool     isWrite;    // read or write?
596 extra->Err.Addr.isWrite ? "Write" : "Read" );
598 extra->Err.Addr.isWrite ? "write" : "read",
606 extra->Err.Addr.isWrite ? "write" : "read",
738 Bool isWrite )
746 if (VG_(is_watched)( (isWrite ? write_watchpoint : read_watchpoint), a, szB))
756 extra.Err.Addr.isWrite = isWrite;