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.cpp6736 ExprValueKind LVK = LHS.get()->getValueKind(); in CXXCheckConditionalOperands() local
6738 if (!Context.hasSameType(LTy, RTy) && LVK == RVK && LVK != VK_PRValue) { in CXXCheckConditionalOperands()
6760 LHS = ImpCastExprToType(LHS.get(), RTy, CK_NoOp, LVK); in CXXCheckConditionalOperands()
6773 if (Same && LVK == RVK && LVK != VK_PRValue && in CXXCheckConditionalOperands()