Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaCast.cpp1988 bool IsLValueCast = false; in TryReinterpretCast() local
2047 IsLValueCast = true; in TryReinterpretCast()
2088 assert(!IsLValueCast); in TryReinterpretCast()
2216 if (IsLValueCast) { in TryReinterpretCast()