Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DDynamicTypePropagation.cpp51 class DynamicTypePropagation: class
115 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 …]
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckers.td135 def DynamicTypePropagation : Checker<"DynamicTypePropagation">,
/freebsd-12.1/lib/clang/libclang/
H A DMakefile504 SRCS_FUL+= StaticAnalyzer/Checkers/DynamicTypePropagation.cpp