Home
last modified time | relevance | path

Searched refs:isCtorOfSafePtr (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DASTUtils.cpp82 if (isCtorOfSafePtr(ConversionFunc)) in tryToFindPtrOrigin()
128 if (isCtorOfSafePtr(callee)) { in tryToFindPtrOrigin()
H A DPtrTypesSemantics.h134 bool isCtorOfSafePtr(const clang::FunctionDecl *F);
H A DRawPtrRefCallArgsChecker.cpp290 if (isCtorOfSafePtr(Callee) || isPtrConversion(Callee)) in shouldSkipCall()
H A DRawPtrRefLambdaCapturesChecker.cpp327 if (isCtorOfSafePtr(Callee) && CE->getNumArgs() == 1) { in checkASTDecl()
H A DPtrTypesSemantics.cpp176 bool isCtorOfSafePtr(const clang::FunctionDecl *F) { in isCtorOfSafePtr() function