Home
last modified time | relevance | path

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

/llvm-project/clang/test/SemaCXX/
H A Dwarn-thread-safety-analysis.cpp2019 void fooEx() EXCLUSIVE_LOCKS_REQUIRED(mu_) { fooEx() function in TestTemplateAttributeInstantiation::Cell
2073 void fooEx(CellDelayed<T> *other) EXCLUSIVE_LOCKS_REQUIRED(mu_, other->mu_) { fooEx() function in TestTemplateAttributeInstantiation::CellDelayed