Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaCast.cpp2219 bool IsLValueCast = false; in TryReinterpretCast() local
2281 IsLValueCast = true; in TryReinterpretCast()
2322 assert(!IsLValueCast); in TryReinterpretCast()
2479 } else if (IsLValueCast) { in TryReinterpretCast()