Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaCast.cpp2203 bool IsLValueCast = false; in TryReinterpretCast() local
2265 IsLValueCast = true; in TryReinterpretCast()
2306 assert(!IsLValueCast); in TryReinterpretCast()
2463 } else if (IsLValueCast) { in TryReinterpretCast()