Searched refs:DynamicTypePropagation (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DDynamicTypePropagation.cpp1 //== DynamicTypePropagation.cpp -------------------------------- -*- C++ -*--=//
27 class DynamicTypePropagation: class in namespace:__anon3419
60 void DynamicTypePropagation::checkPreCall(const CallEvent &Call,
104 void DynamicTypePropagation::checkPostCall(const CallEvent &Call,
176 void DynamicTypePropagation::checkPostStmt(const ImplicitCastExpr *CastE,
195 void DynamicTypePropagation::checkPostStmt(const CXXNewExpr *NewE,
210 DynamicTypePropagation::getObjectTypeForAllocAndNew(const ObjCMessageExpr *MsgE,
247 DynamicTypePropagation::getBetterObjCType(const Expr *CastE,
280 mgr.registerChecker<DynamicTypePropagation>();
/freebsd-9.3-release/lib/clang/libclangstaticanalyzercheckers/
H A DMakefile32 DynamicTypePropagation.cpp \

Completed in 111 milliseconds