Lines Matching full:calling
764 // expected-warning {{calling function 'aa_elr_fun' requires exclusive lock on 'aa_mu'}}
770 // expected-warning {{calling function 'aa_elr_fun' requires exclusive lock on 'aa_mu'}}
776 // expected-warning {{calling function 'aa_elr_fun_s' requires shared lock on 'aa_mu'}}
781 // expected-warning {{calling function 'test' requires exclusive lock on 'sls_mu'}}
786 // expected-warning {{calling function 'testShared' requires shared lock on 'sls_mu2'}}
792 // expected-warning {{calling function 'test' requires exclusive lock on 'sls_mu'}}
1211 x = foo(); // expected-warning {{calling function 'foo' requires exclusive lock on 'mu2'}}
1323 // expected-warning {{calling function 'bar' requires exclusive lock on 'child->lock_'}} \
1412 foo->f1(); // expected-warning {{calling function 'f1' requires exclusive lock on 'foo->mu2'}} \
1413 // expected-warning {{calling function 'f1' requires exclusive lock on 'foo->mu1'}}
1436 b->func1(); // expected-warning {{calling function 'func1' requires exclusive lock on 'b->mu_'}}
1441 c->func1(); // expected-warning {{calling function 'func1' requires exclusive lock on 'c->mu_'}}
1470 a.method1(1); // expected-warning {{calling function 'method1' requires shared lock on 'a.mu1'}} \
1471 // expected-warning {{calling function 'method1' requires shared lock on 'mu'}} \
1472 // expected-warning {{calling function 'method1' requires shared lock on 'a.mu2'}} \
1473 // expected-warning {{calling function 'method1' requires shared lock on 'mu3'}}
1525 // expected-warning {{calling function 'foo' requires exclusive lock on 'd2->mu'}} \
1648 foo(); // expected-warning {{calling function 'foo' requires exclusive lock on 'fooObj.mu_'}}
1878 // expected-warning {{calling function 'barTD' requires exclusive lock on 'f1.mu_'}} \
1956 // expected-warning {{calling function 'foo1' requires exclusive lock on 'myfoo.mu_'}}
2071 // expected-warning {{calling function 'foo2' requires exclusive lock on 'myFoo.mu_'}}
2073 // expected-warning {{calling function 'foo3' requires exclusive lock on 'myFoo.mu_'}}
2075 // expected-warning {{calling function 'fooT1' requires exclusive lock on 'myFoo.mu_'}}
2078 // expected-warning {{calling function 'fooT2' requires exclusive lock on 'myFoo.mu_'}}
2081 // expected-warning {{calling function 'fooF1' requires exclusive lock on 'myFoo.mu_'}}
2083 // expected-warning {{calling function 'fooF2' requires exclusive lock on 'myFoo.mu_'}}
2085 // expected-warning {{calling function 'fooF3' requires exclusive lock on 'myFoo.mu_'}}
2101 // expected-warning {{calling function 'foo' requires exclusive lock on 'myFooT.mu_'}}
2359 f1->foo(); // expected-warning {{calling function 'foo' requires exclusive lock on 'f1->mu_'}}
2361 f1->foo2(f2); // expected-warning {{calling function 'foo2' requires exclusive lock on 'f1->mu_'}} \
2362 // expected-warning {{calling function 'foo2' requires exclusive lock on 'f2->mu_'}}
2363 Foo::sfoo(f1); // expected-warning {{calling function 'sfoo' requires exclusive lock on 'f1->mu_'}}
2370 // expected-warning {{calling function 'foo2' requires exclusive lock on 'f2->mu_'}} \
2401 b1->bar(); // expected-warning {{calling function 'bar' requires exclusive lock on 'b1->mu_'}}
2402 b1->bar2(b2); // expected-warning {{calling function 'bar2' requires exclusive lock on 'b1->mu_'}} \
2403 // expected-warning {{calling function 'bar2' requires exclusive lock on 'b2->mu_'}}
2404 Bar::sbar(b1); // expected-warning {{calling function 'sbar' requires exclusive lock on 'b1->mu_'}}
2405 Bar::sbar2(b1); // expected-warning {{calling function 'sbar2' requires exclusive lock on 'b1->mu_'}}
2412 // expected-warning {{calling function 'bar2' requires exclusive lock on 'b2->mu_'}} \
3144 n1.foo(); // expected-warning {{calling function 'foo' requires exclusive lock on '&ExistentialPatternMatching::Graph::mu_'}}
3430 Foo f; // expected-warning {{calling function 'Foo' requires exclusive lock on 'mu_'}}
3431 int a = f[0]; // expected-warning {{calling function 'operator[]' requires exclusive lock on 'mu_'}}
3432 } // expected-warning {{calling function '~Foo' requires exclusive lock on 'mu_'}}
3539 // expected-warning {{calling function 'elr' requires exclusive lock on 'cell.mu_'}}
3552 // expected-warning {{calling function 'globalELR' requires exclusive lock on 'cell.mu_'}}
3573 // expected-warning {{calling function 'globalELR2' requires exclusive lock on 'cell.mu_'}}
3590 // expected-warning {{calling function 'elr' requires exclusive lock on 'cell.mu_'}}