Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DASTUtils.cpp26 if (isCtorOfRefCounted(ConversionFunc)) in tryToFindPtrOrigin()
55 if (isCtorOfRefCounted(callee)) { in tryToFindPtrOrigin()
H A DPtrTypesSemantics.cpp104 bool isCtorOfRefCounted(const clang::FunctionDecl *F) { in isCtorOfRefCounted() function
189 if (isCtorOfRefCounted(F)) in isPtrConversion()
H A DPtrTypesSemantics.h51 bool isCtorOfRefCounted(const clang::FunctionDecl *F);
H A DUncountedCallArgsChecker.cpp146 if (isCtorOfRefCounted(Callee)) in shouldSkipCall()