Searched refs:RHSTy (Results 1 - 4 of 4) sorted by relevance

/external/llvm/lib/TableGen/
H A DTGParser.cpp1048 RecTy *RHSTy = 0; local
1058 RHSTy = RHSt->getType();
1060 RHSTy = BitsRecTy::get(RHSbits->getNumBits());
1062 RHSTy = BitRecTy::get();
1066 MHSTy = RHSTy;
1068 RHSTy = MHSTy;
1070 if (!MHSTy || !RHSTy) {
1075 if (MHSTy->typeIsConvertibleTo(RHSTy)) {
1076 Type = RHSTy;
1077 } else if (RHSTy
[all...]
/external/clang/lib/Sema/
H A DSemaExpr.cpp3279 QualType LHSTy = LHSExp->getType(), RHSTy = RHSExp->getType(); local
3289 if (LHSTy->isDependentType() || RHSTy->isDependentType()) {
3313 } else if (const PointerType *PTy = RHSTy->getAs<PointerType>()) {
3319 RHSTy->getAs<ObjCObjectPointerType>()) {
3353 } else if (RHSTy->isArrayType()) {
3357 RHSExp = ImpCastExprToType(RHSExp, Context.getArrayDecayedType(RHSTy),
3359 RHSTy = RHSExp->getType();
3363 ResultType = RHSTy->getAs<PointerType>()->getPointeeType();
4745 QualType RHSTy = RHS.get()->getType(); local
4747 if (S.Context.hasSameType(LHSTy, RHSTy)) {
4812 QualType RHSTy = RHS.get()->getType(); local
4838 QualType RHSTy = RHS.get()->getType(); local
4925 QualType RHSTy = RHS.get()->getType(); local
5019 QualType RHSTy = RHS.get()->getType(); local
[all...]
H A DSemaChecking.cpp387 QualType RHSTy = RHS.get()->getType(); local
396 if (DiagnoseAssignmentResult(ConvTy, Arg->getLocStart(), LHSTy, RHSTy,
/external/clang/lib/AST/
H A DExprConstant.cpp4815 QualType RHSTy = E->getRHS()->getType(); local
4818 assert(RHSTy->isAnyComplexType() && "Invalid comparison");
4861 RHSTy->isRealFloatingType()) {
4894 if (LHSTy->isPointerType() && RHSTy->isPointerType()) {
5090 assert(RHSTy->isMemberPointerType() && "invalid comparison");
5128 assert(RHSTy->isNullPtrType() && "missing pointer conversion");
5137 !RHSTy->isIntegralOrEnumerationType()) &&

Completed in 134 milliseconds