Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DObjCSelfInitChecker.cpp63 static bool isSelfVar(SVal location, CheckerContext &C);
264 if (isSelfVar(argV, C)) { in checkPreStmt()
282 if (isSelfVar(argV, C)) { in checkPostStmt()
301 if (isSelfVar(location, C)) in checkLocation()
334 static bool isSelfVar(SVal location, CheckerContext &C) { in isSelfVar() function