Searched refs:isSelfVar (Results 1 – 1 of 1) sorted by relevance
54 static bool isSelfVar(SVal location, CheckerContext &C);253 if (isSelfVar(argV, C)) { in checkPreCall()281 if (isSelfVar(argV, C)) { in checkPostCall()310 if (isSelfVar(location, C)) in checkLocation()323 if ((isSelfVar(loc, C)) && in checkBind()326 !isSelfVar(val, C)) { in checkBind()410 static bool isSelfVar(SVal location, CheckerContext &C) { in isSelfVar() function