Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DExprConstant.cpp7337 std::optional<APValue> MaybeDestValue = in handleLValueToRValueBitCast() local
7339 if (!MaybeDestValue) in handleLValueToRValueBitCast()
7342 DestValue = std::move(*MaybeDestValue); in handleLValueToRValueBitCast()