/aosp_15_r20/external/clang/lib/Sema/ |
H A 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 …]
|
H A 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 …]
|
H A D | SemaExprObjC.cpp | 3845 QualType DestType, QualType SrcType, in checkObjCBridgeRelatedComponents() 3919 QualType DestType, QualType SrcType, in CheckObjCBridgeRelatedConversions()
|
/aosp_15_r20/external/pigweed/pw_toolchain/public/pw_toolchain/internal/ |
H A D | sibling_cast.h | 50 using DestType = std::remove_pointer_t<std::remove_reference_t<Dest>>; in SiblingCast() local
|
/aosp_15_r20/external/clang/lib/CodeGen/ |
H A D | CGExprConstant.cpp | 1238 QualType DestType, in EmitConstantExpr() 1263 QualType DestType, in EmitConstantValue() 1473 QualType DestType, in EmitConstantValueForMemory()
|
H A D | CGExprComplex.cpp | 397 QualType DestType, in EmitComplexToComplexCast() 413 QualType DestType, in EmitScalarToComplexCast()
|
H A D | CGStmtOpenMP.cpp | 2782 QualType SrcType, QualType DestType, in convertToScalarValue() 2796 QualType DestType, SourceLocation Loc) { in convertToComplexValue()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyAddMissingPrototypes.cpp | 96 if (auto *DestType = dyn_cast<FunctionType>( in runOnModule() local
|
/aosp_15_r20/external/libgav1/src/dsp/arm/ |
H A D | warp_neon.cc | 136 using DestType = in Warp_NEON() typedef 563 using DestType = in Warp_NEON() typedef
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyAddMissingPrototypes.cpp | 109 FunctionType *DestType = CB->getFunctionType(); in runOnModule() local
|
/aosp_15_r20/external/libgav1/src/dsp/ |
H A D | warp.cc | 99 using DestType = in Warp_C() typedef
|
H A D | warp_test.cc | 288 using DestType = typedef in libgav1::dsp::__anon3602b0d60111::WarpTest
|
/aosp_15_r20/frameworks/libs/binary_translation/heavy_optimizer/riscv64/ |
D | inline_intrinsic.h | 178 using DestType = typename DestRegClass::Type; in Mov() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCasts.cpp | 532 Type *DestType = Trunc.getType(); in foldVecTruncToExtElt() local 1978 Type *DestType = FI.getType(); in foldItoFPtoI() local 2373 Type *DestType = BitCast.getType(); in canonicalizeBitCastExtElt() local
|
/aosp_15_r20/external/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCasts.cpp | 442 Type *DestType = Trunc.getType(); in foldVecTruncToExtElt() local 1781 Type *DestType = BitCast.getType(); in canonicalizeBitCastExtElt() local
|
/aosp_15_r20/external/libgav1/src/dsp/x86/ |
H A D | warp_sse4.cc | 480 using DestType = in Warp_SSE4_1() typedef
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCasts.cpp | 459 Type *DestType = Trunc.getType(); in foldVecTruncToExtElt() local 2104 Type *DestType = BitCast.getType(); in canonicalizeBitCastExtElt() local
|
/aosp_15_r20/external/clang/lib/StaticAnalyzer/Checkers/ |
H A D | DynamicTypePropagation.cpp | 528 QualType DestType = CE->getType(); in checkPostStmt() local
|
H A D | NullabilityChecker.cpp | 960 QualType DestType = CE->getType(); in checkPostStmt() local
|
/aosp_15_r20/external/clang/lib/AST/ |
H A D | ExprConstant.cpp | 1651 const T &SrcValue, QualType DestType) { in HandleOverflow() 1659 QualType DestType, APSInt &Result) { in HandleFloatToIntCast() 1673 QualType SrcType, QualType DestType, in HandleFloatToFloatCast() 1685 QualType DestType, QualType SrcType, in HandleIntToIntCast() 1698 QualType DestType, APFloat &Result) { in HandleIntToFloatCast() 8021 QualType DestType = E->getType(); in VisitCastExpr() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Sema/ |
D | Overload.h | 740 QualType DestType, in getNullptrToBool()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Sema/ |
D | Overload.h | 740 QualType DestType, in getNullptrToBool()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Sema/ |
D | Overload.h | 718 QualType DestType, in getNullptrToBool()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Sema/ |
D | Overload.h | 743 QualType DestType, in getNullptrToBool()
|
/aosp_15_r20/external/swiftshader/third_party/subzero/src/ |
H A D | WasmTranslator.cpp | 1217 auto DestType = toIceType(Type); in LoadMem() local
|