Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DObjCSelfInitChecker.cpp54 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