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.cpp7960 std::optional<APValue> MaybeDestValue = in handleRValueToRValueBitCast() local
7962 if (!MaybeDestValue) in handleRValueToRValueBitCast()
7965 DestValue = std::move(*MaybeDestValue); in handleRValueToRValueBitCast()