Home | History | Annotate | Download | only in helgrind

Lines Matching defs:oldK

2771       UWord oldK = 0, oldV = 12345;
2783 &oldK, &oldV, (UWord)te->vts );
2786 tl_assert(oldK == (UWord)te->vts); /* else what did delFromFM find?! */
2931 UWord oldK = 0, oldV = 12345;
2933 &oldK, &oldV, (UWord)old_vts );
2936 tl_assert(oldK == (UWord)old_vts); /* else what did delFromFM find?! */