Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaCast.cpp2201 bool IsLValueCast = false; in TryReinterpretCast() local
2263 IsLValueCast = true; in TryReinterpretCast()
2304 assert(!IsLValueCast); in TryReinterpretCast()
2461 } else if (IsLValueCast) { in TryReinterpretCast()