Searched refs:RHSType (Results 1 - 8 of 8) sorted by relevance

/external/compiler-rt/lib/ubsan/
H A Dubsan_handlers.h62 const TypeDescriptor &RHSType; member in struct:__ubsan::ShiftOutOfBoundsData
H A Dubsan_handlers.cc164 Value RHSVal(Data->RHSType, RHS);
/external/clang/lib/Sema/
H A DSemaExpr.cpp941 QualType RHSType,
943 int order = S.Context.getFloatingTypeOrder(LHSType, RHSType);
948 LHS = S.ImpCastExprToType(LHS.get(), RHSType, CK_FloatingComplexCast);
949 return RHSType;
1002 QualType RHSType,
1005 if (!handleIntegerToComplexFloatConversion(S, RHS, LHS, RHSType, LHSType,
1008 if (!handleIntegerToComplexFloatConversion(S, LHS, RHS, LHSType, RHSType,
1010 return RHSType;
1024 bool RHSComplexFloat = RHSType->isComplexType();
1029 LHSType, RHSType,
939 handleComplexFloatToComplexFloatConverstion(Sema &S, ExprResult &LHS, ExprResult &RHS, QualType LHSType, QualType RHSType, bool IsCompAssign) argument
1000 handleComplexFloatConversion(Sema &S, ExprResult &LHS, ExprResult &RHS, QualType LHSType, QualType RHSType, bool IsCompAssign) argument
1078 handleFloatConversion(Sema &S, ExprResult &LHS, ExprResult &RHS, QualType LHSType, QualType RHSType, bool IsCompAssign) argument
1177 handleComplexIntConversion(Sema &S, ExprResult &LHS, ExprResult &RHS, QualType LHSType, QualType RHSType, bool IsCompAssign) argument
1240 QualType RHSType = local
6136 checkPointerTypesForAssignment(Sema &S, QualType LHSType, QualType RHSType) argument
6260 checkBlockPointerTypesForAssignment(Sema &S, QualType LHSType, QualType RHSType) argument
6290 checkObjCPointerTypesForAssignment(Sema &S, QualType LHSType, QualType RHSType) argument
6324 CheckAssignmentConstraints(SourceLocation Loc, QualType LHSType, QualType RHSType) argument
6357 QualType RHSType = RHS.get()->getType(); local
6640 QualType RHSType = RHS.get()->getType(); local
6855 QualType RHSType = RHS.get()->getType().getUnqualifiedType(); local
7613 QualType RHSType = RHS.get()->getType(); local
7872 QualType RHSType = RHS.get()->getType(); local
8164 CheckObjCARCConversion(SourceRange(), RHSType, E, CCK_ImplicitConversion); local
8628 QualType RHSType = CompoundType.isNull() ? RHS.get()->getType() : local
[all...]
H A DSemaObjCProperty.cpp767 QualType RHSType = S.Context.getCanonicalType(Property->getType());
773 if (!S.Context.propertyTypesAreCompatible(LHSType, RHSType)) {
776 if (!S.isObjCPointerConversion(RHSType, LHSType, ConvertedType, IncompatibleObjC)
1359 QualType RHSType = local
1362 if (!Context.propertyTypesAreCompatible(LHSType, RHSType)) {
1367 if (!isObjCPointerConversion(RHSType, LHSType,
H A DSemaChecking.cpp1828 QualType RHSType = TheCall->getArg(1)->getType(); local
1830 if (!LHSType->isVectorType() || !RHSType->isVectorType())
1843 if (!RHSType->hasIntegerRepresentation() ||
1844 RHSType->getAs<VectorType>()->getNumElements() != numElements)
1849 } else if (!Context.hasSameUnqualifiedType(LHSType, RHSType)) {
H A DSemaExprCXX.cpp4073 QualType RHSType = RHS.get()->getType(); local
4074 const MemberPointerType *MemPtr = RHSType->getAs<MemberPointerType>();
4077 << OpSpelling << RHSType << RHS.get()->getSourceRange();
4162 << RHSType << 1 << LHS.get()->getSourceRange();
4168 << RHSType << 0 << LHS.get()->getSourceRange();
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombinePHI.cpp34 Type *RHSType = RHSVal->getType(); local
52 I->getOperand(1)->getType() != RHSType)
93 NewRHS = PHINode::Create(RHSType, PN.getNumIncomingValues(),
/external/clang/include/clang/Sema/
H A DSema.h7691 QualType RHSType);

Completed in 357 milliseconds