Home
last modified time | relevance | path

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

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