Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DDynamicTypePropagation.cpp50 class DynamicTypePropagation: class
231 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 …]
/freebsd-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckers.td222 def DynamicTypePropagation : Checker<"DynamicTypePropagation">,
1134 Dependencies<[DynamicTypePropagation]>,
/freebsd-13.1/lib/clang/libclang/
H A DMakefile567 SRCS_FUL+= StaticAnalyzer/Checkers/DynamicTypePropagation.cpp