Lines Matching refs:sfoo
2341 static void sfoo(Foo* f) EXCLUSIVE_LOCKS_REQUIRED(f->mu_);2358 Foo::sfoo(f1); // expected-warning {{calling function 'sfoo' requires exclusive lock on 'f1->mu_'}}2372 Foo::sfoo(f1);