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.cpp3564 void globalELR(Cell<T>* c) __attribute__((exclusive_locks_required(c->mu_)));
3567 void globalELR(Cell<T>* c1) { } in globalELR() function
3571 globalELR(&cell); // \ in globalTest()