Home | History | Annotate | Download | only in memcheck

Lines Matching full:errora

3634                /*OUT*/Bool* errorA,    /* is there an addressability err? */
3645 tl_assert(!(*errorV || *errorA));
3669 *errorA = True;
5393 Bool errorA = False;
5397 &errorV, &bad_addrV, &otagV, &errorA, &bad_addrA
5403 if (errorA) {
5409 if (errorV && !errorA) {
5412 if (!errorV && errorA) {
5415 if (errorV && errorA) {