HomeSort by: relevance | last modified time | path
    Searched refs:SelfSymbol (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
ObjCSuperDeallocChecker.cpp 120 SymbolRef SelfSymbol = State->getSelfSVal(LC).getAsSymbol();
121 assert(SelfSymbol && "No receiver symbol at call to [super dealloc]?");
126 State = State->add<CalledSuperDealloc>(SelfSymbol);
CheckObjCDealloc.cpp 262 SymbolRef SelfSymbol = SelfVal.getAsSymbol();
276 if (const SymbolSet *CurrSet = State->get<UnreleasedIvarMap>(SelfSymbol))
299 State = State->set<UnreleasedIvarMap>(SelfSymbol, RequiredReleases);

Completed in 37 milliseconds