Home | History | Annotate | Download | only in memcheck

Lines Matching refs:Unreached

196 // - We then push each unreached block onto the mark stack, using the block
428 SizeT indirect_szB : (sizeof(SizeT)*8)-3; // If Unreached, how many bytes
621 // - Unreached --> Possible
622 // - Unreached --> Reachable
634 } else if (ex->state == Unreached) {
666 // If it's not Unreached, it's already been handled so ignore it.
669 if (ex->state == Unreached && ch_no != clique) {
961 Unreached == lr->key.state ||
971 ( Unreached == lr->key.state ||
984 } else if (Unreached == lr->key.state) {
1179 lc_extras[i].state = Unreached;
1259 // which are indirectly leaked. For each Unreached block, push it onto
1260 // the mark stack, and find all the as-yet-Unreached blocks reachable
1275 if (ex->state == Unreached) {
1279 // Push this Unreached block onto the stack and process it.
1284 tl_assert(ex->state == Unreached);