Home
last modified time | relevance | path

Searched defs:SrcType (Results 1 – 25 of 379) sorted by relevance

12345678910>>...16

/dports/lang/spidermonkey60/firefox-60.9.0/modules/pdfium/pdfium/third_party/base/numerics/
H A Dsafe_conversions.h78 using SrcType = typename internal::UnderlyingType<Src>::type; in checked_cast() local
130 using SrcType = typename UnderlyingType<Src>::type; in saturated_cast() local
141 using SrcType = typename UnderlyingType<Src>::type; in strict_cast() local
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/Sema/
H A DSemaCast.cpp960 QualType SrcType = SrcExpr->getType(); in DiagnoseReinterpretUpDownCast() local
1068 QualType SrcType = SrcExpr.get()->getType(); in checkCastFunctionType() local
1888 QualType SrcType = SrcExpr.get()->getType(); in TryConstCast() local
2039 QualType SrcType = SrcExpr.get()->getType(); in DiagnoseCastOfObjCSEL() local
2060 QualType SrcType = SrcExpr.get()->getType(); in DiagnoseCallingConvCast() local
2147 QualType SrcType = SrcExpr->getType(); in checkIntToPointerCast() local
2206 QualType SrcType = SrcExpr.get()->getType(); in TryReinterpretCast() local
2555 auto SrcType = SrcExpr.get()->getType(); in TryAddressSpaceCast() local
2821 QualType SrcType = SrcExpr.get()->getType(); in DiagnoseBadFunctionCast() local
2896 QualType SrcType = SrcExpr.get()->getType(); in CheckCStyleCast() local
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/Sema/
H A DSemaCast.cpp960 QualType SrcType = SrcExpr->getType(); in DiagnoseReinterpretUpDownCast() local
1068 QualType SrcType = SrcExpr.get()->getType(); in checkCastFunctionType() local
1886 QualType SrcType = SrcExpr.get()->getType(); in TryConstCast() local
2037 QualType SrcType = SrcExpr.get()->getType(); in DiagnoseCastOfObjCSEL() local
2058 QualType SrcType = SrcExpr.get()->getType(); in DiagnoseCallingConvCast() local
2145 QualType SrcType = SrcExpr->getType(); in checkIntToPointerCast() local
2204 QualType SrcType = SrcExpr.get()->getType(); in TryReinterpretCast() local
2553 auto SrcType = SrcExpr.get()->getType(); in TryAddressSpaceCast() local
2800 QualType SrcType = SrcExpr.get()->getType(); in DiagnoseBadFunctionCast() local
2875 QualType SrcType = SrcExpr.get()->getType(); in CheckCStyleCast() local
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/Sema/
H A DSemaCast.cpp960 QualType SrcType = SrcExpr->getType(); in DiagnoseReinterpretUpDownCast() local
1068 QualType SrcType = SrcExpr.get()->getType(); in checkCastFunctionType() local
1886 QualType SrcType = SrcExpr.get()->getType(); in TryConstCast() local
2037 QualType SrcType = SrcExpr.get()->getType(); in DiagnoseCastOfObjCSEL() local
2058 QualType SrcType = SrcExpr.get()->getType(); in DiagnoseCallingConvCast() local
2145 QualType SrcType = SrcExpr->getType(); in checkIntToPointerCast() local
2204 QualType SrcType = SrcExpr.get()->getType(); in TryReinterpretCast() local
2553 auto SrcType = SrcExpr.get()->getType(); in TryAddressSpaceCast() local
2800 QualType SrcType = SrcExpr.get()->getType(); in DiagnoseBadFunctionCast() local
2875 QualType SrcType = SrcExpr.get()->getType(); in CheckCStyleCast() local
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/Sema/
H A DSemaCast.cpp960 QualType SrcType = SrcExpr->getType(); in DiagnoseReinterpretUpDownCast() local
1068 QualType SrcType = SrcExpr.get()->getType(); in checkCastFunctionType() local
1886 QualType SrcType = SrcExpr.get()->getType(); in TryConstCast() local
2037 QualType SrcType = SrcExpr.get()->getType(); in DiagnoseCastOfObjCSEL() local
2058 QualType SrcType = SrcExpr.get()->getType(); in DiagnoseCallingConvCast() local
2145 QualType SrcType = SrcExpr->getType(); in checkIntToPointerCast() local
2204 QualType SrcType = SrcExpr.get()->getType(); in TryReinterpretCast() local
2553 auto SrcType = SrcExpr.get()->getType(); in TryAddressSpaceCast() local
2800 QualType SrcType = SrcExpr.get()->getType(); in DiagnoseBadFunctionCast() local
2875 QualType SrcType = SrcExpr.get()->getType(); in CheckCStyleCast() local
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/lib/Sema/
H A DSemaCast.cpp960 QualType SrcType = SrcExpr->getType(); in DiagnoseReinterpretUpDownCast() local
1068 QualType SrcType = SrcExpr.get()->getType(); in checkCastFunctionType() local
1886 QualType SrcType = SrcExpr.get()->getType(); in TryConstCast() local
2037 QualType SrcType = SrcExpr.get()->getType(); in DiagnoseCastOfObjCSEL() local
2058 QualType SrcType = SrcExpr.get()->getType(); in DiagnoseCallingConvCast() local
2145 QualType SrcType = SrcExpr->getType(); in checkIntToPointerCast() local
2204 QualType SrcType = SrcExpr.get()->getType(); in TryReinterpretCast() local
2553 auto SrcType = SrcExpr.get()->getType(); in TryAddressSpaceCast() local
2800 QualType SrcType = SrcExpr.get()->getType(); in DiagnoseBadFunctionCast() local
2875 QualType SrcType = SrcExpr.get()->getType(); in CheckCStyleCast() local
[all …]
/dports/lang/clang-mesa/clang-13.0.1.src/lib/Sema/
H A DSemaCast.cpp960 QualType SrcType = SrcExpr->getType(); in DiagnoseReinterpretUpDownCast() local
1068 QualType SrcType = SrcExpr.get()->getType(); in checkCastFunctionType() local
1886 QualType SrcType = SrcExpr.get()->getType(); in TryConstCast() local
2037 QualType SrcType = SrcExpr.get()->getType(); in DiagnoseCastOfObjCSEL() local
2058 QualType SrcType = SrcExpr.get()->getType(); in DiagnoseCallingConvCast() local
2145 QualType SrcType = SrcExpr->getType(); in checkIntToPointerCast() local
2204 QualType SrcType = SrcExpr.get()->getType(); in TryReinterpretCast() local
2553 auto SrcType = SrcExpr.get()->getType(); in TryAddressSpaceCast() local
2800 QualType SrcType = SrcExpr.get()->getType(); in DiagnoseBadFunctionCast() local
2875 QualType SrcType = SrcExpr.get()->getType(); in CheckCStyleCast() local
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/Sema/
H A DSemaCast.cpp1015 QualType SrcType = SrcExpr->getType(); in DiagnoseReinterpretUpDownCast() local
1855 QualType SrcType = SrcExpr.get()->getType(); in TryConstCast() local
2102 QualType SrcType = SrcExpr.get()->getType(); in DiagnoseCastOfObjCSEL() local
2123 QualType SrcType = SrcExpr.get()->getType(); in DiagnoseCallingConvCast() local
2248 QualType SrcType = SrcExpr->getType(); in checkIntToPointerCast() local
2305 QualType SrcType = SrcExpr.get()->getType(); in TryReinterpretCast() local
2672 auto SrcType = SrcExpr.get()->getType(); in TryAddressSpaceCast() local
2901 QualType SrcType = SrcExpr.get()->getType(); in DiagnoseBadFunctionCast() local
2948 auto SrcType = SrcExpr.get()->getType(); in CheckCapabilityConversions() local
3042 QualType SrcType = SrcExpr.get()->getType(); in CheckCStyleCast() local
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/Sema/
H A DSemaCast.cpp886 QualType SrcType = SrcExpr->getType(); in DiagnoseReinterpretUpDownCast() local
1708 QualType SrcType = SrcExpr.get()->getType(); in TryConstCast() local
1859 QualType SrcType = SrcExpr.get()->getType(); in DiagnoseCastOfObjCSEL() local
1880 QualType SrcType = SrcExpr.get()->getType(); in DiagnoseCallingConvCast() local
1967 QualType SrcType = SrcExpr->getType(); in checkIntToPointerCast() local
2025 QualType SrcType = SrcExpr.get()->getType(); in TryReinterpretCast() local
2350 auto SrcType = SrcExpr.get()->getType(); in TryAddressSpaceCast() local
2574 QualType SrcType = SrcExpr.get()->getType(); in DiagnoseBadFunctionCast() local
2636 QualType SrcType = SrcExpr.get()->getType(); in CheckCStyleCast() local
2821 QualType SrcType = SrcExpr.get()->getType(); in CheckBuiltinBitCast() local
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/Sema/
H A DSemaCast.cpp941 QualType SrcType = SrcExpr->getType(); in DiagnoseReinterpretUpDownCast() local
1765 QualType SrcType = SrcExpr.get()->getType(); in TryConstCast() local
1916 QualType SrcType = SrcExpr.get()->getType(); in DiagnoseCastOfObjCSEL() local
1937 QualType SrcType = SrcExpr.get()->getType(); in DiagnoseCallingConvCast() local
2024 QualType SrcType = SrcExpr->getType(); in checkIntToPointerCast() local
2082 QualType SrcType = SrcExpr.get()->getType(); in TryReinterpretCast() local
2415 auto SrcType = SrcExpr.get()->getType(); in TryAddressSpaceCast() local
2644 QualType SrcType = SrcExpr.get()->getType(); in DiagnoseBadFunctionCast() local
2706 QualType SrcType = SrcExpr.get()->getType(); in CheckCStyleCast() local
2931 QualType SrcType = SrcExpr.get()->getType(); in CheckBuiltinBitCast() local
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/Sema/
H A DSemaCast.cpp886 QualType SrcType = SrcExpr->getType(); in DiagnoseReinterpretUpDownCast() local
1708 QualType SrcType = SrcExpr.get()->getType(); in TryConstCast() local
1859 QualType SrcType = SrcExpr.get()->getType(); in DiagnoseCastOfObjCSEL() local
1880 QualType SrcType = SrcExpr.get()->getType(); in DiagnoseCallingConvCast() local
1967 QualType SrcType = SrcExpr->getType(); in checkIntToPointerCast() local
2025 QualType SrcType = SrcExpr.get()->getType(); in TryReinterpretCast() local
2350 auto SrcType = SrcExpr.get()->getType(); in TryAddressSpaceCast() local
2574 QualType SrcType = SrcExpr.get()->getType(); in DiagnoseBadFunctionCast() local
2636 QualType SrcType = SrcExpr.get()->getType(); in CheckCStyleCast() local
2821 QualType SrcType = SrcExpr.get()->getType(); in CheckBuiltinBitCast() local
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/Sema/
H A DSemaCast.cpp886 QualType SrcType = SrcExpr->getType(); in DiagnoseReinterpretUpDownCast() local
1706 QualType SrcType = SrcExpr.get()->getType(); in TryConstCast() local
1857 QualType SrcType = SrcExpr.get()->getType(); in DiagnoseCastOfObjCSEL() local
1878 QualType SrcType = SrcExpr.get()->getType(); in DiagnoseCallingConvCast() local
1965 QualType SrcType = SrcExpr->getType(); in checkIntToPointerCast() local
2023 QualType SrcType = SrcExpr.get()->getType(); in TryReinterpretCast() local
2330 auto SrcType = SrcExpr.get()->getType(); in TryAddressSpaceCast() local
2554 QualType SrcType = SrcExpr.get()->getType(); in DiagnoseBadFunctionCast() local
2616 QualType SrcType = SrcExpr.get()->getType(); in CheckCStyleCast() local
2801 QualType SrcType = SrcExpr.get()->getType(); in CheckBuiltinBitCast() local
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/Sema/
H A DSemaCast.cpp557 CastsAwayConstness(Sema &Self, QualType SrcType, QualType DestType, in CastsAwayConstness()
724 QualType SrcType = Self.Context.getCanonicalType(OrigSrcType); in CheckDynamicCast() local
851 QualType SrcType = SrcExpr->getType(); in DiagnoseReinterpretUpDownCast() local
1658 QualType SrcType = SrcExpr.get()->getType(); in TryConstCast() local
1809 QualType SrcType = SrcExpr.get()->getType(); in DiagnoseCastOfObjCSEL() local
1830 QualType SrcType = SrcExpr.get()->getType(); in DiagnoseCallingConvCast() local
1917 QualType SrcType = SrcExpr->getType(); in checkIntToPointerCast() local
1981 QualType SrcType = SrcExpr.get()->getType(); in TryReinterpretCast() local
2419 QualType SrcType = SrcExpr.get()->getType(); in DiagnoseBadFunctionCast() local
2481 QualType SrcType = SrcExpr.get()->getType(); in CheckCStyleCast() local
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/Sema/
H A DSemaCast.cpp950 QualType SrcType = SrcExpr->getType(); in DiagnoseReinterpretUpDownCast() local
1780 QualType SrcType = SrcExpr.get()->getType(); in TryConstCast() local
1931 QualType SrcType = SrcExpr.get()->getType(); in DiagnoseCastOfObjCSEL() local
1952 QualType SrcType = SrcExpr.get()->getType(); in DiagnoseCallingConvCast() local
2039 QualType SrcType = SrcExpr->getType(); in checkIntToPointerCast() local
2097 QualType SrcType = SrcExpr.get()->getType(); in TryReinterpretCast() local
2430 auto SrcType = SrcExpr.get()->getType(); in TryAddressSpaceCast() local
2659 QualType SrcType = SrcExpr.get()->getType(); in DiagnoseBadFunctionCast() local
2734 QualType SrcType = SrcExpr.get()->getType(); in CheckCStyleCast() local
2959 QualType SrcType = SrcExpr.get()->getType(); in CheckBuiltinBitCast() local
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/Sema/
H A DSemaCast.cpp950 QualType SrcType = SrcExpr->getType(); in DiagnoseReinterpretUpDownCast() local
1780 QualType SrcType = SrcExpr.get()->getType(); in TryConstCast() local
1931 QualType SrcType = SrcExpr.get()->getType(); in DiagnoseCastOfObjCSEL() local
1952 QualType SrcType = SrcExpr.get()->getType(); in DiagnoseCallingConvCast() local
2039 QualType SrcType = SrcExpr->getType(); in checkIntToPointerCast() local
2097 QualType SrcType = SrcExpr.get()->getType(); in TryReinterpretCast() local
2436 auto SrcType = SrcExpr.get()->getType(); in TryAddressSpaceCast() local
2665 QualType SrcType = SrcExpr.get()->getType(); in DiagnoseBadFunctionCast() local
2740 QualType SrcType = SrcExpr.get()->getType(); in CheckCStyleCast() local
2972 QualType SrcType = SrcExpr.get()->getType(); in CheckBuiltinBitCast() local
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/Sema/
H A DSemaCast.cpp950 QualType SrcType = SrcExpr->getType(); in DiagnoseReinterpretUpDownCast() local
1780 QualType SrcType = SrcExpr.get()->getType(); in TryConstCast() local
1931 QualType SrcType = SrcExpr.get()->getType(); in DiagnoseCastOfObjCSEL() local
1952 QualType SrcType = SrcExpr.get()->getType(); in DiagnoseCallingConvCast() local
2039 QualType SrcType = SrcExpr->getType(); in checkIntToPointerCast() local
2097 QualType SrcType = SrcExpr.get()->getType(); in TryReinterpretCast() local
2436 auto SrcType = SrcExpr.get()->getType(); in TryAddressSpaceCast() local
2665 QualType SrcType = SrcExpr.get()->getType(); in DiagnoseBadFunctionCast() local
2740 QualType SrcType = SrcExpr.get()->getType(); in CheckCStyleCast() local
2972 QualType SrcType = SrcExpr.get()->getType(); in CheckBuiltinBitCast() local
[all …]
/dports/graphics/devil/devil-1.7.8/src-IL/src/
H A Dil_convbuff.c34 …onvertBuffer(ILuint SizeOfData, ILenum SrcFormat, ILenum DestFormat, ILenum SrcType, ILenum DestTy… in ilConvertBuffer()
1967 void* ILAPIENTRY iSwitchTypes(ILuint SizeOfData, ILenum SrcType, ILenum DestType, void *Buffer) in iSwitchTypes()
/dports/graphics/panomatic/panomatic-0.9.4/vigra/include/vigra/
H A Dnoise_normalization.hxx759 typedef typename SrcAccessor::value_type SrcType; in nonparametricNoiseNormalizationImpl() typedef
778 typedef typename VectorElementAccessor<SrcAccessor>::value_type SrcType; in nonparametricNoiseNormalizationImpl() typedef
796 typedef typename SrcAccessor::value_type SrcType; in quadraticNoiseNormalizationImpl() typedef
815 typedef typename VectorElementAccessor<SrcAccessor>::value_type SrcType; in quadraticNoiseNormalizationImpl() typedef
867 typedef typename SrcAccessor::value_type SrcType; in linearNoiseNormalizationImpl() typedef
1029 typedef typename SrcAccessor::value_type SrcType; in noiseVarianceEstimation() typedef
1205 typedef typename SrcAccessor::value_type SrcType; in nonparametricNoiseNormalization() typedef
1283 typedef typename SrcAccessor::value_type SrcType; in quadraticNoiseNormalization() typedef
1365 typedef typename SrcAccessor::value_type SrcType; in quadraticNoiseNormalization() typedef
1443 typedef typename SrcAccessor::value_type SrcType; in linearNoiseNormalization() typedef
[all …]
H A Dmathutil.hxx413 y = (y + l)/4.0; in localMinMax()
603 if(degreesOfFreedom == 0) in localMinMax()
615 degreesOfFreedom = degreesOfFreedom - 1; in localMinMax()
616 am = 1.0; in localMinMax()
628 detail::noncentralChi2OneIteration(arg, lans, dans, pans, degreesOfFreedom); in localMinMax()
/dports/graphics/vigra/vigra-8acd73a/include/vigra/
H A Dnoise_normalization.hxx771 typedef typename SrcAccessor::value_type SrcType; in nonparametricNoiseNormalizationImpl() typedef
790 typedef typename VectorElementAccessor<SrcAccessor>::value_type SrcType; in nonparametricNoiseNormalizationImpl() typedef
808 typedef typename SrcAccessor::value_type SrcType; in quadraticNoiseNormalizationImpl() typedef
827 typedef typename VectorElementAccessor<SrcAccessor>::value_type SrcType; in quadraticNoiseNormalizationImpl() typedef
879 typedef typename SrcAccessor::value_type SrcType; in linearNoiseNormalizationImpl() typedef
1067 typedef typename SrcAccessor::value_type SrcType; in doxygen_overloaded_function() typedef
1315 typedef typename SrcAccessor::value_type SrcType; in doxygen_overloaded_function() typedef
1475 typedef typename SrcAccessor::value_type SrcType; in doxygen_overloaded_function() typedef
1517 typedef typename SrcAccessor::value_type SrcType; in quadraticNoiseNormalization() typedef
1678 typedef typename SrcAccessor::value_type SrcType; in doxygen_overloaded_function() typedef
[all …]
H A Dmulti_tensorutilities.hxx269 typedef typename SrcAccessor::value_type SrcType; in doxygen_overloaded_function() typedef
382 typedef typename SrcAccessor::value_type SrcType; in doxygen_overloaded_function() typedef
489 typedef typename SrcAccessor::value_type SrcType; in doxygen_overloaded_function() typedef
601 typedef typename SrcAccessor::value_type SrcType; in doxygen_overloaded_function() typedef
H A Dlocalminmax.hxx253 typedef typename SrcAccessor::value_type SrcType; in extendedLocalMinMax() typedef
356 typedef typename SrcAccessor::value_type SrcType; in extendedLocalMinMax3D() typedef
723 typedef typename SrcAccessor::value_type SrcType; in doxygen_overloaded_function() typedef
1088 typedef typename SrcAccessor::value_type SrcType; in doxygen_overloaded_function() typedef
1503 typedef typename SrcAccessor::value_type SrcType; in doxygen_overloaded_function() typedef
1520 typedef typename SrcAccessor::value_type SrcType; in extendedLocalMinima() typedef
1618 typedef typename SrcAccessor::value_type SrcType; in doxygen_overloaded_function() typedef
1633 typedef typename SrcAccessor::value_type SrcType; in extendedLocalMinima3D() typedef
1851 typedef typename SrcAccessor::value_type SrcType; in doxygen_overloaded_function() typedef
1868 typedef typename SrcAccessor::value_type SrcType; in extendedLocalMaxima() typedef
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/compilerplugins/clang/
H A Dfaileddyncast.cxx23 QualType SrcType = expr->getSubExpr()->getType(); in isAlwaysNull() local
/dports/editors/libreoffice6/libreoffice-6.4.7.2/compilerplugins/clang/
H A Dfaileddyncast.cxx23 QualType SrcType = expr->getSubExpr()->getType(); in isAlwaysNull() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/libANGLE/renderer/vulkan/shaders/src/
H A DImageCopy.frag.json13 "SrcType": [ array

12345678910>>...16