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

  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
ObjCSuperDeallocChecker.cpp 65 SymbolRef ReceiverSymbol;
69 SuperDeallocBRVisitor(SymbolRef ReceiverSymbol)
70 : ReceiverSymbol(ReceiverSymbol), Satisfied(false) {}
77 ID.Add(ReceiverSymbol);
86 SymbolRef ReceiverSymbol = M.getReceiverSVal().getAsSymbol();
87 if (!ReceiverSymbol) {
92 bool AlreadyCalled = State->contains<CalledSuperDealloc>(ReceiverSymbol);
104 reportUseAfterDealloc(ReceiverSymbol, Desc, M.getOriginExpr(), C);
256 Succ->getState()->contains<CalledSuperDealloc>(ReceiverSymbol);
    [all...]
DynamicTypePropagation.cpp 182 if (SymbolRef ReceiverSymbol = ReceiverSVal.getAsSymbol()) {
184 InferredType = ReceiverSymbol->getType();
192 getClassObjectDynamicTypeInfo(State, ReceiverSymbol)) {

Completed in 18 milliseconds