Searched refs:isSelfVar (Results 1 – 1 of 1) sorted by relevance
54 static bool isSelfVar(SVal location, CheckerContext &C);254 if (isSelfVar(argV, C)) { in checkPreCall()283 if (isSelfVar(argV, C)) { in checkPostCall()312 if (isSelfVar(location, C)) in checkLocation()325 if ((isSelfVar(loc, C)) && in checkBind()328 !isSelfVar(val, C)) { in checkBind()412 static bool isSelfVar(SVal location, CheckerContext &C) { in isSelfVar() function