Searched refs:globalELR2 (Results 1 - 1 of 1) sorted by relevance

/external/clang/test/SemaCXX/
H A Dwarn-thread-safety-analysis.cpp3577 void globalELR2(Cell<T>* c) __attribute__((exclusive_locks_required(c->mu_)));
3581 void globalELR2(Cell<T>* c2);
3584 void globalELR2(Cell<T>* c3) { } function in namespace:TemplateFunctionParamRemapTest
3588 void globalELR2(Cell<T>* c4);
3592 globalELR2(&cell); // \
3593 // expected-warning {{calling function 'globalELR2' requires holding mutex 'cell.mu_' exclusively}}

Completed in 155 milliseconds