Searched refs:isCtorOfSafePtr (Results 1 – 5 of 5) sorted by relevance
82 if (isCtorOfSafePtr(ConversionFunc)) in tryToFindPtrOrigin()128 if (isCtorOfSafePtr(callee)) { in tryToFindPtrOrigin()
134 bool isCtorOfSafePtr(const clang::FunctionDecl *F);
290 if (isCtorOfSafePtr(Callee) || isPtrConversion(Callee)) in shouldSkipCall()
327 if (isCtorOfSafePtr(Callee) && CE->getNumArgs() == 1) { in checkASTDecl()
176 bool isCtorOfSafePtr(const clang::FunctionDecl *F) { in isCtorOfSafePtr() function