Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DDynamicTypePropagation.cpp52 class DynamicTypePropagation class
226 void DynamicTypePropagation::checkDeadSymbols(SymbolReaper &SR, in checkDeadSymbols()
255 void DynamicTypePropagation::checkPreCall(const CallEvent &Call, in checkPreCall()
299 void DynamicTypePropagation::checkPostCall(const CallEvent &Call, in checkPostCall()
395 ExplodedNode *DynamicTypePropagation::dynamicTypePropagationOnCasts( in dynamicTypePropagationOnCasts()
412 void DynamicTypePropagation::checkPostStmt(const CXXNewExpr *NewE, in checkPostStmt()
430 DynamicTypePropagation::getBetterObjCType(const Expr *CastE, in getBetterObjCType()
606 void DynamicTypePropagation::checkPostStmt(const CastExpr *CE, in checkPostStmt()
796 void DynamicTypePropagation::checkPreObjCMessage(const ObjCMethodCall &M, in checkPreObjCMessage()
905 void DynamicTypePropagation::checkPostObjCMessage(const ObjCMethodCall &M, in checkPostObjCMessage()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckers.td252 def DynamicTypePropagation : Checker<"DynamicTypePropagation">,
301 Dependencies<[DynamicTypePropagation]>,
1180 Dependencies<[DynamicTypePropagation]>,
/freebsd/lib/clang/libclang/
H A DMakefile709 SRCS_FUL+= StaticAnalyzer/Checkers/DynamicTypePropagation.cpp