Home
last modified time | relevance | path

Searched refs:RefCntblBase (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/test/Analysis/Checkers/WebKit/
H A Dref-cntbl-base-virtual-dtor.cpp3 struct RefCntblBase { struct
8 struct Derived : RefCntblBase { }; argument
11 struct DerivedWithVirtualDtor : RefCntblBase {
20 typedef DerivedClassTmpl<RefCntblBase> Foo;
48 struct Quiet4 : private RefCntblBase {};
49 class Quiet5 : RefCntblBase {};
H A Dref-cntbl-base-virtual-dtor-templates.cpp3 struct RefCntblBase { struct
12 DerivedClassTmpl1<RefCntblBase> a;
21 int b = foo(RefCntblBase{});
29 typedef DerivedClassTmpl3<RefCntblBase> Foo;
/llvm-project-15.0.7/clang/docs/analyzer/
H A Dcheckers.rst1438 struct RefCntblBase {
1443 struct Derived : RefCntblBase { }; // warn