Searched refs:new_foo (Results 1 – 2 of 2) sorted by relevance
36 foo *new_foo(int x) { in new_foo() function45 foo * newd_foo = new_foo(1); in main()
1395 Foo *new_foo = new Foo; in Func() local1399 child->Func(new_foo); // There shouldn't be any warning here as the in Func()1438 Foo *new_foo = new Foo; in Func() local1443 …child->Func(new_foo); // expected-warning {{cannot call function 'Func' while mutex 'child->lock_'… in Func()