Home | History | Annotate | Download | only in memcheck

Lines Matching refs:shadowB

143    When .kind is Orig, .shadowV and .shadowB may give the identities
145 and origin (shadowB) values, or these may be IRTemp_INVALID if code
149 and so .shadowV and .shadowB must be IRTemp_INVALID, since it is
160 IRTemp shadowB;
245 ent.shadowB = IRTemp_INVALID;
5353 ent.shadowB = IRTemp_INVALID;
5748 if (ent->shadowB == IRTemp_INVALID) {
5755 tl_assert(ent->shadowB == IRTemp_INVALID);
5756 ent->shadowB = tmpB;
5758 return ent->shadowB;