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