HomeSort by relevance Sort by last modified time
    Searched refs:RecE (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/StaticAnalyzer/Checkers/
DynamicTypePropagation.cpp 208 const Expr *RecE = MsgE->getInstanceReceiver();
209 if (!RecE)
212 RecE= RecE->IgnoreParenImpCasts();
213 if (const DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(RecE)) {
  /external/clang/lib/StaticAnalyzer/Core/
CallEvent.cpp 658 if (const Expr *RecE = getOriginExpr()->getInstanceReceiver())
659 return getSVal(RecE);
    [all...]

Completed in 47 milliseconds