Lines Matching full:elr
3491 void elr(Cell<T>* c) __attribute__((exclusive_locks_required(c->mu_)));
3497 void Foo::elr(Cell<T>* c1) { }
3501 elr(&cell); // \
3502 // expected-warning {{calling function 'elr' requires holding mutex 'cell.mu_' exclusively}}
3543 void elr(Cell<T>* c) __attribute__((exclusive_locks_required(c->mu_)));
3547 void FooT<T>::elr(Cell<T>* c1) { }
3552 foo.elr(&cell); // \
3553 // expected-warning {{calling function 'elr' requires holding mutex 'cell.mu_' exclusively}}