Searched refs:isSelfVar (Results 1 – 1 of 1) sorted by relevance
63 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