Home
last modified time | relevance | path

Searched refs:ExTy (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineC.cpp260 QualType T, QualType ExTy, const CastExpr* CastE, StmtNodeBuilder& Bldr, in handleLValueBitCast() argument
264 ExTy = getContext().getLValueReferenceType(ExTy); in handleLValueBitCast()
267 ExTy = getContext().getRValueReferenceType(ExTy); in handleLValueBitCast()
272 SVal V = svalBuilder.evalCast(SimplifiedOrigV, T, ExTy); in handleLValueBitCast()
336 QualType ExTy = Ex->getType(); in VisitCast() local
384 V = svalBuilder.makeTruthVal(!PTMSV->isNullMemberPointer(), ExTy); in VisitCast()
392 handleLValueBitCast(state, Ex, LCtx, T, ExTy, CastE, Bldr, Pred); in VisitCast()
410 handleLValueBitCast(state, Ex, LCtx, T, ExTy, CastE, Bldr, Pred); in VisitCast()
442 handleLValueBitCast(state, Ex, LCtx, T, ExTy, CastE, Bldr, Pred); in VisitCast()
449 V = svalBuilder.evalCast(V, T, ExTy); in VisitCast()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h606 QualType ExTy, const CastExpr *CastE,
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp16034 EVT ExTy = Src.getValueType(); in visitTRUNCATE() local
16037 unsigned SizeRatio = ExTy.getSizeInBits() / TrTy.getSizeInBits(); in visitTRUNCATE()