Lines Matching refs:RefCountable
9 RefCountable* a = nullptr;
13 RefCountable* a_suppressed = nullptr;
16 RefPtr<RefCountable> b;
19 RefCountable silenceWarningAboutInit;
20 RefCountable& c = silenceWarningAboutInit;
22 Ref<RefCountable> d;
31 void forceTmplToInstantiate(FooTmpl<RefCountable>) {} in forceTmplToInstantiate() argument
35 RefCountable* a = nullptr;
42 RefCountable* a;
43 RefPtr<RefCountable> b;
44 Ref<RefCountable> c;
52 void forceTmplToInstantiate(RefPtr<RefCountable>) {} in forceTmplToInstantiate() argument
57 void foo(RefCountable* t) { in foo()
58 MemberVariable<RefCountable> var { t }; in foo()