Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DObjCSelfInitChecker.cpp54 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