Searched refs:GetBuggyFoo (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/tools/clang/rewrite_scoped_refptr/tests/
H A Dtemp-bool-test-expected.cc14 scoped_refptr<Foo> GetBuggyFoo() { function
18 if (GetBuggyFoo())
H A Dtemp-bool-test-original.cc14 scoped_refptr<Foo> GetBuggyFoo() { function
18 if (GetBuggyFoo())
H A Dtemp-assigned-to-raw-var-original.cc14 scoped_refptr<Foo> GetBuggyFoo() { function
18 Foo* unsafe = GetBuggyFoo();
H A Dlocal-returned-as-raw-expected.cc13 scoped_refptr<Foo> GetBuggyFoo();
15 scoped_refptr<Foo> GetBuggyFoo() { function
H A Dlocal-returned-as-raw-original.cc13 Foo* GetBuggyFoo();
15 Foo* GetBuggyFoo() { function
H A Dtemp-assigned-to-field-init-expected.cc12 scoped_refptr<Foo> GetBuggyFoo() { function
17 ABuggyCtor() : f_(GetBuggyFoo()) {}
H A Dtemp-assigned-to-field-init-original.cc12 scoped_refptr<Foo> GetBuggyFoo() { function
17 ABuggyCtor() : f_(GetBuggyFoo()) {}
H A Dtemp-assigned-to-raw-var-expected.cc14 scoped_refptr<Foo> GetBuggyFoo() { function
18 scoped_refptr<Foo> unsafe = GetBuggyFoo();
H A Dtemp-passed-as-raw-arg-expected.cc16 scoped_refptr<Foo> GetBuggyFoo() { function
23 Bar(GetBuggyFoo());
H A Dtemp-passed-as-raw-arg-original.cc16 scoped_refptr<Foo> GetBuggyFoo() { function
23 Bar(GetBuggyFoo());

Completed in 194 milliseconds