Home
last modified time | relevance | path

Searched refs:DynamicTypePropagation (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DDynamicTypePropagation.cpp52 class DynamicTypePropagation: class
230 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 …]
/freebsd-14.2/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckers.td246 def DynamicTypePropagation : Checker<"DynamicTypePropagation">,
1227 Dependencies<[DynamicTypePropagation]>,
/freebsd-14.2/lib/clang/libclang/
H A DMakefile638 SRCS_FUL+= StaticAnalyzer/Checkers/DynamicTypePropagation.cpp