Searched refs:hasSelfFlag (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | ObjCSelfInitChecker.cpp | 149 static bool hasSelfFlag(SVal val, SelfFlagEnum flag, CheckerContext &C) { in hasSelfFlag() function 158 if (!hasSelfFlag(exprVal, SelfFlag_Self, C)) in isInvalidSelf() 160 if (hasSelfFlag(exprVal, SelfFlag_InitRes, C)) in isInvalidSelf() 268 } else if (hasSelfFlag(argV, SelfFlag_Self, C)) { in checkPreStmt() 287 } else if (hasSelfFlag(argV, SelfFlag_Self, C)) { in checkPostStmt()
|