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:
60 void DynamicTypePropagation::checkPreCall(const CallEvent &Call,
104 void DynamicTypePropagation::checkPostCall(const CallEvent &Call,
176 void DynamicTypePropagation::checkPostStmt(const ImplicitCastExpr *CastE,
195 void DynamicTypePropagation::checkPostStmt(const CXXNewExpr *NewE,
210 DynamicTypePropagation::getObjectTypeForAllocAndNew(const ObjCMessageExpr *MsgE,
247 DynamicTypePropagation::getBetterObjCType(const Expr *CastE,
280 mgr.registerChecker<DynamicTypePropagation>();
Android.mk 41 DynamicTypePropagation.cpp \

Completed in 46 milliseconds