Home
last modified time | relevance | path

Searched defs:CastE (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DDeleteWithNonVirtualDtorChecker.cpp117 const auto *CastE = dyn_cast<CastExpr>(S); in VisitNode() local
DDynamicTypePropagation.cpp437 DynamicTypePropagation::getBetterObjCType(const Expr *CastE, in getBetterObjCType()
/external/llvm-project/clang/lib/StaticAnalyzer/Core/
DExprEngineC.cpp261 QualType T, QualType ExTy, const CastExpr* CastE, StmtNodeBuilder& Bldr, in handleLValueBitCast()
286 ProgramStateRef state, const LocationContext* LCtx, const CastExpr* CastE, in handleLVectorSplat()
301 void ExprEngine::VisitCast(const CastExpr *CastE, const Expr *Ex, in VisitCast()
/external/clang/lib/StaticAnalyzer/Checkers/
DDynamicTypePropagation.cpp346 DynamicTypePropagation::getBetterObjCType(const Expr *CastE, in getBetterObjCType()
/external/llvm-project/clang/lib/Sema/
DSemaStmtAsm.cpp50 if (auto *CastE = dyn_cast<CastExpr>(Child)) in removeLValueToRValueCast() local
/external/clang/lib/StaticAnalyzer/Core/
DExprEngineC.cpp249 void ExprEngine::VisitCast(const CastExpr *CastE, const Expr *Ex, in VisitCast()