Home
last modified time | relevance | path

Searched refs:globalELR (Results 1 – 1 of 1) sorted by relevance

/external/clang/test/SemaCXX/
Dwarn-thread-safety-analysis.cpp3507 void globalELR(Cell<T>* c) __attribute__((exclusive_locks_required(c->mu_)));
3510 void globalELR(Cell<T>* c1) { } in globalELR() function
3514 globalELR(&cell); // \ in globalTest()