Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DObjCSelfInitChecker.cpp55 static bool isSelfVar(SVal location, CheckerContext &C);
257 if (isSelfVar(argV, C)) { in checkPreCall()
285 if (isSelfVar(argV, C)) { in checkPostCall()
314 if (isSelfVar(location, C)) in checkLocation()
327 if ((isSelfVar(loc, C)) && in checkBind()
330 !isSelfVar(val, C)) { in checkBind()
417 static bool isSelfVar(SVal location, CheckerContext &C) { in isSelfVar() function