Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dwarn-thread-safety-analysis.cpp1922 void barND(Foo1 *foo, T *fooT) EXCLUSIVE_LOCKS_REQUIRED(foo->mu_) { in barND() function in TestTemplateAttributeInstantiation::Bar
1941 void barND() EXCLUSIVE_LOCKS_REQUIRED(fooBase.mu_) { in barND() function in TestTemplateAttributeInstantiation::BarT