Searched refs:DynamicTypePropagation (Results 1 – 5 of 5) sorted by relevance
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | DynamicTypePropagation.cpp | 50 class DynamicTypePropagation: class 115 void DynamicTypePropagation::checkDeadSymbols(SymbolReaper &SR, in checkDeadSymbols() 157 void DynamicTypePropagation::checkPreCall(const CallEvent &Call, in checkPreCall() 201 void DynamicTypePropagation::checkPostCall(const CallEvent &Call, in checkPostCall() 277 ExplodedNode *DynamicTypePropagation::dynamicTypePropagationOnCasts( in dynamicTypePropagationOnCasts() 294 void DynamicTypePropagation::checkPostStmt(const CXXNewExpr *NewE, in checkPostStmt() 309 DynamicTypePropagation::getObjectTypeForAllocAndNew(const ObjCMessageExpr *MsgE, in getObjectTypeForAllocAndNew() 346 DynamicTypePropagation::getBetterObjCType(const Expr *CastE, in getBetterObjCType() 522 void DynamicTypePropagation::checkPostStmt(const CastExpr *CE, in checkPostStmt() 706 void DynamicTypePropagation::checkPreObjCMessage(const ObjCMethodCall &M, in checkPreObjCMessage() [all …]
|
D | CMakeLists.txt | 30 DynamicTypePropagation.cpp
|
/external/clang/include/clang/StaticAnalyzer/Checkers/ |
D | Checkers.td | 114 def DynamicTypePropagation : Checker<"DynamicTypePropagation">, 116 DescFile<"DynamicTypePropagation.cpp">; 508 DescFile<"DynamicTypePropagation.cpp">;
|
/external/clang/test/Analysis/ |
D | generics.m | 481 // CHECK-NEXT: <key>check_name</key><string>core.DynamicTypePropagation</string> 593 // CHECK-NEXT: <key>check_name</key><string>core.DynamicTypePropagation</string> 739 // CHECK-NEXT: <key>check_name</key><string>core.DynamicTypePropagation</string> 991 // CHECK-NEXT: <key>check_name</key><string>core.DynamicTypePropagation</string> 1103 // CHECK-NEXT: <key>check_name</key><string>core.DynamicTypePropagation</string> 1249 // CHECK-NEXT: <key>check_name</key><string>core.DynamicTypePropagation</string> 1361 // CHECK-NEXT: <key>check_name</key><string>core.DynamicTypePropagation</string> 1507 // CHECK-NEXT: <key>check_name</key><string>core.DynamicTypePropagation</string> 1653 // CHECK-NEXT: <key>check_name</key><string>core.DynamicTypePropagation</string> 1765 // CHECK-NEXT: <key>check_name</key><string>core.DynamicTypePropagation</string> [all …]
|
/external/clang/docs/analyzer/ |
D | IPA.txt | 234 The DynamicTypePropagation checker gathers and propagates DynamicTypeInfo, 348 DynamicTypeInfo in the DynamicTypePropagation checker.
|