Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dwarn-thread-safety-analysis.cpp2013 class CellDelayed { class
2019 void fooEx(CellDelayed<T> *other) EXCLUSIVE_LOCKS_REQUIRED(mu_, other->mu_) { in fooEx()
2024 void fooExT(CellDelayed<T2> *otherT) EXCLUSIVE_LOCKS_REQUIRED(mu_, otherT->mu_) { in fooExT()
2039 CellDelayed<int> celld; in testDelayed()
2040 CellDelayed<int> celld2; in testDelayed()