Searched refs:CastE (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/ |
| H A D | ExprEngineC.cpp | 276 state = state->BindExpr(CastE, LCtx, V); in handleLValueBitCast() 280 Bldr.generateNode(CastE, Pred, state); in handleLValueBitCast() 298 evalLoad(Dst, CastE, CastE, subExprNode, state, state->getSVal(Ex, LCtx)); in VisitCast() 304 QualType T = CastE->getType(); in VisitCast() 318 switch (CastE->getCastKind()) { in VisitCast() 347 Bldr.generateNode(CastE, Pred, state); in VisitCast() 424 Bldr.generateNode(CastE, Pred, state); in VisitCast() 442 if (CastE->isGLValue()) in VisitCast() 483 if (CastE->isGLValue()) in VisitCast() 520 CastE->path(), *PTMSV, CastE->getCastKind())); in VisitCast() [all …]
|
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | DeleteWithNonVirtualDtorChecker.cpp | 117 const auto *CastE = dyn_cast<CastExpr>(S); in VisitNode() local 118 if (!CastE) in VisitNode() 123 if (const auto *ImplCastE = dyn_cast<ImplicitCastExpr>(CastE)) { in VisitNode() 129 const MemRegion *M = N->getSVal(CastE).getAsRegion(); in VisitNode()
|
| H A D | DynamicTypePropagation.cpp | 60 const ObjCObjectPointerType *getBetterObjCType(const Expr *CastE, 101 void checkPostStmt(const CastExpr *CastE, CheckerContext &C) const; 434 DynamicTypePropagation::getBetterObjCType(const Expr *CastE, in getBetterObjCType() argument 436 const MemRegion *ToR = C.getSVal(CastE).getAsRegion(); in getBetterObjCType() 441 CastE->getType()->getAs<ObjCObjectPointerType>(); in getBetterObjCType()
|
| /llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | ExprEngine.h | 482 void VisitCast(const CastExpr *CastE, const Expr *Ex, ExplodedNode *Pred, 600 QualType ExTy, const CastExpr *CastE, 606 const CastExpr *CastE,
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaStmtAsm.cpp | 50 if (auto *CastE = dyn_cast<CastExpr>(Child)) in removeLValueToRValueCast() local 51 if (CastE->getCastKind() == CK_LValueToRValue) { in removeLValueToRValueCast() 52 ExprUnderCast = CastE->getSubExpr(); in removeLValueToRValueCast()
|