Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dwarn-thread-safety-analysis.cpp1965 void fooEx() EXCLUSIVE_LOCKS_REQUIRED(mu_) { in fooEx() function in TestTemplateAttributeInstantiation::Cell
2007 cell.fooEx(); in test()
2019 void fooEx(CellDelayed<T> *other) EXCLUSIVE_LOCKS_REQUIRED(mu_, other->mu_) { in fooEx() function in TestTemplateAttributeInstantiation::CellDelayed
2045 celld.fooEx(&celld2); in testDelayed()