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

/external/compiler-rt/lib/ubsan/
H A Dubsan_handlers.h61 const TypeDescriptor &LHSType; member in struct:__ubsan::ShiftOutOfBoundsData
/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/lib/Sema/
H A DSemaObjCProperty.cpp758 QualType LHSType = S.Context.getCanonicalType(Prop->getType()); local
759 if (!S.Context.propertyTypesAreCompatible(LHSType, RHSType)) {
762 if (!S.isObjCPointerConversion(RHSType, LHSType, ConvertedType, IncompatibleObjC)
1400 QualType LHSType = local
1405 if (!Context.propertyTypesAreCompatible(LHSType, RHSType)) {
1410 if (!isObjCPointerConversion(RHSType, LHSType,
H A DSemaExprCXX.cpp3985 QualType LHSType = LHS.get()->getType(); local
3987 if (const PointerType *Ptr = LHSType->getAs<PointerType>())
3988 LHSType = Ptr->getPointeeType();
3991 << OpSpelling << 1 << LHSType
3997 if (!Context.hasSameUnqualifiedType(Class, LHSType)) {
3999 if (RequireCompleteType(Loc, LHSType, diag::err_bad_memptr_lhs,
4007 if (!IsDerivedFrom(LHSType, Class, Paths) ||
4036 Result = Context.getCVRQualifiedType(Result, LHSType.getCVRQualifiers());
H A DSemaChecking.cpp1752 QualType LHSType = TheCall->getArg(0)->getType(); local
1755 if (!LHSType->isVectorType() || !RHSType->isVectorType())
1761 numElements = LHSType->getAs<VectorType>()->getNumElements();
1774 } else if (!Context.hasSameUnqualifiedType(LHSType, RHSType)) {
1780 QualType eltType = LHSType->getAs<VectorType>()->getElementType();
6697 QualType LHSType; local
6705 LHSType = PD->getType();
6708 if (LHSType.isNull())
6709 LHSType = LHS->getType();
6711 Qualifiers::ObjCLifetime LT = LHSType
[all...]
H A DSemaExpr.cpp913 ExprResult &RHS, QualType LHSType,
916 int order = S.Context.getFloatingTypeOrder(LHSType, RHSType);
926 RHS = S.ImpCastExprToType(RHS.take(), LHSType, CK_FloatingComplexCast);
927 return LHSType;
974 ExprResult &RHS, QualType LHSType,
978 if (!handleIntegerToComplexFloatConversion(S, RHS, LHS, RHSType, LHSType,
980 return LHSType;
981 if (!handleIntegerToComplexFloatConversion(S, LHS, RHS, LHSType, RHSType,
996 bool LHSComplexFloat = LHSType->isComplexType();
1002 LHSType, RHSTyp
912 handleComplexFloatToComplexFloatConverstion(Sema &S, ExprResult &LHS, ExprResult &RHS, QualType LHSType, QualType RHSType, bool IsCompAssign) argument
973 handleComplexFloatConversion(Sema &S, ExprResult &LHS, ExprResult &RHS, QualType LHSType, QualType RHSType, bool IsCompAssign) argument
1051 handleFloatConversion(Sema &S, ExprResult &LHS, ExprResult &RHS, QualType LHSType, QualType RHSType, bool IsCompAssign) argument
1150 handleComplexIntConversion(Sema &S, ExprResult &LHS, ExprResult &RHS, QualType LHSType, QualType RHSType, bool IsCompAssign) argument
5877 checkPointerTypesForAssignment(Sema &S, QualType LHSType, QualType RHSType) argument
6000 checkBlockPointerTypesForAssignment(Sema &S, QualType LHSType, QualType RHSType) argument
6030 checkObjCPointerTypesForAssignment(Sema &S, QualType LHSType, QualType RHSType) argument
6064 CheckAssignmentConstraints(SourceLocation Loc, QualType LHSType, QualType RHSType) argument
6095 CheckAssignmentConstraints(QualType LHSType, ExprResult &RHS, CastKind &Kind) argument
6433 CheckSingleAssignmentConstraints(QualType LHSType, ExprResult &RHS, bool Diagnose, bool DiagnoseCFAudited) argument
7062 DiagnoseBadShiftValues(Sema& S, ExprResult &LHS, ExprResult &RHS, SourceLocation Loc, unsigned Opc, QualType LHSType) argument
7249 QualType LHSType = LHS.get()->getType(); local
7778 CheckObjCARCConversion(SourceRange(), LHSType, E, CCK_ImplicitConversion); local
[all...]

Completed in 374 milliseconds