Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dwarn-thread-safety-analysis.cpp4221 bool readertrylock() SHARED_TRYLOCK_FUNCTION(true, mu1_)
4253 bool Foo::readertrylock() { return true; } in readertrylock() function in MultipleAttributeTest::Foo
4288 if (readertrylock()) { in test()