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

/external/compiler-rt/lib/ubsan/
H A Dubsan_handlers.h66 const TypeDescriptor &RHSType; member in struct:__ubsan::ShiftOutOfBoundsData
/external/llvm/lib/MC/
H A DELFObjectWriter.cpp86 unsigned RHSType = RHS.Symbol->getType(); local
87 if (LHSType == ELF::STT_SECTION && RHSType != ELF::STT_SECTION)
89 if (LHSType != ELF::STT_SECTION && RHSType == ELF::STT_SECTION)
91 if (LHSType == ELF::STT_SECTION && RHSType == ELF::STT_SECTION)
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombinePHI.cpp36 Type *RHSType = RHSVal->getType(); local
45 I->getOperand(1)->getType() != RHSType)
79 NewRHS = PHINode::Create(RHSType, PN.getNumIncomingValues(),
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
H A DInstCombinePHI.cpp32 Type *RHSType = RHSVal->getType(); local
50 I->getOperand(1)->getType() != RHSType)
91 NewRHS = PHINode::Create(RHSType, PN.getNumIncomingValues(),
/external/clang/lib/Sema/
H A DSemaObjCProperty.cpp833 QualType RHSType = S.Context.getCanonicalType(Property->getType());
839 if (!S.Context.propertyTypesAreCompatible(LHSType, RHSType)) {
842 if (!S.isObjCPointerConversion(RHSType, LHSType, ConvertedType, IncompatibleObjC)
1472 QualType RHSType = local
1475 if (!Context.propertyTypesAreCompatible(LHSType, RHSType)) {
1480 if (!isObjCPointerConversion(RHSType, LHSType,
H A DSemaExprCXX.cpp4807 QualType RHSType = RHS.get()->getType(); local
4808 const MemberPointerType *MemPtr = RHSType->getAs<MemberPointerType>();
4811 << OpSpelling << RHSType << RHS.get()->getSourceRange();
4896 << RHSType << 1 << LHS.get()->getSourceRange();
4902 << RHSType << 0 << LHS.get()->getSourceRange();
H A DSemaChecking.cpp3395 QualType RHSType = TheCall->getArg(1)->getType(); local
3397 if (!LHSType->isVectorType() || !RHSType->isVectorType())
3410 if (!RHSType->hasIntegerRepresentation() ||
3411 RHSType->getAs<VectorType>()->getNumElements() != numElements)
3416 } else if (!Context.hasSameUnqualifiedType(LHSType, RHSType)) {
H A DSemaExpr.cpp1032 QualType RHSType,
1035 if (!handleIntegerToComplexFloatConversion(S, RHS, LHS, RHSType, LHSType,
1038 if (!handleIntegerToComplexFloatConversion(S, LHS, RHS, LHSType, RHSType,
1040 return RHSType;
1054 int Order = S.Context.getFloatingTypeOrder(LHSType, RHSType);
1057 auto *RHSComplexType = dyn_cast<ComplexType>(RHSType);
1061 RHSComplexType ? RHSComplexType->getElementType() : RHSType;
1119 QualType RHSType, bool IsCompAssign) {
1121 bool RHSFloat = RHSType->isRealFloatingType();
1126 int order = S.Context.getFloatingTypeOrder(LHSType, RHSType);
1030 handleComplexFloatConversion(Sema &S, ExprResult &LHS, ExprResult &RHS, QualType LHSType, QualType RHSType, bool IsCompAssign) argument
1117 handleFloatConversion(Sema &S, ExprResult &LHS, ExprResult &RHS, QualType LHSType, QualType RHSType, bool IsCompAssign) argument
1156 unsupportedTypeConversion(const Sema &S, QualType LHSType, QualType RHSType) argument
1213 handleIntegerConversion(Sema &S, ExprResult &LHS, ExprResult &RHS, QualType LHSType, QualType RHSType, bool IsCompAssign) argument
1263 handleComplexIntConversion(Sema &S, ExprResult &LHS, ExprResult &RHS, QualType LHSType, QualType RHSType, bool IsCompAssign) argument
1326 QualType RHSType = local
6443 QualType RHSType = local
7102 checkPointerTypesForAssignment(Sema &S, QualType LHSType, QualType RHSType) argument
7226 checkBlockPointerTypesForAssignment(Sema &S, QualType LHSType, QualType RHSType) argument
7256 checkObjCPointerTypesForAssignment(Sema &S, QualType LHSType, QualType RHSType) argument
7290 CheckAssignmentConstraints(SourceLocation Loc, QualType LHSType, QualType RHSType) argument
7323 QualType RHSType = RHS.get()->getType(); local
7627 QualType RHSType = RHS.get()->getType(); local
7886 QualType RHSType = RHS.get()->getType().getUnqualifiedType(); local
7983 << RHSType; local
8632 QualType RHSType = RHS.get()->getType(); local
8805 QualType RHSType = RHS.get()->getType(); local
9055 QualType RHSType = RHS.get()->getType(); local
9357 CheckObjCARCConversion(SourceRange(), RHSType, E, CCK_ImplicitConversion); local
9978 QualType RHSType = CompoundType.isNull() ? RHS.get()->getType() : local
[all...]

Completed in 1200 milliseconds