Home
last modified time | relevance | path

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

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