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

/external/clang/lib/StaticAnalyzer/Checkers/
H A DObjCSelfInitChecker.cpp55 static bool isSelfVar(SVal location, CheckerContext &C);
255 if (isSelfVar(argV, C)) {
283 if (isSelfVar(argV, C)) {
312 if (isSelfVar(location, C))
325 if ((isSelfVar(loc, C)) &&
328 !isSelfVar(val, C)) {
415 static bool isSelfVar(SVal location, CheckerContext &C) { function

Completed in 276 milliseconds