Searched refs:DynamicTypePropagation (Results 1 – 6 of 6) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | DynamicTypePropagation.cpp | 50 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() 797 void DynamicTypePropagation::checkPreObjCMessage(const ObjCMethodCall &M, in checkPreObjCMessage() 907 void DynamicTypePropagation::checkPostObjCMessage(const ObjCMethodCall &M, in checkPostObjCMessage() [all …]
|
| H A D | CMakeLists.txt | 40 DynamicTypePropagation.cpp
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | BUILD.gn | 50 "DynamicTypePropagation.cpp",
|
| /netbsd-src/external/apache2/llvm/lib/libclangStaticAnalyzerCheckers/ |
| H A D | Makefile | 49 DynamicTypePropagation.cpp \
|
| /netbsd-src/external/apache2/llvm/dist/clang/docs/analyzer/developer-docs/ |
| H A D | IPA.rst | 242 The DynamicTypePropagation checker gathers and propagates DynamicTypeInfo, 358 DynamicTypeInfo in the DynamicTypePropagation checker.
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Checkers/ |
| H A D | Checkers.td | 222 def DynamicTypePropagation : Checker<"DynamicTypePropagation">, 1134 Dependencies<[DynamicTypePropagation]>,
|