Home
last modified time | relevance | path

Searched refs:RecE (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
DDynamicTypePropagation.cpp208 const Expr *RecE = MsgE->getInstanceReceiver(); in getObjectTypeForAllocAndNew() local
209 if (!RecE) in getObjectTypeForAllocAndNew()
212 RecE= RecE->IgnoreParenImpCasts(); in getObjectTypeForAllocAndNew()
213 if (const DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(RecE)) { in getObjectTypeForAllocAndNew()
/external/clang/lib/StaticAnalyzer/Core/
DCallEvent.cpp658 if (const Expr *RecE = getOriginExpr()->getInstanceReceiver()) in getReceiverSVal() local
659 return getSVal(RecE); in getReceiverSVal()