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

/external/compiler-rt/lib/ubsan/
H A Dubsan_handlers.cc163 Value LHSVal(Data->LHSType, LHS);
167 else if (RHSVal.getPositiveIntValue() >= Data->LHSType.getIntegerBitWidth())
170 << RHSVal << Data->LHSType.getIntegerBitWidth() << Data->LHSType;
176 << LHSVal << RHSVal << Data->LHSType;
H A Dubsan_handlers.h61 const TypeDescriptor &LHSType; member in struct:__ubsan::ShiftOutOfBoundsData
/external/clang/lib/Sema/
H A DSemaExpr.cpp940 ExprResult &RHS, QualType LHSType,
943 int order = S.Context.getFloatingTypeOrder(LHSType, RHSType);
953 RHS = S.ImpCastExprToType(RHS.get(), LHSType, CK_FloatingComplexCast);
954 return LHSType;
1001 ExprResult &RHS, QualType LHSType,
1005 if (!handleIntegerToComplexFloatConversion(S, RHS, LHS, RHSType, LHSType,
1007 return LHSType;
1008 if (!handleIntegerToComplexFloatConversion(S, LHS, RHS, LHSType, RHSType,
1023 bool LHSComplexFloat = LHSType->isComplexType();
1029 LHSType, RHSTyp
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
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
6355 CheckAssignmentConstraints(QualType LHSType, ExprResult &RHS, CastKind &Kind) argument
6690 CheckSingleAssignmentConstraints(QualType LHSType, ExprResult &RHS, bool Diagnose, bool DiagnoseCFAudited) argument
7425 DiagnoseBadShiftValues(Sema& S, ExprResult &LHS, ExprResult &RHS, SourceLocation Loc, unsigned Opc, QualType LHSType) argument
7612 QualType LHSType = LHS.get()->getType(); local
8171 CheckObjCARCConversion(SourceRange(), LHSType, E, CCK_ImplicitConversion, false, local
[all...]
H A DSemaObjCProperty.cpp772 QualType LHSType = S.Context.getCanonicalType(Prop->getType()); local
773 if (!S.Context.propertyTypesAreCompatible(LHSType, RHSType)) {
776 if (!S.isObjCPointerConversion(RHSType, LHSType, ConvertedType, IncompatibleObjC)
1357 QualType LHSType = local
1362 if (!Context.propertyTypesAreCompatible(LHSType, RHSType)) {
1367 if (!isObjCPointerConversion(RHSType, LHSType,
H A DSemaExprCXX.cpp4093 QualType LHSType = LHS.get()->getType(); local
4095 if (const PointerType *Ptr = LHSType->getAs<PointerType>())
4096 LHSType = Ptr->getPointeeType();
4099 << OpSpelling << 1 << LHSType
4105 if (!Context.hasSameUnqualifiedType(Class, LHSType)) {
4107 if (RequireCompleteType(Loc, LHSType, diag::err_bad_memptr_lhs,
4112 if (!IsDerivedFrom(LHSType, Class)) {
4119 if (CheckDerivedToBaseConversion(LHSType, Class, Loc,
4145 Result = Context.getCVRQualifiedType(Result, LHSType.getCVRQualifiers());
H A DSemaChecking.cpp1827 QualType LHSType = TheCall->getArg(0)->getType(); local
1830 if (!LHSType->isVectorType() || !RHSType->isVectorType())
1836 numElements = LHSType->getAs<VectorType>()->getNumElements();
1849 } else if (!Context.hasSameUnqualifiedType(LHSType, RHSType)) {
1855 QualType eltType = LHSType->getAs<VectorType>()->getElementType();
7583 QualType LHSType; local
7591 LHSType = PD->getType();
7594 if (LHSType.isNull())
7595 LHSType = LHS->getType();
7597 Qualifiers::ObjCLifetime LT = LHSType
[all...]
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombinePHI.cpp33 Type *LHSType = LHSVal->getType(); local
51 I->getOperand(0)->getType() != LHSType ||
85 NewLHS = PHINode::Create(LHSType, PN.getNumIncomingValues(),
/external/clang/include/clang/Sema/
H A DSema.h7690 QualType LHSType,
7695 AssignConvertType CheckAssignmentConstraints(QualType LHSType,
7702 AssignConvertType CheckSingleAssignmentConstraints(QualType LHSType,

Completed in 749 milliseconds