Lines Matching full:read2
4767 void read2(int a, const Foo& f);4803 read2(10, foo); // expected-warning {{passing variable 'foo' by reference requires holding mutex 'mu'}}4830 read24837 read2(10, *foosp); // expected-warning {{reading the value pointed to by 'foosp' requires holding mutex 'mu'}}4845 read2(10, *foosp.get());