/external/clang/lib/Sema/ |
D | SemaExpr.cpp | 1032 QualType RHSType, in handleComplexFloatConversion() argument 1035 if (!handleIntegerToComplexFloatConversion(S, RHS, LHS, RHSType, LHSType, in handleComplexFloatConversion() 1038 if (!handleIntegerToComplexFloatConversion(S, LHS, RHS, LHSType, RHSType, in handleComplexFloatConversion() 1040 return RHSType; in handleComplexFloatConversion() 1054 int Order = S.Context.getFloatingTypeOrder(LHSType, RHSType); in handleComplexFloatConversion() 1057 auto *RHSComplexType = dyn_cast<ComplexType>(RHSType); in handleComplexFloatConversion() 1061 RHSComplexType ? RHSComplexType->getElementType() : RHSType; in handleComplexFloatConversion() 1119 QualType RHSType, bool IsCompAssign) { in handleFloatConversion() argument 1121 bool RHSFloat = RHSType->isRealFloatingType(); in handleFloatConversion() 1126 int order = S.Context.getFloatingTypeOrder(LHSType, RHSType); in handleFloatConversion() [all …]
|
D | SemaObjCProperty.cpp | 833 QualType RHSType = S.Context.getCanonicalType(Property->getType()); in DiagnosePropertyMismatchDeclInProtocols() local 839 if (!S.Context.propertyTypesAreCompatible(LHSType, RHSType)) { in DiagnosePropertyMismatchDeclInProtocols() 842 if (!S.isObjCPointerConversion(RHSType, LHSType, ConvertedType, IncompatibleObjC) in DiagnosePropertyMismatchDeclInProtocols() 1472 QualType RHSType = in DiagnosePropertyMismatch() local 1475 if (!Context.propertyTypesAreCompatible(LHSType, RHSType)) { in DiagnosePropertyMismatch() 1480 if (!isObjCPointerConversion(RHSType, LHSType, in DiagnosePropertyMismatch()
|
D | SemaExprCXX.cpp | 4807 QualType RHSType = RHS.get()->getType(); in CheckPointerToMemberOperands() local 4808 const MemberPointerType *MemPtr = RHSType->getAs<MemberPointerType>(); in CheckPointerToMemberOperands() 4811 << OpSpelling << RHSType << RHS.get()->getSourceRange(); in CheckPointerToMemberOperands() 4896 << RHSType << 1 << LHS.get()->getSourceRange(); in CheckPointerToMemberOperands() 4902 << RHSType << 0 << LHS.get()->getSourceRange(); in CheckPointerToMemberOperands()
|
D | SemaChecking.cpp | 3395 QualType RHSType = TheCall->getArg(1)->getType(); in SemaBuiltinShuffleVector() local 3397 if (!LHSType->isVectorType() || !RHSType->isVectorType()) in SemaBuiltinShuffleVector() 3410 if (!RHSType->hasIntegerRepresentation() || in SemaBuiltinShuffleVector() 3411 RHSType->getAs<VectorType>()->getNumElements() != numElements) in SemaBuiltinShuffleVector() 3416 } else if (!Context.hasSameUnqualifiedType(LHSType, RHSType)) { in SemaBuiltinShuffleVector()
|
/external/compiler-rt/lib/ubsan/ |
D | ubsan_handlers.h | 66 const TypeDescriptor &RHSType; member
|
D | ubsan_handlers.cc | 224 Value RHSVal(Data->RHSType, RHS); in handleShiftOutOfBoundsImpl()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/ |
D | InstCombinePHI.cpp | 32 Type *RHSType = RHSVal->getType(); in FoldPHIArgBinOpIntoPHI() local 50 I->getOperand(1)->getType() != RHSType) in FoldPHIArgBinOpIntoPHI() 91 NewRHS = PHINode::Create(RHSType, PN.getNumIncomingValues(), in FoldPHIArgBinOpIntoPHI()
|
/external/llvm/lib/MC/ |
D | ELFObjectWriter.cpp | 86 unsigned RHSType = RHS.Symbol->getType(); in operator <() local 87 if (LHSType == ELF::STT_SECTION && RHSType != ELF::STT_SECTION) in operator <() 89 if (LHSType != ELF::STT_SECTION && RHSType == ELF::STT_SECTION) in operator <() 91 if (LHSType == ELF::STT_SECTION && RHSType == ELF::STT_SECTION) in operator <()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombinePHI.cpp | 36 Type *RHSType = RHSVal->getType(); in FoldPHIArgBinOpIntoPHI() local 45 I->getOperand(1)->getType() != RHSType) in FoldPHIArgBinOpIntoPHI() 79 NewRHS = PHINode::Create(RHSType, PN.getNumIncomingValues(), in FoldPHIArgBinOpIntoPHI()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/ |
D | ELFObjectWriter.cpp | 124 unsigned RHSType = RHS.Symbol->getType(); in operator <() local 125 if (LHSType == ELF::STT_SECTION && RHSType != ELF::STT_SECTION) in operator <() 127 if (LHSType != ELF::STT_SECTION && RHSType == ELF::STT_SECTION) in operator <() 129 if (LHSType == ELF::STT_SECTION && RHSType == ELF::STT_SECTION) in operator <()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombinePHI.cpp | 292 Type *RHSType = RHSVal->getType(); in FoldPHIArgBinOpIntoPHI() local 301 I->getOperand(1)->getType() != RHSType) in FoldPHIArgBinOpIntoPHI() 335 NewRHS = PHINode::Create(RHSType, PN.getNumIncomingValues(), in FoldPHIArgBinOpIntoPHI()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 8706 QualType RHSType);
|