Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp7622 std::optional<APValue> MaybeDestValue = in handleRValueToRValueBitCast() local
7624 if (!MaybeDestValue) in handleRValueToRValueBitCast()
7627 DestValue = std::move(*MaybeDestValue); in handleRValueToRValueBitCast()