Searched refs:DynamicTypePropagation (Results 1 – 3 of 3) sorted by relevance
| /src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | DynamicTypePropagation.cpp | 52 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() 793 void DynamicTypePropagation::checkPreObjCMessage(const ObjCMethodCall &M, in checkPreObjCMessage() 903 void DynamicTypePropagation::checkPostObjCMessage(const ObjCMethodCall &M, in checkPostObjCMessage() [all …]
|
| /src/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/ |
| H A D | Checkers.td | 250 def DynamicTypePropagation : Checker<"DynamicTypePropagation">, 1232 Dependencies<[DynamicTypePropagation]>,
|
| /src/lib/clang/libclang/ |
| H A D | Makefile | 687 SRCS_FUL+= StaticAnalyzer/Checkers/DynamicTypePropagation.cpp
|