Searched refs:other_foo1 (Results 1 – 3 of 3) sorted by relevance
5 Constructing Foo(5) "other_foo1"7 Copying Foo(5) "other_foo1" to Foo(6)8 Destructing Foo(6) "other_foo1" (remaining foos: 5)9 Destructing Foo(5) "other_foo1" (remaining foos: 4)
7 Constructing Foo(5) "other_foo1"9 Copying Foo(5) "other_foo1" to Foo(6)10 Destructing Foo(6) "other_foo1" (remaining foos: 5)11 Destructing Foo(5) "other_foo1" (remaining foos: 4)
15 Foo other_foo1 = Foo( "other_foo1"), other_foo2 = Foo( "other_foo2"); in g() local16 other_foo2 = other_foo1; in g()