Home | History | Annotate | Download | only in memcheck

Lines Matching defs:okind

1546                                           ThreadId tid, UInt okind )
1552 tl_assert(okind <= 3);
1557 MC_(make_mem_undefined_w_otag) ( a, len, ecu | okind );
5162 UInt okind;
5193 okind = otag & 3;
5194 switch (okind) {