Home
last modified time | relevance | path

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

/external/clang/test/SemaCXX/
Dwarn-thread-safety-analysis.cpp1359 Foo *new_foo = new Foo; in Func() local
1363 child->Func(new_foo); // There shouldn't be any warning here as the in Func()
1402 Foo *new_foo = new Foo; in Func() local
1407 …child->Func(new_foo); // expected-warning {{cannot call function 'Func' while mutex 'child->lock_'… in Func()