Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp6698 bool HaveL2R, HaveR2L; in CXXCheckConditionalOperands() local
6701 if (TryClassUnification(*this, RHS.get(), LHS.get(), QuestionLoc, HaveR2L, R2LType)) in CXXCheckConditionalOperands()
6705 if (HaveL2R && HaveR2L) { in CXXCheckConditionalOperands()
6718 } else if (HaveR2L) { in CXXCheckConditionalOperands()