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

  /external/clang/lib/StaticAnalyzer/Checkers/
DynamicTypePropagation.cpp 1 //== DynamicTypePropagation.cpp ----------------------------------- -*- C++ -*--=//
27 class DynamicTypePropagation:
58 void DynamicTypePropagation::checkPreCall(const CallEvent &Call,
102 void DynamicTypePropagation::checkPostCall(const CallEvent &Call,
174 void DynamicTypePropagation::checkPostStmt(const ImplicitCastExpr *CastE,
194 DynamicTypePropagation::getObjectTypeForAllocAndNew(const ObjCMessageExpr *MsgE,
231 DynamicTypePropagation::getBetterObjCType(const Expr *CastE,
264 mgr.registerChecker<DynamicTypePropagation>();
Android.mk 40 DynamicTypePropagation.cpp \

Completed in 64 milliseconds