Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DPtrTypesSemantics.h68 bool isPtrConversion(const FunctionDecl *F);
H A DASTUtils.cpp97 if (isPtrConversion(callee)) { in tryToFindPtrOrigin()
H A DPtrTypesSemantics.cpp211 bool isPtrConversion(const FunctionDecl *F) { in isPtrConversion() function