Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp7945 const APValue &SourceRValue, in handleRValueToRValueBitCast() argument
7955 APValueToBufferConverter::convert(Info, SourceRValue, BCE); in handleRValueToRValueBitCast()
7978 APValue SourceRValue; in handleLValueToRValueBitCast() local
7982 SourceRValue, /*WantObjectRepresentation=*/true)) in handleLValueToRValueBitCast()
7985 return handleRValueToRValueBitCast(Info, DestValue, SourceRValue, BCE); in handleLValueToRValueBitCast()