Home
last modified time | relevance | path

Searched defs:RefCountable (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/test/Analysis/Checkers/WebKit/
H A Dcall-args.cpp6 void consume_refcntbl(RefCountable*) {} in consume_refcntbl() argument
25 void consume_ref_counted(Ref<RefCountable>) {} in consume_ref_counted()
133 void consume_ref(RefCountable&) {} in consume_ref() argument
142 void consume_ref_countable_ref(RefCountable&) {} in consume_ref_countable_ref() argument
266 void makeRef(RefCountable*) {} in makeRef() argument
267 void makeRefPtr(RefCountable*) {} in makeRefPtr() argument
268 void makeWeakPtr(RefCountable*) {} in makeWeakPtr() argument
269 void makeWeakPtr(RefCountable&) {} in makeWeakPtr() argument
282 void consume_ref_countable(RefCountable*) {} in consume_ref_countable() argument
301 void consume_ptr(RefCountable*) {} in consume_ptr() argument
[all …]
H A Dmock-types.h41 struct RefCountable { struct
42 void ref() {} in ref()
43 void deref() {} in deref()
H A Duncounted-members.cpp27 void forceTmplToInstantiate(FooTmpl<RefCountable>) {} in forceTmplToInstantiate()
42 void forceTmplToInstantiate(RefPtr<RefCountable>) {} in forceTmplToInstantiate()
H A Duncounted-local-vars.cpp11 void bar(RefCountable *) {} in bar() argument
21 void bar_ref(RefCountable &) {} in bar_ref() argument