Lines Matching full:vptr
3943 // Test for race inside DTOR: racey write to vptr. Benign.
3944 // This test shows a racey access to vptr (the pointer to vtbl).
3952 // a->vptr is written to.
3953 // So, we have a race on a->vptr.
4030 // Race on vptr. Will run A::F() or B::F() depending on the timing.
4081 ANNOTATE_EXPECT_RACE(a, "HarmfulRaceInDtor #1: expected race on a->vptr");
4093 ANNOTATE_EXPECT_RACE(a, "HarmfulRaceInDtor #2: expected race on a->vptr");