Searched refs:new_foo (Results 1 – 1 of 1) sorted by relevance
1359 Foo *new_foo = new Foo; in Func() local1363 child->Func(new_foo); // There shouldn't be any warning here as the in Func()1402 Foo *new_foo = new Foo; in Func() local1407 …child->Func(new_foo); // expected-warning {{cannot call function 'Func' while mutex 'child->lock_'… in Func()