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

/external/llvm/lib/TableGen/
H A DTGParser.cpp1043 RecTy *RHSTy = 0; local
1053 RHSTy = RHSt->getType();
1055 RHSTy = BitsRecTy::get(RHSbits->getNumBits());
1057 RHSTy = BitRecTy::get();
1061 MHSTy = RHSTy;
1063 RHSTy = MHSTy;
1065 if (!MHSTy || !RHSTy) {
1070 if (MHSTy->typeIsConvertibleTo(RHSTy)) {
1071 Type = RHSTy;
1072 } else if (RHSTy
[all...]
/external/clang/lib/Sema/
H A DSemaExpr.cpp3643 QualType LHSTy = LHSExp->getType(), RHSTy = RHSExp->getType(); local
3653 if (LHSTy->isDependentType() || RHSTy->isDependentType()) {
3677 } else if (const PointerType *PTy = RHSTy->getAs<PointerType>()) {
3683 RHSTy->getAs<ObjCObjectPointerType>()) {
3717 } else if (RHSTy->isArrayType()) {
3721 RHSExp = ImpCastExprToType(RHSExp, Context.getArrayDecayedType(RHSTy),
3723 RHSTy = RHSExp->getType();
3727 ResultType = RHSTy->getAs<PointerType>()->getPointeeType();
5279 QualType RHSTy = RHS.get()->getType(); local
5281 if (S.Context.hasSameType(LHSTy, RHSTy)) {
5351 QualType RHSTy = RHS.get()->getType(); local
5377 QualType RHSTy = RHS.get()->getType(); local
5461 QualType RHSTy = RHS.get()->getType(); local
5551 QualType RHSTy = RHS.get()->getType(); local
[all...]
H A DSemaChecking.cpp417 QualType RHSTy = RHS.get()->getType(); local
426 if (DiagnoseAssignmentResult(ConvTy, Arg->getLocStart(), LHSTy, RHSTy,
601 QualType RHSTy = RHS.get()->getType(); local
610 if (DiagnoseAssignmentResult(ConvTy, Arg->getLocStart(), LHSTy, RHSTy,
/external/clang/lib/AST/
H A DExprConstant.cpp6401 QualType RHSTy = E->getRHS()->getType();
6404 assert(RHSTy->isAnyComplexType() && "Invalid comparison");
6447 RHSTy->isRealFloatingType()) {
6480 if (LHSTy->isPointerType() && RHSTy->isPointerType()) {
6676 assert(RHSTy->isMemberPointerType() && "invalid comparison");
6714 assert(RHSTy->isNullPtrType() && "missing pointer conversion");
6723 !RHSTy->isIntegralOrEnumerationType()) &&

Completed in 112 milliseconds