Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DDeleteWithNonVirtualDtorChecker.cpp117 const auto *CastE = dyn_cast<CastExpr>(S); in VisitNode() local
H A DDynamicTypePropagation.cpp437 DynamicTypePropagation::getBetterObjCType(const Expr *CastE, in getBetterObjCType()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A 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()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaStmtAsm.cpp50 if (auto *CastE = dyn_cast<CastExpr>(Child)) in removeLValueToRValueCast() local