Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DPtrTypesSemantics.h153 bool isPtrConversion(const FunctionDecl *F);
H A DASTUtils.cpp147 if (isPtrConversion(callee)) { in tryToFindPtrOrigin()
H A DPtrTypesSemantics.cpp455 bool isPtrConversion(const FunctionDecl *F) { in isPtrConversion() function
660 if (isPtrConversion(Callee)) in VisitCallExpr()
H A DRawPtrRefCallArgsChecker.cpp290 if (isCtorOfSafePtr(Callee) || isPtrConversion(Callee)) in shouldSkipCall()