Lines Matching full:writing
431 … // expected-warning {{writing variable 'pgb_field' requires holding mutex 'sls_mu2' exclusively}} in testFoo()
433 …// expected-warning {{writing the value pointed to by 'pgb_field' requires holding mutex 'sls_mu' … in testFoo()
437 …// expected-warning {{writing the value pointed to by 'pgb_field' requires holding mutex 'sls_mu' … in testFoo()
447 … // expected-warning {{writing variable 'gb_field' requires holding mutex 'sls_mu' exclusively}} in testFoo()
480 // expected-warning{{writing variable 'sls_guard_var' requires holding any mutex exclusively}} in gb_bad_0()
490 …// expected-warning {{writing variable 'sls_guardby_var' requires holding mutex 'sls_mu' exclusive… in gb_bad_2()
500 …// expected-warning {{writing the value pointed to by 'pgb_gvar' requires holding any mutex exclus… in gb_bad_4()
510 …// expected-warning {{writing the value pointed to by 'pgb_var' requires holding mutex 'sls_mu' ex… in gb_bad_6()
521 // expected-warning {{writing variable 'gb_field' requires holding mutex 'sls_mu'}} in gb_bad_8()
526 // expected-warning{{writing variable 'sls_guard_var' requires holding any mutex exclusively}} in gb_bad_9()
528 // expected-warning{{writing variable 'sls_guard_var' requires holding any mutex exclusively}} in gb_bad_9()
530 // expected-warning{{writing variable 'sls_guard_var' requires holding any mutex exclusively}} in gb_bad_9()
532 // expected-warning{{writing variable 'sls_guard_var' requires holding any mutex exclusively}} in gb_bad_9()
548 // expected-warning{{writing variable 'a' requires holding mutex 'mu' exclusively}} in test()
552 // expected-warning {{writing variable 'c' requires holding mutex 'mu' exclusively}} in test()
594 // expected-warning{{writing variable 'a' requires holding mutex 'fooB.mu' exclusively}} \ in late_bad_0()
615 // expected-warning{{writing variable 'a' requires holding mutex 'BarA.Foo.mu' exclusively}} \ in late_bad_2()
624 …// expected-warning{{writing variable 'a' requires holding mutex 'BarA.FooPointer->mu' exclusively… in late_bad_3()
633 // expected-warning{{writing variable 'a' requires holding mutex 'BarA.Foo2.mu' exclusively}} \ in late_bad_4()
1303 // expected-warning {{writing variable 'a_' requires holding mutex 'b2->mu1_' exclusively}} \ in func()
1334 // expected-warning {{writing variable 'res' requires holding mutex 'mu' exclusively}} \ in func()
1337 …// expected-warning {{writing the value pointed to by 'p' requires holding mutex 'mu' exclusively}} in func()
1339 // expected-warning {{writing variable 'a_' requires holding mutex 'b1.mu1_' exclusively}} \ in func()
1369 … // expected-warning {{writing variable 'a_' requires holding mutex 'child->lock_' exclusively}} \ in Func()
1773 a = 8; // expected-warning {{writing variable 'a' requires holding mutex 'mu' exclusively}} in foo8()
1799 … a = 10; // expected-warning {{writing variable 'a' requires holding mutex 'mu' exclusively}} in foo10()
1936 // expected-warning {{writing variable 'data' requires holding mutex 'cell.mu_' exclusively}} in test()
2178 // expected-warning {{writing variable 'foo' requires holding mutex 'this' exclusively}} in test()
2243 // expected-warning {{writing variable 'a' requires holding mutex 'mu_' exclusively}} in foo()
2245 // expected-warning {{writing variable 'b' requires holding mutex 'mu_' exclusively}} in foo()
2247 // expected-warning {{writing variable 'c' requires holding mutex 'mu_' exclusively}} in foo()
2343 …// expected-warning {{writing variable 'a' requires holding mutex 'bar.getFooey().mu_' exclusively… in test2()
2349 …// expected-warning {{writing variable 'a' requires holding mutex 'bar.getFoo2(b).mu_' exclusively… in test2()
2355 …// expected-warning {{writing variable 'a' requires holding mutex 'bar.getFoo3(a, c).mu_' exclusiv… in test2()
2361 …// expected-warning {{writing variable 'a' requires holding mutex 'getBarFoo(bar, b).mu_' exclusiv… in test2()
2367 …// expected-warning {{writing variable 'a' requires holding mutex '((0 < a) ? fooArray[b] : fooArr… in test2()
2416 …f1->a = 0; // expected-warning {{writing variable 'a' requires holding mutex 'f1->mu_' exclu… in test1()
2458 …b1->b = 0; // expected-warning {{writing variable 'b' requires holding mutex 'b1->mu_' exclu… in test2()
2536 a = 1; // expected-warning {{writing variable 'a' requires holding mutex 'mu_' exclusively}} in test3()
2746 a = 0; // expected-warning {{writing variable 'a' requires holding mutex 'mu_' exclusively}} in test0()
2747 b = 0; // expected-warning {{writing variable 'b' requires holding mutex 'mu_' exclusively}} in test0()
2748 c = 0; // expected-warning {{writing variable 'c' requires holding mutex 'mu_' exclusively}} in test0()
2850 …foo->a = 0; // expected-warning {{writing variable 'a' requires holding mutex 'foo->mu_' e… in test0()
2851 …(*foo).b = 0; // expected-warning {{writing variable 'b' requires holding mutex 'foo->mu_' e… in test0()
2852 …foo.get()->c = 0; // expected-warning {{writing variable 'c' requires holding mutex 'foo->mu_' e… in test0()
3070 a = 0; // expected-warning {{writing variable 'a' requires holding mutex 'mu_' exclusively}} in test1()
3092 a = 0; // expected-warning {{writing variable 'a' requires holding mutex 'mu_' exclusively}} in test1()
3099 a = 0; // expected-warning {{writing variable 'a' requires holding mutex 'mu_' exclusively}} in test1()
3111 a = 0; // expected-warning {{writing variable 'a' requires holding mutex 'mu_' exclusively}} in test1()
3122 a = 0; // expected-warning {{writing variable 'a' requires holding mutex 'mu_' exclusively}} in test1()
3127 a = 0; // expected-warning {{writing variable 'a' requires holding mutex 'mu_' exclusively}} in test1()
3163 …n1.a = 0; // expected-warning {{writing variable 'a' requires holding mutex '&ExistentialPattern… in test()
3320 // expected-warning {{writing variable 'a' requires holding mutex 'mu_' exclusively}} in test2()
3797 data_.setValue(0); // FIXME -- should be writing \ in test()
3802 datap1_->setValue(0); // FIXME -- should be writing \ in test()
3807 datap2_->setValue(0); // FIXME -- should be writing \ in test()
3812 (*datap2_).setValue(0); // FIXME -- should be writing \ in test()
3833 …data_ = Data(1); // expected-warning {{writing variable 'data_' requires holding mutex 'mu_' … in test2()
3836 …*datap2_ = data_; // expected-warning {{writing the value pointed to by 'datap2_' requires hol… in test2()
3838 …data_ = *datap1_; // expected-warning {{writing variable 'data_' requires holding mutex 'mu_' … in test2()
3840 …data_ = *datap2_; // expected-warning {{writing variable 'data_' requires holding mutex 'mu_' … in test2()
3904 …foo.a = fa; // expected-warning {{writing variable 'foo' requires holding mutex 'mu_' exc… in test()
3907 …foop->a = fa; // expected-warning {{writing the value pointed to by 'foop' requires holding… in test()
3910 …(*foop).a = fa; // expected-warning {{writing the value pointed to by 'foop' requires holding… in test()
3912 … foo.c = Cell(0); // expected-warning {{writing variable 'foo' requires holding mutex 'mu_'}} \ in test()
3913 … // expected-warning {{writing variable 'c' requires holding mutex 'foo.cell_mu_' exclusively}} in test()
3917 …foop->c = Cell(0); // expected-warning {{writing the value pointed to by 'foop' requires holdi… in test()
3918 … // expected-warning {{writing variable 'c' requires holding mutex 'foop->cell_mu_' exclusively}} in test()
3922 …(*foop).c = Cell(0); // expected-warning {{writing the value pointed to by 'foop' requires hol… in test()
3923 … // expected-warning {{writing variable 'c' requires holding mutex 'foop->cell_mu_' exclusively}} in test()
4052 a = 0; // expected-warning {{writing variable 'a' requires holding mutex 'mu_' exclusively}} in test2()
4260 …*a = 0; // expected-warning {{writing the value pointed to by 'a' require… in test2()
4263 …c->a = 0; // expected-warning {{writing the value pointed to by 'c' require… in test2()
4266 …(*c).a = 0; // expected-warning {{writing the value pointed to by 'c' require… in test2()
4269 …a[0] = 57; // expected-warning {{writing the value pointed to by 'a' requi… in test2()
4271 …c[0].a = 57; // expected-warning {{writing the value pointed to by 'c' requi… in test2()
4295 …sa[0] = 57; // expected-warning {{writing variable 'sa' requires holding m… in test4()
4297 …sc[0].a = 57; // expected-warning {{writing variable 'sc' requires holding m… in test4()
4300 …*sa = 57; // expected-warning {{writing variable 'sa' requires holding m… in test4()
4302 …(*sc).a = 57; // expected-warning {{writing variable 'sc' requires holding m… in test4()
4304 …sc->a = 57; // expected-warning {{writing variable 'sc' requires holding m… in test4()
4708 …c = 0; // expected-warning {{writing variable 'a' requires holding mutex 'mu' excl… in auto_test()
4715 …b = 0; // expected-warning {{writing variable 'a' requires holding mutex 'mu' excl… in ref_test()
4716 …c = 0; // expected-warning {{writing variable 'a' requires holding mutex 'mu' excl… in ref_test()
4717 …d = 0; // expected-warning {{writing variable 'a' requires holding mutex 'mu' excl… in ref_test()
4720 …rs.a = 0; // expected-warning {{writing variable 's' requires holding mutex 'mu' excl… in ref_test()
4723 …rarr[2] = 0; // expected-warning {{writing variable 'arr' requires holding mutex 'mu' ex… in ref_test()