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.cpp782 ExprResult &RHS, QualType LHSType,
785 int order = S.Context.getFloatingTypeOrder(LHSType, RHSType);
795 RHS = S.ImpCastExprToType(RHS.take(), LHSType, CK_FloatingComplexCast);
796 return LHSType;
843 ExprResult &RHS, QualType LHSType,
847 if (!handleIntegerToComplexFloatConversion(S, RHS, LHS, RHSType, LHSType,
849 return LHSType;
850 if (!handleIntegerToComplexFloatConversion(S, LHS, RHS, LHSType, RHSType,
865 bool LHSComplexFloat = LHSType->isComplexType();
871 LHSType, RHSTyp
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
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
5693 CheckAssignmentConstraints(QualType LHSType, ExprResult &RHS, CastKind &Kind) argument
6031 CheckSingleAssignmentConstraints(QualType LHSType, ExprResult &RHS, bool Diagnose) argument
6644 DiagnoseBadShiftValues(Sema& S, ExprResult &LHS, ExprResult &RHS, SourceLocation Loc, unsigned Opc, QualType LHSType) argument
6831 QualType LHSType = LHS.get()->getType(); local
[all...]
H A DSemaExprCXX.cpp3832 QualType LHSType = LHS.get()->getType(); local
3834 if (const PointerType *Ptr = LHSType->getAs<PointerType>())
3835 LHSType = Ptr->getPointeeType();
3838 << OpSpelling << 1 << LHSType
3844 if (!Context.hasSameUnqualifiedType(Class, LHSType)) {
3846 if (RequireCompleteType(Loc, LHSType, diag::err_bad_memptr_lhs,
3854 if (!IsDerivedFrom(LHSType, Class, Paths) ||
3883 Result = Context.getCVRQualifiedType(Result, LHSType.getCVRQualifiers());
H A DSemaChecking.cpp1480 QualType LHSType = TheCall->getArg(0)->getType(); local
1483 if (!LHSType->isVectorType() || !RHSType->isVectorType()) {
1490 numElements = LHSType->getAs<VectorType>()->getNumElements();
1504 else if (!Context.hasSameUnqualifiedType(LHSType, RHSType)) {
1510 QualType eltType = LHSType->getAs<VectorType>()->getElementType();
6292 QualType LHSType; local
6300 LHSType = PD->getType();
6303 if (LHSType.isNull())
6304 LHSType = LHS->getType();
6306 Qualifiers::ObjCLifetime LT = LHSType
[all...]
H A DSemaObjCProperty.cpp1315 QualType LHSType = local
1320 if (!Context.propertyTypesAreCompatible(LHSType, RHSType)) {
1325 if (!isObjCPointerConversion(RHSType, LHSType,
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombinePHI.cpp31 Type *LHSType = LHSVal->getType(); local
49 I->getOperand(0)->getType() != LHSType ||
83 NewLHS = PHINode::Create(LHSType, PN.getNumIncomingValues(),
/external/clang/include/clang/Sema/
H A DSema.h6791 QualType LHSType,
6796 AssignConvertType CheckAssignmentConstraints(QualType LHSType,
6803 AssignConvertType CheckSingleAssignmentConstraints(QualType LHSType,

Completed in 165 milliseconds