Home | History | Annotate | Download | only in SemaCXX

Lines Matching refs:sbar

2449   static void sbar(Bar* g)  EXCLUSIVE_LOCKS_REQUIRED(g->getMu());
2462 Bar::sbar(b1); // expected-warning {{calling function 'sbar' requires holding mutex 'b1->mu_' exclusively}}
2478 Bar::sbar(b1);
2496 Bar::sbar(b1);