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

/external/compiler-rt/lib/ubsan/
H A Dubsan_handlers.h62 const TypeDescriptor &RHSType; member in struct:__ubsan::ShiftOutOfBoundsData
/external/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.cpp1317 QualType RHSType = local
1320 if (!Context.propertyTypesAreCompatible(LHSType, RHSType)) {
1325 if (!isObjCPointerConversion(RHSType, LHSType,
H A DSemaExprCXX.cpp3812 QualType RHSType = RHS.get()->getType(); local
3813 const MemberPointerType *MemPtr = RHSType->getAs<MemberPointerType>();
3816 << OpSpelling << RHSType << RHS.get()->getSourceRange();
3900 << RHSType << 1 << LHS.get()->getSourceRange();
3906 << RHSType << 0 << LHS.get()->getSourceRange();
H A DSemaChecking.cpp1481 QualType RHSType = TheCall->getArg(1)->getType(); local
1483 if (!LHSType->isVectorType() || !RHSType->isVectorType()) {
1497 if (!RHSType->hasIntegerRepresentation() ||
1498 RHSType->getAs<VectorType>()->getNumElements() != numElements)
1504 else if (!Context.hasSameUnqualifiedType(LHSType, RHSType)) {
H A DSemaExpr.cpp783 QualType RHSType,
785 int order = S.Context.getFloatingTypeOrder(LHSType, RHSType);
790 LHS = S.ImpCastExprToType(LHS.take(), RHSType, CK_FloatingComplexCast);
791 return RHSType;
844 QualType RHSType,
847 if (!handleIntegerToComplexFloatConversion(S, RHS, LHS, RHSType, LHSType,
850 if (!handleIntegerToComplexFloatConversion(S, LHS, RHS, LHSType, RHSType,
852 return RHSType;
866 bool RHSComplexFloat = RHSType->isComplexType();
871 LHSType, RHSType,
781 handleComplexFloatToComplexFloatConverstion(Sema &S, ExprResult &LHS, ExprResult &RHS, QualType LHSType, QualType RHSType, bool IsCompAssign) argument
842 handleComplexFloatConversion(Sema &S, ExprResult &LHS, ExprResult &RHS, QualType LHSType, QualType RHSType, bool IsCompAssign) argument
920 handleFloatConversion(Sema &S, ExprResult &LHS, ExprResult &RHS, QualType LHSType, QualType RHSType, bool IsCompAssign) argument
1019 handleComplexIntConversion(Sema &S, ExprResult &LHS, ExprResult &RHS, QualType LHSType, QualType RHSType, bool IsCompAssign) argument
1082 QualType RHSType = local
5475 checkPointerTypesForAssignment(Sema &S, QualType LHSType, QualType RHSType) argument
5598 checkBlockPointerTypesForAssignment(Sema &S, QualType LHSType, QualType RHSType) argument
5628 checkObjCPointerTypesForAssignment(Sema &S, QualType LHSType, QualType RHSType) argument
5662 CheckAssignmentConstraints(SourceLocation Loc, QualType LHSType, QualType RHSType) argument
5695 QualType RHSType = RHS.get()->getType(); local
5979 QualType RHSType = RHS.get()->getType(); local
6134 QualType RHSType = local
6832 QualType RHSType = RHS.get()->getType(); local
7032 QualType RHSType = RHS.get()->getType(); local
7805 QualType RHSType = CompoundType.isNull() ? RHS.get()->getType() : local
[all...]

Completed in 245 milliseconds