Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/test/API/commands/expression/formatters/
H A Dmain.cpp36 foo *new_foo(int x) { in new_foo() function
45 foo * newd_foo = new_foo(1); in main()
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dwarn-thread-safety-analysis.cpp1395 Foo *new_foo = new Foo; in Func() local
1399 child->Func(new_foo); // There shouldn't be any warning here as the in Func()
1438 Foo *new_foo = new Foo; in Func() local
1443 …child->Func(new_foo); // expected-warning {{cannot call function 'Func' while mutex 'child->lock_'… in Func()