Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DDeleteWithNonVirtualDtorChecker.cpp117 const auto *CastE = dyn_cast<CastExpr>(S); in VisitNode() local
H A DDynamicTypePropagation.cpp435 DynamicTypePropagation::getBetterObjCType(const Expr *CastE, in getBetterObjCType()
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DExprEngineC.cpp261 QualType T, QualType ExTy, const CastExpr* CastE, StmtNodeBuilder& Bldr, in handleLValueBitCast()
286 void ExprEngine::VisitCast(const CastExpr *CastE, const Expr *Ex, in VisitCast()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaStmtAsm.cpp51 if (auto *CastE = dyn_cast<CastExpr>(Child)) in removeLValueToRValueCast() local