Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaExprCXX.cpp4493 ExprValueKind LVK = LHS.get()->getValueKind(); in CXXCheckConditionalOperands() local
4497 LVK == RVK && LVK != VK_RValue) { in CXXCheckConditionalOperands()
4504 LHS = ImpCastExprToType(LHS.take(), RTy, CK_NoOp, LVK); in CXXCheckConditionalOperands()
4521 if (Same && LVK == RVK && LVK != VK_RValue && in CXXCheckConditionalOperands()