Home
last modified time | relevance | path

Searched defs:fooEx (Results 1 – 1 of 1) sorted by relevance

/external/clang/test/SemaCXX/
Dwarn-thread-safety-analysis.cpp1849 void fooEx() EXCLUSIVE_LOCKS_REQUIRED(mu_) { in fooEx() function in TestTemplateAttributeInstantiation::Cell
1903 void fooEx(CellDelayed<T> *other) EXCLUSIVE_LOCKS_REQUIRED(mu_, other->mu_) { in fooEx() function in TestTemplateAttributeInstantiation::CellDelayed