Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp7251 Optional<APValue> MaybeDestValue = in handleLValueToRValueBitCast() local
7253 if (!MaybeDestValue) in handleLValueToRValueBitCast()
7256 DestValue = std::move(*MaybeDestValue); in handleLValueToRValueBitCast()