Searched defs:CastE (Results 1 – 6 of 6) sorted by relevance
| /external/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| D | DeleteWithNonVirtualDtorChecker.cpp | 117 const auto *CastE = dyn_cast<CastExpr>(S); in VisitNode() local
|
| D | DynamicTypePropagation.cpp | 437 DynamicTypePropagation::getBetterObjCType(const Expr *CastE, in getBetterObjCType()
|
| /external/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| D | ExprEngineC.cpp | 261 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/ |
| D | DynamicTypePropagation.cpp | 346 DynamicTypePropagation::getBetterObjCType(const Expr *CastE, in getBetterObjCType()
|
| /external/llvm-project/clang/lib/Sema/ |
| D | SemaStmtAsm.cpp | 50 if (auto *CastE = dyn_cast<CastExpr>(Child)) in removeLValueToRValueCast() local
|
| /external/clang/lib/StaticAnalyzer/Core/ |
| D | ExprEngineC.cpp | 249 void ExprEngine::VisitCast(const CastExpr *CastE, const Expr *Ex, in VisitCast()
|