Searched defs:new_foo (Results 1 - 1 of 1) sorted by relevance

/external/clang/test/SemaCXX/
H A Dwarn-thread-safety-analysis.cpp1317 Foo *new_foo = new Foo; local
1321 child->Func(new_foo); // There shouldn't be any warning here as the
1360 Foo *new_foo = new Foo; local
1365 child->Func(new_foo); // expected-warning {{cannot call function 'Func' while mutex 'child->lock_' is held}}

Completed in 80 milliseconds