Searched refs:exprVal (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
H A DObjCSelfInitChecker.cpp135 SVal exprVal = C.getState()->getSVal(E, C.getLocationContext()); local
136 if (!hasSelfFlag(exprVal, SelfFlag_Self, C))
138 if (hasSelfFlag(exprVal, SelfFlag_InitRes, C))

Completed in 70 milliseconds