Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DASTUtils.cpp26 if (isCtorOfRefCounted(ConversionFunc)) in tryToFindPtrOrigin()
56 if (isCtorOfRefCounted(callee)) { in tryToFindPtrOrigin()
H A DPtrTypesSemantics.cpp98 bool isCtorOfRefCounted(const clang::FunctionDecl *F) { in isCtorOfRefCounted() function
180 if (isCtorOfRefCounted(F)) in isPtrConversion()
H A DPtrTypesSemantics.h50 bool isCtorOfRefCounted(const clang::FunctionDecl *F);
H A DUncountedCallArgsChecker.cpp146 if (isCtorOfRefCounted(Callee)) in shouldSkipCall()