Searched refs:DynamicTypePropagation (Results 1 – 3 of 3) sorted by relevance
50 class DynamicTypePropagation: class231 void DynamicTypePropagation::checkDeadSymbols(SymbolReaper &SR, in checkDeadSymbols()262 void DynamicTypePropagation::checkPreCall(const CallEvent &Call, in checkPreCall()306 void DynamicTypePropagation::checkPostCall(const CallEvent &Call, in checkPostCall()402 ExplodedNode *DynamicTypePropagation::dynamicTypePropagationOnCasts( in dynamicTypePropagationOnCasts()419 void DynamicTypePropagation::checkPostStmt(const CXXNewExpr *NewE, in checkPostStmt()437 DynamicTypePropagation::getBetterObjCType(const Expr *CastE, in getBetterObjCType()613 void DynamicTypePropagation::checkPostStmt(const CastExpr *CE, in checkPostStmt()1023 void DynamicTypePropagation::reportGenericsBug( in reportGenericsBug()1104 DynamicTypePropagation *checker = mgr.getChecker<DynamicTypePropagation>(); in registerObjCGenericsChecker()[all …]
222 def DynamicTypePropagation : Checker<"DynamicTypePropagation">,1134 Dependencies<[DynamicTypePropagation]>,
567 SRCS_FUL+= StaticAnalyzer/Checkers/DynamicTypePropagation.cpp