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

/external/clang/lib/StaticAnalyzer/Checkers/
H A DObjCSelfInitChecker.cpp343 SelfFlagEnum PreCallFlags = (SelfFlagEnum)State->get<PreCallSelfFlags>(); local
345 if (FlagMap.isEmpty() && !DidCallInit && !PreCallFlags)
353 if (PreCallFlags != SelfFlag_None) {
354 if (PreCallFlags & SelfFlag_Self) {
358 if (PreCallFlags & SelfFlag_InitRes) {

Completed in 340 milliseconds