Home
last modified time | relevance | path

Searched refs:hasDeref (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DRefCntblBaseVirtualDtorChecker.cpp219 bool hasDeref = hasDerefInBase && *hasDerefInBase != nullptr; in visitCXXRecordDecl() local
252 hasDeref = hasDeref || C->lookupInBases(hasPublicDerefInBase, Paths, in visitCXXRecordDecl()
254 if (AnyInconclusiveBase || !hasRef || !hasDeref) in visitCXXRecordDecl()
H A DPtrTypesSemantics.cpp65 bool hasDeref = hasPublicMethodInBaseClass(R, "deref"); in isRefCountable() local
66 if (hasRef && hasDeref) in isRefCountable()
98 hasDeref = hasDeref || R->lookupInBases(hasPublicDerefInBase, Paths, in isRefCountable()
103 return hasRef && hasDeref; in isRefCountable()