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

/external/clang/lib/StaticAnalyzer/Checkers/
H A DObjCSelfInitChecker.cpp94 SelfFlag_InitRes = 0x2 enumerator in enum:__anon18221::SelfFlagEnum
138 if (hasSelfFlag(exprVal, SelfFlag_InitRes, C))
188 addSelfFlag(state, V, SelfFlag_InitRes, C);
326 !hasSelfFlag(val, SelfFlag_InitRes, C) &&
358 if (PreCallFlags & SelfFlag_InitRes) {
375 if (I->second & SelfFlag_InitRes) {
376 if (I->second != SelfFlag_InitRes)

Completed in 49 milliseconds