Home | History | Annotate | Download | only in memcheck

Lines Matching refs:errorA

3570                /*OUT*/Bool* errorA,    /* is there an addressability err? */
3581 tl_assert(!(*errorV || *errorA));
3605 *errorA = True;
5268 Bool errorA = False;
5272 &errorV, &bad_addrV, &otagV, &errorA, &bad_addrA
5278 if (errorA) {
5284 if (errorV && !errorA) {
5287 if (!errorV && errorA) {
5290 if (errorV && errorA) {