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.cpp7607 const APValue &SourceRValue, in handleRValueToRValueBitCast() argument
7617 APValueToBufferConverter::convert(Info, SourceRValue, BCE); in handleRValueToRValueBitCast()
7640 APValue SourceRValue; in handleLValueToRValueBitCast() local
7644 SourceRValue, /*WantObjectRepresentation=*/true)) in handleLValueToRValueBitCast()
7647 return handleRValueToRValueBitCast(Info, DestValue, SourceRValue, BCE); in handleLValueToRValueBitCast()