Home | History | Annotate | Download | only in Sema

Lines Matching full:resultty

6170   QualType ResultTy = Context.getLogicalOperationType();
6174 return ResultTy;
6181 return ResultTy;
6199 return ResultTy;
6218 return ResultTy;
6246 return ResultTy;
6275 return ResultTy;
6281 return ResultTy;
6293 return ResultTy;
6303 return ResultTy;
6335 return ResultTy;
6342 return ResultTy;
6356 return ResultTy;
6375 return ResultTy;
6394 return ResultTy;
6404 return ResultTy;
6436 return ResultTy;
6443 return ResultTy;
6448 return ResultTy;
7398 QualType ResultTy; // Result type of the binary operator.
7471 ResultTy = CheckAssignmentOperands(lhs.get(), rhs, OpLoc, QualType());
7477 if (!ResultTy.isNull())
7482 ResultTy = CheckPointerToMemberOperands(lhs, rhs, VK, OpLoc,
7487 ResultTy = CheckMultiplyDivideOperands(lhs, rhs, OpLoc, false,
7491 ResultTy = CheckRemainderOperands(lhs, rhs, OpLoc);
7494 ResultTy = CheckAdditionOperands(lhs, rhs, OpLoc);
7497 ResultTy = CheckSubtractionOperands(lhs, rhs, OpLoc);
7501 ResultTy = CheckShiftOperands(lhs, rhs, OpLoc, Opc);
7507 ResultTy = CheckCompareOperands(lhs, rhs, OpLoc, Opc, true);
7511 ResultTy = CheckCompareOperands(lhs, rhs, OpLoc, Opc, false);
7516 ResultTy = CheckBitwiseOperands(lhs, rhs, OpLoc);
7520 ResultTy = CheckLogicalOperands(lhs, rhs, OpLoc, Opc);
7528 ResultTy = CheckAssignmentOperands(lhs.get(), rhs, OpLoc, CompResultTy);
7534 ResultTy = CheckAssignmentOperands(lhs.get(), rhs, OpLoc, CompResultTy);
7539 ResultTy = CheckAssignmentOperands(lhs.get(), rhs, OpLoc, CompResultTy);
7544 ResultTy = CheckAssignmentOperands(lhs.get(), rhs, OpLoc, CompResultTy);
7551 ResultTy = CheckAssignmentOperands(lhs.get(), rhs, OpLoc, CompResultTy);
7559 ResultTy
7562 ResultTy = CheckCommaOperands(*this, lhs, rhs, OpLoc);
7569 if (ResultTy.isNull() || lhs.isInvalid() || rhs.isInvalid())
7573 ResultTy, VK, OK, OpLoc));
7579 ResultTy, VK, OK, CompLHSTy,