Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DASTUtils.h58 tryToFindPtrOrigin(const clang::Expr *E, bool StopAtFirstRefCountedObj);
H A DASTUtils.cpp20 tryToFindPtrOrigin(const Expr *E, bool StopAtFirstRefCountedObj) { in tryToFindPtrOrigin() function
H A DUncountedCallArgsChecker.cpp96 tryToFindPtrOrigin(Arg, true); in visitCallExpr()
H A DUncountedLocalVarsChecker.cpp179 tryToFindPtrOrigin(InitExpr, /*StopAtFirstRefCountedObj=*/false) in visitVarDecl()