Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DDynamicTypePropagation.cpp50 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 DCMakeLists.txt40 DynamicTypePropagation.cpp
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/clang/lib/StaticAnalyzer/Checkers/
H A DBUILD.gn50 "DynamicTypePropagation.cpp",
/netbsd-src/external/apache2/llvm/lib/libclangStaticAnalyzerCheckers/
H A DMakefile49 DynamicTypePropagation.cpp \
/netbsd-src/external/apache2/llvm/dist/clang/docs/analyzer/developer-docs/
H A DIPA.rst242 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 DCheckers.td222 def DynamicTypePropagation : Checker<"DynamicTypePropagation">,
1134 Dependencies<[DynamicTypePropagation]>,