Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dwarn-thread-safety-analysis.cpp2024 void fooExT(CellDelayed<T2> *otherT) EXCLUSIVE_LOCKS_REQUIRED(mu_, otherT->mu_) { in fooExT() function in TestTemplateAttributeInstantiation::CellDelayed
2046 celld.fooExT(&celld2); in testDelayed()