Searched refs:R2LType (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaExprCXX.cpp | 5170 QualType L2RType, R2LType; in CXXCheckConditionalOperands() local 5174 if (TryClassUnification(*this, RHS.get(), LHS.get(), QuestionLoc, HaveR2L, R2LType)) in CXXCheckConditionalOperands() 5192 if (ConvertForConditional(*this, RHS, R2LType) || RHS.isInvalid()) in CXXCheckConditionalOperands()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaExprCXX.cpp | 6129 QualType L2RType, R2LType; in CXXCheckConditionalOperands() local 6133 if (TryClassUnification(*this, RHS.get(), LHS.get(), QuestionLoc, HaveR2L, R2LType)) in CXXCheckConditionalOperands() 6151 if (ConvertForConditional(*this, RHS, R2LType) || RHS.isInvalid()) in CXXCheckConditionalOperands()
|