Home
last modified time | relevance | path

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

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