Home | History | Annotate | Download | only in SemaCXX

Lines Matching full:new_foo

1359      Foo *new_foo = new Foo;
1363 child->Func(new_foo); // There shouldn't be any warning here as the
1402 Foo *new_foo = new Foo;
1407 child->Func(new_foo); // expected-warning {{cannot call function 'Func' while mutex 'child->lock_' is held}}