Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaCast.cpp1875 bool IsLValueCast = false; in TryReinterpretCast() local
1931 IsLValueCast = true; in TryReinterpretCast()
1973 assert(!IsLValueCast); in TryReinterpretCast()
2101 if (IsLValueCast) { in TryReinterpretCast()
/external/llvm-project/clang/lib/Sema/
DSemaCast.cpp2094 bool IsLValueCast = false; in TryReinterpretCast() local
2156 IsLValueCast = true; in TryReinterpretCast()
2197 assert(!IsLValueCast); in TryReinterpretCast()
2344 } else if (IsLValueCast) { in TryReinterpretCast()