Searched refs:LVK (Results 1 – 1 of 1) sorted by relevance
4493 ExprValueKind LVK = LHS.get()->getValueKind(); in CXXCheckConditionalOperands() local4497 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()