Searched refs:RVK (Results 1 – 1 of 1) sorted by relevance
5972 ExprValueKind RVK = RHS.get()->getValueKind(); in CXXCheckConditionalOperands() local5973 if (!Context.hasSameType(LTy, RTy) && LVK == RVK && LVK != VK_PRValue) { in CXXCheckConditionalOperands()5988 RHS = ImpCastExprToType(RHS.get(), LTy, CK_NoOp, RVK); in CXXCheckConditionalOperands()6008 if (Same && LVK == RVK && LVK != VK_PRValue && in CXXCheckConditionalOperands()