Searched defs:CastE (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngineC.cpp249 void ExprEngine::VisitCast(const CastExpr *CastE, const Expr *Ex, argument
253 getCheckerManager().runCheckersForPreStmt(dstPreStmt, Pred, CastE, *this);
255 if (CastE->getCastKind() == CK_LValueToRValue) {
261 evalLoad(Dst, CastE, CastE, subExprNode, state, state->getSVal(Ex, LCtx));
267 QualType T = CastE->getType();
270 if (const ExplicitCastExpr *ExCast=dyn_cast_or_null<ExplicitCastExpr>(CastE))
281 switch (CastE->getCastKind()) {
304 // Copy the SVal of Ex to CastE.
308 state = state->BindExpr(CastE, LCt
[all...]
/external/clang/lib/StaticAnalyzer/Checkers/
H A DDynamicTypePropagation.cpp62 const ObjCObjectPointerType *getBetterObjCType(const Expr *CastE,
103 void checkPostStmt(const CastExpr *CastE, CheckerContext &C) const;
346 DynamicTypePropagation::getBetterObjCType(const Expr *CastE, argument
348 const MemRegion *ToR = C.getSVal(CastE).getAsRegion();
353 CastE->getType()->getAs<ObjCObjectPointerType>();

Completed in 43 milliseconds