Home
last modified time | relevance | path

Searched refs:isCtorOfRefCounted (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DASTUtils.cpp52 if (isCtorOfRefCounted(ConversionFunc)) in tryToFindPtrOrigin()
83 if (isCtorOfRefCounted(callee)) { in tryToFindPtrOrigin()
H A DPtrTypesSemantics.h58 bool isCtorOfRefCounted(const clang::FunctionDecl *F);
H A DPtrTypesSemantics.cpp111 bool isCtorOfRefCounted(const clang::FunctionDecl *F) { in isCtorOfRefCounted() function
213 if (isCtorOfRefCounted(F)) in isPtrConversion()
H A DUncountedCallArgsChecker.cpp194 if (isCtorOfRefCounted(Callee)) in shouldSkipCall()