Home | History | Annotate | Download | only in SemaCXX

Lines Matching defs:func1

833   static int func1() EXCLUSIVE_LOCKS_REQUIRED(mu1_);
841 int Bar::func1()
930 void func1(int y) LOCKS_EXCLUDED(mu_);
940 foo->func1(5);
1151 virtual void func1() EXCLUSIVE_LOCKS_REQUIRED(mu_);
1158 virtual void func1() EXCLUSIVE_LOCKS_REQUIRED(mu_);
1167 b->func1();
1172 c->func1();
1422 virtual void func1() EXCLUSIVE_LOCKS_REQUIRED(mu_);
1429 virtual void func1() EXCLUSIVE_LOCKS_REQUIRED(mu_);
1437 b->func1(); // expected-warning {{calling function 'func1' requires holding mutex 'b->mu_' exclusively}}
1442 c->func1(); // expected-warning {{calling function 'func1' requires holding mutex 'c->mu_' exclusively}}
4361 auto func1 = [this]() EXCLUSIVE_LOCKS_REQUIRED(mu_) {
4373 func1(); // expected-warning {{calling function 'operator()' requires holding mutex 'mu_' exclusively}}