Searched refs:DynamicTypePropagation (Results 1 – 3 of 3) sorted by relevance
51 class DynamicTypePropagation: class115 void DynamicTypePropagation::checkDeadSymbols(SymbolReaper &SR, in checkDeadSymbols()152 void DynamicTypePropagation::checkPreCall(const CallEvent &Call, in checkPreCall()196 void DynamicTypePropagation::checkPostCall(const CallEvent &Call, in checkPostCall()300 void DynamicTypePropagation::checkPostStmt(const CXXNewExpr *NewE, in checkPostStmt()352 DynamicTypePropagation::getBetterObjCType(const Expr *CastE, in getBetterObjCType()528 void DynamicTypePropagation::checkPostStmt(const CastExpr *CE, in checkPostStmt()908 void DynamicTypePropagation::reportGenericsBug( in reportGenericsBug()991 DynamicTypePropagation *checker = in registerObjCGenericsChecker()992 mgr.registerChecker<DynamicTypePropagation>(); in registerObjCGenericsChecker()[all …]
135 def DynamicTypePropagation : Checker<"DynamicTypePropagation">,
504 SRCS_FUL+= StaticAnalyzer/Checkers/DynamicTypePropagation.cpp