Lines Matching full:vptr
4137 // test86: Test for race inside DTOR: racey write to vptr. Benign. {{{1
4139 // This test shows a racey access to vptr (the pointer to vtbl).
4147 // a->vptr is written to.
4148 // So, we have a race on a->vptr.
4194 ANNOTATE_EXPECT_RACE(a, "test86: expected race on a->vptr");
4227 // test87: Test for race inside DTOR: racey write to vptr. Harmful.{{{1
4234 // It first calls C::~C, then B::~B where it rewrites the vptr to point