Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/AST/
DExprConstant.cpp7211 static bool handleLValueToRValueBitCast(EvalInfo &Info, APValue &DestValue, in handleLValueToRValueBitCast() argument
7242 DestValue = std::move(*MaybeDestValue); in handleLValueToRValueBitCast()
7804 APValue DestValue, SourceValue; in VisitCastExpr() local
7807 if (!handleLValueToRValueBitCast(Info, DestValue, SourceValue, E)) in VisitCastExpr()
7809 return DerivedSuccess(DestValue, E); in VisitCastExpr()