Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DDynamicTypePropagation.cpp224 const Expr *RecE = MsgE->getInstanceReceiver(); in getObjectTypeForAllocAndNew() local
225 if (!RecE) in getObjectTypeForAllocAndNew()
228 RecE= RecE->IgnoreParenImpCasts(); in getObjectTypeForAllocAndNew()
229 if (const DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(RecE)) { in getObjectTypeForAllocAndNew()
/external/clang/lib/StaticAnalyzer/Core/
DCallEvent.cpp643 if (const Expr *RecE = getOriginExpr()->getInstanceReceiver()) in getReceiverSVal() local
644 return getSVal(RecE); in getReceiverSVal()