Searched refs:DynamicTypePropagation (Results 1 – 3 of 3) sorted by relevance
52 class DynamicTypePropagation: class230 void DynamicTypePropagation::checkDeadSymbols(SymbolReaper &SR, in checkDeadSymbols()259 void DynamicTypePropagation::checkPreCall(const CallEvent &Call, in checkPreCall()303 void DynamicTypePropagation::checkPostCall(const CallEvent &Call, in checkPostCall()399 ExplodedNode *DynamicTypePropagation::dynamicTypePropagationOnCasts( in dynamicTypePropagationOnCasts()416 void DynamicTypePropagation::checkPostStmt(const CXXNewExpr *NewE, in checkPostStmt()434 DynamicTypePropagation::getBetterObjCType(const Expr *CastE, in getBetterObjCType()610 void DynamicTypePropagation::checkPostStmt(const CastExpr *CE, in checkPostStmt()1019 void DynamicTypePropagation::reportGenericsBug( in reportGenericsBug()1100 DynamicTypePropagation *checker = mgr.getChecker<DynamicTypePropagation>(); in registerObjCGenericsChecker()[all …]
246 def DynamicTypePropagation : Checker<"DynamicTypePropagation">,1227 Dependencies<[DynamicTypePropagation]>,
638 SRCS_FUL+= StaticAnalyzer/Checkers/DynamicTypePropagation.cpp