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 224 const Expr *RecE = MsgE->getInstanceReceiver();
225 if (!RecE)
228 RecE= RecE->IgnoreParenImpCasts();
229 if (const DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(RecE)) {
  /external/clang/lib/StaticAnalyzer/Core/
CallEvent.cpp 632 if (const Expr *RecE = getOriginExpr()->getInstanceReceiver())
633 return getSVal(RecE);
    [all...]

Completed in 1382 milliseconds