Searched refs:DestValue (Results 1 – 1 of 1) sorted by relevance
7211 static bool handleLValueToRValueBitCast(EvalInfo &Info, APValue &DestValue, in handleLValueToRValueBitCast() argument7242 DestValue = std::move(*MaybeDestValue); in handleLValueToRValueBitCast()7804 APValue DestValue, SourceValue; in VisitCastExpr() local7807 if (!handleLValueToRValueBitCast(Info, DestValue, SourceValue, E)) in VisitCastExpr()7809 return DerivedSuccess(DestValue, E); in VisitCastExpr()