Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp5971 ExprValueKind LVK = LHS.get()->getValueKind(); in CXXCheckConditionalOperands() local
5973 if (!Context.hasSameType(LTy, RTy) && LVK == RVK && LVK != VK_PRValue) { in CXXCheckConditionalOperands()
5995 LHS = ImpCastExprToType(LHS.get(), RTy, CK_NoOp, LVK); in CXXCheckConditionalOperands()
6008 if (Same && LVK == RVK && LVK != VK_PRValue && in CXXCheckConditionalOperands()