Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DObjCSelfInitChecker.cpp127 static bool hasSelfFlag(SVal val, SelfFlagEnum flag, CheckerContext &C) { in hasSelfFlag() function
136 if (!hasSelfFlag(exprVal, SelfFlag_Self, C)) in isInvalidSelf()
138 if (hasSelfFlag(exprVal, SelfFlag_InitRes, C)) in isInvalidSelf()
258 } else if (hasSelfFlag(argV, SelfFlag_Self, C)) { in checkPreCall()
288 } else if (hasSelfFlag(argV, SelfFlag_Self, C)) { in checkPostCall()
325 !hasSelfFlag(val, SelfFlag_InitRes, C) && in checkBind()
326 !hasSelfFlag(val, SelfFlag_Self, C) && in checkBind()