Searched refs:isSelfVar (Results 1 – 1 of 1) sorted by relevance
54 static bool isSelfVar(SVal location, CheckerContext &C);251 if (isSelfVar(argV, C)) { in checkPreCall()280 if (isSelfVar(argV, C)) { in checkPostCall()309 if (isSelfVar(location, C)) in checkLocation()322 if ((isSelfVar(loc, C)) && in checkBind()325 !isSelfVar(val, C)) { in checkBind()408 static bool isSelfVar(SVal location, CheckerContext &C) { in isSelfVar() function