Home | History | Annotate | Download | only in memcheck

Lines Matching defs:isWrite

188          Bool     isWrite;    // read or write?
721 extra->Err.Addr.isWrite ? "Write" : "Read" );
723 extra->Err.Addr.isWrite ? "write" : "read",
731 extra->Err.Addr.isWrite ? "write" : "read",
842 Bool isWrite )
850 if (VG_(is_watched)( (isWrite ? write_watchpoint : read_watchpoint), a, szB))
860 extra.Err.Addr.isWrite = isWrite;