/external/llvm-project/clang/lib/Sema/ |
D | SemaCast.cpp | 628 CastsAwayConstness(Sema &Self, QualType SrcType, QualType DestType, in CastsAwayConstness() 797 QualType SrcType = Self.Context.getCanonicalType(OrigSrcType); in CheckDynamicCast() local 950 QualType SrcType = SrcExpr->getType(); in DiagnoseReinterpretUpDownCast() local 1148 static bool IsAddressSpaceConversion(QualType SrcType, QualType DestType) { in IsAddressSpaceConversion() 1222 QualType SrcType = Self.Context.getCanonicalType(SrcExpr.get()->getType()); in TryStaticCast() local 1457 TryStaticPointerDowncast(Sema &Self, QualType SrcType, QualType DestType, in TryStaticPointerDowncast() 1491 TryStaticDowncast(Sema &Self, CanQualType SrcType, CanQualType DestType, in TryStaticDowncast() 1603 TryStaticMemberPointerUpcast(Sema &Self, ExprResult &SrcExpr, QualType SrcType, in TryStaticMemberPointerUpcast() 1780 QualType SrcType = SrcExpr.get()->getType(); in TryConstCast() local 1879 void Sema::CheckCompatibleReinterpretCast(QualType SrcType, QualType DestType, in CheckCompatibleReinterpretCast() [all …]
|
D | SemaExprObjC.cpp | 4187 QualType SrcType = castExpr->getType(); in CheckObjCBridgeRelatedCast() local 4225 QualType DestType, QualType SrcType, in checkObjCBridgeRelatedComponents() 4299 QualType DestType, QualType SrcType, in CheckObjCBridgeRelatedConversions()
|
/external/clang/lib/Sema/ |
D | SemaCast.cpp | 487 CastsAwayConstness(Sema &Self, QualType SrcType, QualType DestType, in CastsAwayConstness() 623 QualType SrcType = Self.Context.getCanonicalType(OrigSrcType); in CheckDynamicCast() local 749 QualType SrcType = SrcExpr->getType(); in DiagnoseReinterpretUpDownCast() local 1005 QualType SrcType = Self.Context.getCanonicalType(SrcExpr.get()->getType()); in TryStaticCast() local 1227 TryStaticPointerDowncast(Sema &Self, QualType SrcType, QualType DestType, in TryStaticPointerDowncast() 1261 TryStaticDowncast(Sema &Self, CanQualType SrcType, CanQualType DestType, in TryStaticDowncast() 1373 TryStaticMemberPointerUpcast(Sema &Self, ExprResult &SrcExpr, QualType SrcType, in TryStaticMemberPointerUpcast() 1547 QualType SrcType = SrcExpr.get()->getType(); in TryConstCast() local 1660 void Sema::CheckCompatibleReinterpretCast(QualType SrcType, QualType DestType, in CheckCompatibleReinterpretCast() 1712 QualType SrcType = SrcExpr.get()->getType(); in DiagnoseCastOfObjCSEL() local [all …]
|
D | SemaExprObjC.cpp | 3807 QualType SrcType = castExpr->getType(); in CheckObjCBridgeRelatedCast() local 3845 QualType DestType, QualType SrcType, in checkObjCBridgeRelatedComponents() 3919 QualType DestType, QualType SrcType, in CheckObjCBridgeRelatedConversions()
|
D | Sema.cpp | 352 QualType SrcType, in diagnoseNullableToNonnullConversion()
|
/external/tensorflow/tensorflow/core/framework/ |
D | tensor_util.h | 123 using SrcType = typename std::iterator_traits<SrcIter>::value_type; in ToArray() local
|
/external/angle/src/libANGLE/renderer/vulkan/shaders/src/ |
D | ImageCopy.frag.json | 13 "SrcType": [ array
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGExprScalar.cpp | 871 Value *ScalarExprEmitter::EmitConversionToBool(Value *Src, QualType SrcType) { in EmitConversionToBool() 891 Value *OrigSrc, QualType OrigSrcType, Value *Src, QualType SrcType, in EmitFloatConversionCheck() 962 EmitIntegerTruncationCheckHelper(Value *Src, QualType SrcType, Value *Dst, in EmitIntegerTruncationCheckHelper() 999 QualType SrcType, QualType DstType) { in PromotionIsPotentiallyEligibleForImplicitIntegerConversionCheck() 1003 void ScalarExprEmitter::EmitIntegerTruncationCheck(Value *Src, QualType SrcType, in EmitIntegerTruncationCheck() 1056 EmitIntegerSignChangeCheckHelper(Value *Src, QualType SrcType, Value *Dst, in EmitIntegerSignChangeCheckHelper() 1112 void ScalarExprEmitter::EmitIntegerSignChangeCheck(Value *Src, QualType SrcType, in EmitIntegerSignChangeCheck() 1196 Value *ScalarExprEmitter::EmitScalarConversion(Value *Src, QualType SrcType, in EmitScalarConversion() 1597 QualType SrcType = E->getSrcExpr()->getType(), in VisitConvertVectorExpr() local 1972 const QualType SrcType = E->getType(); in VisitCastExpr() local [all …]
|
D | CGExprComplex.cpp | 427 QualType SrcType, in EmitComplexToComplexCast() 445 QualType SrcType, in EmitScalarToComplexCast()
|
/external/skqp/gm/ |
D | xfermodes.cpp | 14 enum SrcType { enum
|
/external/skia/gm/ |
D | xfermodes.cpp | 28 enum SrcType { enum
|
/external/angle/src/libANGLE/renderer/vulkan/ |
D | vk_internal_shaders_autogen.h | 156 enum SrcType enum
|
/external/clang/lib/CodeGen/ |
D | CGExprScalar.cpp | 578 Value *ScalarExprEmitter::EmitConversionToBool(Value *Src, QualType SrcType) { in EmitConversionToBool() 598 Value *OrigSrc, QualType OrigSrcType, Value *Src, QualType SrcType, in EmitFloatConversionCheck() 732 Value *ScalarExprEmitter::EmitScalarConversion(Value *Src, QualType SrcType, in EmitScalarConversion() 738 Value *ScalarExprEmitter::EmitScalarConversion(Value *Src, QualType SrcType, in EmitScalarConversion() 1041 QualType SrcType = E->getSrcExpr()->getType(), in VisitConvertVectorExpr() local
|
D | CGExprComplex.cpp | 396 QualType SrcType, in EmitComplexToComplexCast() 412 QualType SrcType, in EmitScalarToComplexCast()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/ |
D | MachineIRBuilder.h | 129 enum class SrcType { Ty_Reg, Ty_MIB, Ty_Predicate, Ty_Imm }; enum
|
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
D | radeon_compiler_util.c | 364 unsigned int SrcType; member
|
/external/llvm-project/llvm/lib/Target/PowerPC/ |
D | PPCTargetTransformInfo.cpp | 426 Type *SrcType = CI->getArgOperand(0)->getType()->getScalarType(); in mightUseCTR() local
|
/external/skia/tests/ |
D | VkHardwareBufferTest.cpp | 1070 enum class SrcType { enum
|
/external/skqp/tests/ |
D | VkHardwareBufferTest.cpp | 1067 enum class SrcType { enum
|
/external/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
D | MachineIRBuilder.h | 128 enum class SrcType { Ty_Reg, Ty_MIB, Ty_Predicate, Ty_Imm }; enum
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
D | CombinerHelper.cpp | 207 LLT SrcType = MRI.getType(Src1); in matchCombineShuffleVector() local
|
/external/clang/lib/AST/ |
D | ExprConstant.cpp | 1658 QualType SrcType, const APFloat &Value, in HandleFloatToIntCast() 1673 QualType SrcType, QualType DestType, in HandleFloatToFloatCast() 1685 QualType DestType, QualType SrcType, in HandleIntToIntCast() 1697 QualType SrcType, const APSInt &Value, in HandleIntToFloatCast() 8022 QualType SrcType = SubExpr->getType(); in VisitCastExpr() local
|
D | ExprCXX.cpp | 570 QualType SrcType = getSubExpr()->getType(); in isAlwaysNull() local
|
/external/llvm-project/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyISelLowering.cpp | 1910 MVT SrcType = CastOp.getSimpleValueType(); in performVECTOR_SHUFFLECombine() local
|
/external/llvm-project/llvm/lib/Transforms/InstCombine/ |
D | InstCombineVectorOps.cpp | 2021 Type *SrcType = X->getType(); in foldTruncShuffle() local
|