/external/clang/lib/Sema/ |
D | SemaCast.cpp | 67 QualType DestType; member 241 QualType DestType = DestTInfo->getType(); in BuildCXXNamedCast() local 487 CastsAwayConstness(Sema &Self, QualType SrcType, QualType DestType, in CastsAwayConstness() 583 QualType DestType = Self.Context.getCanonicalType(this->DestType); in CheckDynamicCast() local 747 QualType DestType, in DiagnoseReinterpretUpDownCast() 946 QualType DestType, in TryStaticCast() 1135 TryLValueToRValueCast(Sema &Self, Expr *SrcExpr, QualType DestType, in TryLValueToRValueCast() 1189 TryStaticReferenceDowncast(Sema &Self, Expr *SrcExpr, QualType DestType, in TryStaticReferenceDowncast() 1227 TryStaticPointerDowncast(Sema &Self, QualType SrcType, QualType DestType, in TryStaticPointerDowncast() 1261 TryStaticDowncast(Sema &Self, CanQualType SrcType, CanQualType DestType, in TryStaticDowncast() [all …]
|
D | SemaInit.cpp | 3409 QualType DestType, in TryInitializerListConstruction() 3514 MultiExprArg Args, QualType DestType, in TryConstructorInitialization() 3693 QualType DestType = Entity.getType(); in TryReferenceListInitialization() local 3756 QualType DestType = Entity.getType(); in TryListInitialization() local 3949 QualType DestType = Entity.getType(); in TryRefInitWithConversionFunction() local 4129 QualType DestType = Entity.getType(); in TryReferenceInitialization() local 4209 QualType DestType = Entity.getType(); in TryReferenceInitializationCore() local 4533 QualType DestType = S.Context.getBaseElementType(Entity.getType()); in TryDefaultInitialization() local 4565 QualType DestType, in TryUserDefinedConversion() 4886 QualType DestType, in TryOCLSamplerInitialization() [all …]
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaCast.cpp | 73 QualType DestType; member 169 if (const auto *DestType = dyn_cast<PointerType>(ToType)) { in CheckNoDeref() local 290 QualType DestType = DestTInfo->getType(); in BuildCXXNamedCast() local 628 CastsAwayConstness(Sema &Self, QualType SrcType, QualType DestType, in CastsAwayConstness() 757 QualType DestType = Self.Context.getCanonicalType(this->DestType); in CheckDynamicCast() local 948 QualType DestType, in DiagnoseReinterpretUpDownCast() 1148 static bool IsAddressSpaceConversion(QualType SrcType, QualType DestType) { in IsAddressSpaceConversion() 1163 QualType DestType, in TryStaticCast() 1365 QualType DestType, bool CStyle, in TryLValueToRValueCast() 1419 TryStaticReferenceDowncast(Sema &Self, Expr *SrcExpr, QualType DestType, in TryStaticReferenceDowncast() [all …]
|
D | SemaInit.cpp | 3850 QualType DestType, in TryInitializerListConstruction() 3900 QualType DestType, in ResolveConstructorOverload() 4016 MultiExprArg Args, QualType DestType, in TryConstructorInitialization() 4238 QualType DestType = Entity.getType(); in TryReferenceListInitialization() local 4299 QualType DestType = Entity.getType(); in TryListInitialization() local 4497 QualType DestType = Entity.getType(); in TryRefInitWithConversionFunction() local 4683 QualType DestType = Entity.getType(); in TryReferenceInitialization() local 4724 QualType DestType = Entity.getType(); in TryReferenceInitializationCore() local 5133 QualType DestType = S.Context.getBaseElementType(Entity.getType()); in TryDefaultInitialization() local 5166 QualType DestType, in TryUserDefinedConversion() [all …]
|
/external/llvm-project/clang-tools-extra/clang-tidy/google/ |
D | AvoidCStyleCastsCheck.cpp | 36 static bool needsConstCast(QualType SourceType, QualType DestType) { in needsConstCast() 81 const QualType DestType = DestTypeAsWritten.getCanonicalType(); in check() local
|
/external/llvm-project/clang-tools-extra/clang-tidy/bugprone/ |
D | UndefinedMemoryManipulationCheck.cpp | 51 QualType DestType = Call->getArg(0)->IgnoreImplicit()->getType(); in check() local
|
/external/llvm-project/clang-tools-extra/clang-tidy/cppcoreguidelines/ |
D | ProTypeCstyleCastCheck.cpp | 20 static bool needsConstCast(QualType SourceType, QualType DestType) { in needsConstCast()
|
D | NarrowingConversionsCheck.cpp | 305 QualType DestType = Lhs.getType(); in handleFloatingToIntegral() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyAddMissingPrototypes.cpp | 96 if (auto *DestType = dyn_cast<FunctionType>( in runOnModule() local
|
/external/llvm-project/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyAddMissingPrototypes.cpp | 96 if (auto *DestType = dyn_cast<FunctionType>( in runOnModule() local
|
/external/llvm-project/clang-tools-extra/clang-tidy/readability/ |
D | ImplicitBoolConversionCheck.cpp | 199 QualType DestType, ASTContext &Context) { in getEquivalentForBoolLiteral() 379 QualType DestType = in handleCastFromBool() local
|
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
D | ConversionChecker.cpp | 129 QualType DestType, in isLossOfPrecision()
|
D | DynamicTypePropagation.cpp | 619 QualType DestType = CE->getType(); in checkPostStmt() local
|
D | NullabilityChecker.cpp | 975 QualType DestType = CE->getType(); in checkPostStmt() local
|
/external/libgav1/libgav1/src/dsp/ |
D | warp.cc | 99 using DestType = in Warp_C() typedef
|
/external/clang/lib/CodeGen/ |
D | CGExprConstant.cpp | 1238 QualType DestType, in EmitConstantExpr() 1263 QualType DestType, in EmitConstantValue() 1473 QualType DestType, in EmitConstantValueForMemory()
|
D | CGExprComplex.cpp | 397 QualType DestType, in EmitComplexToComplexCast() 413 QualType DestType, in EmitScalarToComplexCast()
|
/external/libgav1/libgav1/src/dsp/arm/ |
D | warp_neon.cc | 129 using DestType = in Warp_NEON() typedef
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGExprComplex.cpp | 428 QualType DestType, in EmitComplexToComplexCast() 446 QualType DestType, in EmitScalarToComplexCast()
|
/external/llvm-project/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCasts.cpp | 483 Type *DestType = Trunc.getType(); in foldVecTruncToExtElt() local 1866 Type *DestType = FI.getType(); in foldItoFPtoI() local 2258 Type *DestType = BitCast.getType(); in canonicalizeBitCastExtElt() local
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCasts.cpp | 442 Type *DestType = Trunc.getType(); in foldVecTruncToExtElt() local 1781 Type *DestType = BitCast.getType(); in canonicalizeBitCastExtElt() local
|
/external/libgav1/libgav1/src/dsp/x86/ |
D | warp_sse4.cc | 470 using DestType = in Warp_SSE4_1() typedef
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | DynamicTypePropagation.cpp | 528 QualType DestType = CE->getType(); in checkPostStmt() local
|
D | NullabilityChecker.cpp | 960 QualType DestType = CE->getType(); in checkPostStmt() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCasts.cpp | 459 Type *DestType = Trunc.getType(); in foldVecTruncToExtElt() local 2104 Type *DestType = BitCast.getType(); in canonicalizeBitCastExtElt() local
|