Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp7606 static bool handleRValueToRValueBitCast(EvalInfo &Info, APValue &DestValue, in handleRValueToRValueBitCast() function
7647 return handleRValueToRValueBitCast(Info, DestValue, SourceRValue, BCE); in handleLValueToRValueBitCast()
10796 if (!handleRValueToRValueBitCast(Info, Result, SVal, E)) in VisitCastExpr()