Home
last modified time | relevance | path

Searched refs:DestType (Results 1 – 25 of 720) sorted by relevance

12345678910>>...29

/dports/x11-toolkits/p5-Prima/Prima-1.63/img/
H A Dconv.c25 DestType *dst = (DestType*) dstData; \
153 DestType *dst = (DestType*) dstData; \
163 DestType v = (dstLo<minimum_##DestType##Value) ? minimum_##DestType##Value : \
164 ((dstLo>maximum_##DestType##Value) ? maximum_##DestType##Value : dstLo); \
183 v = (v<minimum_##DestType##Value) ? minimum_##DestType##Value : \
184 ((v>maximum_##DestType##Value) ? maximum_##DestType##Value : v); \
198 DestType* dst = (DestType*) dstData; \
243 DestType v = (dstLo<minimum_##DestType##Value) ? minimum_##DestType##Value : \
244 ((dstLo>maximum_##DestType##Value) ? maximum_##DestType##Value : dstLo) \
267 v = (v<minimum_##DestType##Value) ? minimum_##DestType##Value : \
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/Sema/
H A DSemaCast.cpp70 DestType = DestType.getUnqualifiedType(); in CastOperation()
83 QualType DestType; member
652 assert((DestType->isAnyPointerType() || DestType->isMemberPointerType() || in CastsAwayConstness()
767 QualType DestType = Self.Context.getCanonicalType(this->DestType); in CheckDynamicCast() local
1156 << DestType << OpRange; in CheckReinterpretCast()
1887 DestType = Self.Context.getCanonicalType(DestType); in TryConstCast()
2044 QualType DT = DestType; in DiagnoseCastOfObjCSEL()
2205 DestType = Self.Context.getCanonicalType(DestType); in TryReinterpretCast()
2372 if (SrcType == DestType) { in TryReinterpretCast()
2825 && (DestType->isAnyPointerType() || DestType->isBlockPointerType())) in DiagnoseBadFunctionCast()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/Sema/
H A DSemaCast.cpp70 DestType = DestType.getUnqualifiedType(); in CastOperation()
83 QualType DestType; member
652 assert((DestType->isAnyPointerType() || DestType->isMemberPointerType() || in CastsAwayConstness()
767 QualType DestType = Self.Context.getCanonicalType(this->DestType); in CheckDynamicCast() local
1156 << DestType << OpRange; in CheckReinterpretCast()
1885 DestType = Self.Context.getCanonicalType(DestType); in TryConstCast()
2042 QualType DT = DestType; in DiagnoseCastOfObjCSEL()
2203 DestType = Self.Context.getCanonicalType(DestType); in TryReinterpretCast()
2370 if (SrcType == DestType) { in TryReinterpretCast()
2804 && (DestType->isAnyPointerType() || DestType->isBlockPointerType())) in DiagnoseBadFunctionCast()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/Sema/
H A DSemaCast.cpp70 DestType = DestType.getUnqualifiedType(); in CastOperation()
83 QualType DestType; member
652 assert((DestType->isAnyPointerType() || DestType->isMemberPointerType() || in CastsAwayConstness()
767 QualType DestType = Self.Context.getCanonicalType(this->DestType); in CheckDynamicCast() local
1156 << DestType << OpRange; in CheckReinterpretCast()
1885 DestType = Self.Context.getCanonicalType(DestType); in TryConstCast()
2042 QualType DT = DestType; in DiagnoseCastOfObjCSEL()
2203 DestType = Self.Context.getCanonicalType(DestType); in TryReinterpretCast()
2370 if (SrcType == DestType) { in TryReinterpretCast()
2804 && (DestType->isAnyPointerType() || DestType->isBlockPointerType())) in DiagnoseBadFunctionCast()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/Sema/
H A DSemaCast.cpp70 DestType = DestType.getUnqualifiedType(); in CastOperation()
83 QualType DestType; member
652 assert((DestType->isAnyPointerType() || DestType->isMemberPointerType() || in CastsAwayConstness()
767 QualType DestType = Self.Context.getCanonicalType(this->DestType); in CheckDynamicCast() local
1156 << DestType << OpRange; in CheckReinterpretCast()
1885 DestType = Self.Context.getCanonicalType(DestType); in TryConstCast()
2042 QualType DT = DestType; in DiagnoseCastOfObjCSEL()
2203 DestType = Self.Context.getCanonicalType(DestType); in TryReinterpretCast()
2370 if (SrcType == DestType) { in TryReinterpretCast()
2804 && (DestType->isAnyPointerType() || DestType->isBlockPointerType())) in DiagnoseBadFunctionCast()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/lib/Sema/
H A DSemaCast.cpp70 DestType = DestType.getUnqualifiedType(); in CastOperation()
83 QualType DestType; member
652 assert((DestType->isAnyPointerType() || DestType->isMemberPointerType() || in CastsAwayConstness()
767 QualType DestType = Self.Context.getCanonicalType(this->DestType); in CheckDynamicCast() local
1156 << DestType << OpRange; in CheckReinterpretCast()
1885 DestType = Self.Context.getCanonicalType(DestType); in TryConstCast()
2042 QualType DT = DestType; in DiagnoseCastOfObjCSEL()
2203 DestType = Self.Context.getCanonicalType(DestType); in TryReinterpretCast()
2370 if (SrcType == DestType) { in TryReinterpretCast()
2804 && (DestType->isAnyPointerType() || DestType->isBlockPointerType())) in DiagnoseBadFunctionCast()
[all …]
/dports/lang/clang-mesa/clang-13.0.1.src/lib/Sema/
H A DSemaCast.cpp70 DestType = DestType.getUnqualifiedType(); in CastOperation()
83 QualType DestType; member
652 assert((DestType->isAnyPointerType() || DestType->isMemberPointerType() || in CastsAwayConstness()
767 QualType DestType = Self.Context.getCanonicalType(this->DestType); in CheckDynamicCast() local
1156 << DestType << OpRange; in CheckReinterpretCast()
1885 DestType = Self.Context.getCanonicalType(DestType); in TryConstCast()
2042 QualType DT = DestType; in DiagnoseCastOfObjCSEL()
2203 DestType = Self.Context.getCanonicalType(DestType); in TryReinterpretCast()
2370 if (SrcType == DestType) { in TryReinterpretCast()
2804 && (DestType->isAnyPointerType() || DestType->isBlockPointerType())) in DiagnoseBadFunctionCast()
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/Sema/
H A DSemaCast.cpp73 QualType DestType;
574 assert((DestType->isAnyPointerType() || DestType->isMemberPointerType() ||
687 QualType DestType = Self.Context.getCanonicalType(this->DestType);
966 << DestType << OpRange;
998 if (DestType->isVoidType()) {
1673 DestType = Self.Context.getCanonicalType(DestType);
1830 QualType DT = DestType;
1990 DestType = Self.Context.getCanonicalType(DestType);
2138 if (SrcType == DestType) {
2456 && (DestType->isAnyPointerType() || DestType->isBlockPointerType()))
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/Sema/
H A DSemaCast.cpp73 QualType DestType; member
571 assert((DestType->isAnyPointerType() || DestType->isMemberPointerType() || in CastsAwayConstness()
684 QualType DestType = Self.Context.getCanonicalType(this->DestType); in CheckDynamicCast() local
963 << DestType << OpRange; in CheckReinterpretCast()
995 if (DestType->isVoidType()) { in CheckStaticCast()
1657 DestType = Self.Context.getCanonicalType(DestType); in TryConstCast()
1814 QualType DT = DestType; in DiagnoseCastOfObjCSEL()
1980 DestType = Self.Context.getCanonicalType(DestType); in TryReinterpretCast()
2128 if (SrcType == DestType) { in TryReinterpretCast()
2423 && (DestType->isAnyPointerType() || DestType->isBlockPointerType())) in DiagnoseBadFunctionCast()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/Sema/
H A DSemaCast.cpp72 QualType DestType; member
606 assert((DestType->isAnyPointerType() || DestType->isMemberPointerType() || in CastsAwayConstness()
719 QualType DestType = Self.Context.getCanonicalType(this->DestType); in CheckDynamicCast() local
998 << DestType << OpRange; in CheckReinterpretCast()
1030 if (DestType->isVoidType()) { in CheckStaticCast()
1707 DestType = Self.Context.getCanonicalType(DestType); in TryConstCast()
1864 QualType DT = DestType; in DiagnoseCastOfObjCSEL()
2024 DestType = Self.Context.getCanonicalType(DestType); in TryReinterpretCast()
2172 if (SrcType == DestType) { in TryReinterpretCast()
2578 && (DestType->isAnyPointerType() || DestType->isBlockPointerType())) in DiagnoseBadFunctionCast()
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/Sema/
H A DSemaCast.cpp72 QualType DestType; member
606 assert((DestType->isAnyPointerType() || DestType->isMemberPointerType() || in CastsAwayConstness()
719 QualType DestType = Self.Context.getCanonicalType(this->DestType); in CheckDynamicCast() local
998 << DestType << OpRange; in CheckReinterpretCast()
1030 if (DestType->isVoidType()) { in CheckStaticCast()
1707 DestType = Self.Context.getCanonicalType(DestType); in TryConstCast()
1864 QualType DT = DestType; in DiagnoseCastOfObjCSEL()
2024 DestType = Self.Context.getCanonicalType(DestType); in TryReinterpretCast()
2172 if (SrcType == DestType) { in TryReinterpretCast()
2578 && (DestType->isAnyPointerType() || DestType->isBlockPointerType())) in DiagnoseBadFunctionCast()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/Sema/
H A DSemaCast.cpp73 QualType DestType; member
642 assert((DestType->isAnyPointerType() || DestType->isMemberPointerType() || in CastsAwayConstness()
757 QualType DestType = Self.Context.getCanonicalType(this->DestType); in CheckDynamicCast() local
1062 << DestType << OpRange; in CheckReinterpretCast()
1096 if (DestType->isVoidType()) { in CheckStaticCast()
1779 DestType = Self.Context.getCanonicalType(DestType); in TryConstCast()
1936 QualType DT = DestType; in DiagnoseCastOfObjCSEL()
2096 DestType = Self.Context.getCanonicalType(DestType); in TryReinterpretCast()
2253 if (SrcType == DestType) { in TryReinterpretCast()
2669 && (DestType->isAnyPointerType() || DestType->isBlockPointerType())) in DiagnoseBadFunctionCast()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/Sema/
H A DSemaCast.cpp73 QualType DestType; member
642 assert((DestType->isAnyPointerType() || DestType->isMemberPointerType() || in CastsAwayConstness()
757 QualType DestType = Self.Context.getCanonicalType(this->DestType); in CheckDynamicCast() local
1062 << DestType << OpRange; in CheckReinterpretCast()
1096 if (DestType->isVoidType()) { in CheckStaticCast()
1779 DestType = Self.Context.getCanonicalType(DestType); in TryConstCast()
1936 QualType DT = DestType; in DiagnoseCastOfObjCSEL()
2096 DestType = Self.Context.getCanonicalType(DestType); in TryReinterpretCast()
2253 if (SrcType == DestType) { in TryReinterpretCast()
2669 && (DestType->isAnyPointerType() || DestType->isBlockPointerType())) in DiagnoseBadFunctionCast()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/Sema/
H A DSemaCast.cpp73 QualType DestType; member
642 assert((DestType->isAnyPointerType() || DestType->isMemberPointerType() || in CastsAwayConstness()
757 QualType DestType = Self.Context.getCanonicalType(this->DestType); in CheckDynamicCast() local
1062 << DestType << OpRange; in CheckReinterpretCast()
1096 if (DestType->isVoidType()) { in CheckStaticCast()
1779 DestType = Self.Context.getCanonicalType(DestType); in TryConstCast()
1936 QualType DT = DestType; in DiagnoseCastOfObjCSEL()
2096 DestType = Self.Context.getCanonicalType(DestType); in TryReinterpretCast()
2247 if (SrcType == DestType) { in TryReinterpretCast()
2663 && (DestType->isAnyPointerType() || DestType->isBlockPointerType())) in DiagnoseBadFunctionCast()
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/Sema/
H A DSemaCast.cpp72 QualType DestType; member
606 assert((DestType->isAnyPointerType() || DestType->isMemberPointerType() || in CastsAwayConstness()
719 QualType DestType = Self.Context.getCanonicalType(this->DestType); in CheckDynamicCast() local
998 << DestType << OpRange; in CheckReinterpretCast()
1030 if (DestType->isVoidType()) { in CheckStaticCast()
1705 DestType = Self.Context.getCanonicalType(DestType); in TryConstCast()
1862 QualType DT = DestType; in DiagnoseCastOfObjCSEL()
2022 DestType = Self.Context.getCanonicalType(DestType); in TryReinterpretCast()
2170 if (SrcType == DestType) { in TryReinterpretCast()
2558 && (DestType->isAnyPointerType() || DestType->isBlockPointerType())) in DiagnoseBadFunctionCast()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/Sema/
H A DSemaCast.cpp73 QualType DestType; member
645 assert((DestType->isAnyPointerType() || DestType->isMemberPointerType() || in CastsAwayConstness()
760 QualType DestType = Self.Context.getCanonicalType(this->DestType); in CheckDynamicCast() local
1053 << DestType << OpRange; in CheckReinterpretCast()
1087 if (DestType->isVoidType()) { in CheckStaticCast()
1764 DestType = Self.Context.getCanonicalType(DestType); in TryConstCast()
1921 QualType DT = DestType; in DiagnoseCastOfObjCSEL()
2081 DestType = Self.Context.getCanonicalType(DestType); in TryReinterpretCast()
2232 if (SrcType == DestType) { in TryReinterpretCast()
2648 && (DestType->isAnyPointerType() || DestType->isBlockPointerType())) in DiagnoseBadFunctionCast()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/Sema/
H A DSemaCast.cpp74 QualType DestType; member
694 assert((DestType->isAnyPointerType() || DestType->isMemberPointerType() || in CastsAwayConstness()
817 QualType DestType = Self.Context.getCanonicalType(this->DestType); in CheckDynamicCast() local
1854 DestType = Self.Context.getCanonicalType(DestType); in TryConstCast()
2081 if (DestType->isPointerType() || DestType->isReferenceType()) { in checkCapabilityToIntCast()
2107 QualType DT = DestType; in DiagnoseCastOfObjCSEL()
2304 DestType = Self.Context.getCanonicalType(DestType); in TryReinterpretCast()
2466 if (SrcType == DestType) { in TryReinterpretCast()
2905 && (DestType->isAnyPointerType() || DestType->isBlockPointerType())) in DiagnoseBadFunctionCast()
2973 DestType->dump(); in CheckCapabilityConversions()
[all …]
/dports/graphics/vigra/vigra-8acd73a/include/vigra/
H A Dmulti_morphology.hxx60 template <class DestType, class TmpType>
80 DestType foreground = dilation in exec()
93 template <class DestType>
94 struct MultiBinaryMorphologyImpl<DestType, DestType>
108 DestType radius2 = detail::RequiresExplicitCast<DestType>::cast(radius * radius); in exec()
109 DestType foreground = dilation in exec()
235 if(dmax > NumericTraits<DestType>::toRealPromote(NumericTraits<DestType>::max())) in doxygen_overloaded_function()
359 if(dmax > NumericTraits<DestType>::toRealPromote(NumericTraits<DestType>::max())) in doxygen_overloaded_function()
476 DestType MaxValue = NumericTraits<DestType>::max(); in doxygen_overloaded_function()
617 DestType MinValue = NumericTraits<DestType>::min(); in doxygen_overloaded_function()
[all …]
/dports/devel/hpx/hpx-1.2.1/hpx/util/
H A Dsafe_lexical_cast.hpp19 template <typename DestType, typename SrcType>
20 DestType safe_lexical_cast(
21 SrcType const& value, DestType const& dflt = DestType())
25 return boost::lexical_cast<DestType>(value);
34 template <typename DestType, typename Config>
36 std::is_integral<DestType>::value, DestType
38 Config const& config, std::string const& key, DestType const& dflt) in get_entry_as()
43 template <typename DestType, typename Config>
44 DestType get_entry_as(
48 safe_lexical_cast<DestType>(dflt));
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang-tools-extra/clang-tidy/google/
H A DAvoidCStyleCastsCheck.cpp36 static bool needsConstCast(QualType SourceType, QualType DestType) { in needsConstCast() argument
37 while ((SourceType->isPointerType() && DestType->isPointerType()) || in needsConstCast()
40 DestType = DestType->getPointeeType(); in needsConstCast()
81 const QualType DestType = DestTypeAsWritten.getCanonicalType(); in check() local
173 if (SourceType == DestType) { in check()
178 if (needsConstCast(SourceType, DestType) && in check()
179 pointedUnqualifiedTypesAreEqual(SourceType, DestType)) { in check()
187 if (DestType->isReferenceType()) { in check()
188 QualType Dest = DestType.getNonReferenceType(); in check()
203 (DestType->isBuiltinType() || DestType->isEnumeralType())) { in check()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang-tools-extra/clang-tidy/google/
H A DAvoidCStyleCastsCheck.cpp36 static bool needsConstCast(QualType SourceType, QualType DestType) { in needsConstCast() argument
37 while ((SourceType->isPointerType() && DestType->isPointerType()) || in needsConstCast()
40 DestType = DestType->getPointeeType(); in needsConstCast()
81 const QualType DestType = DestTypeAsWritten.getCanonicalType(); in check() local
173 if (SourceType == DestType) { in check()
178 if (needsConstCast(SourceType, DestType) && in check()
179 pointedUnqualifiedTypesAreEqual(SourceType, DestType)) { in check()
187 if (DestType->isReferenceType()) { in check()
188 QualType Dest = DestType.getNonReferenceType(); in check()
203 (DestType->isBuiltinType() || DestType->isEnumeralType())) { in check()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang-tools-extra/clang-tidy/google/
H A DAvoidCStyleCastsCheck.cpp36 static bool needsConstCast(QualType SourceType, QualType DestType) { in needsConstCast() argument
37 while ((SourceType->isPointerType() && DestType->isPointerType()) || in needsConstCast()
40 DestType = DestType->getPointeeType(); in needsConstCast()
81 const QualType DestType = DestTypeAsWritten.getCanonicalType(); in check() local
173 if (SourceType == DestType) { in check()
178 if (needsConstCast(SourceType, DestType) && in check()
179 pointedUnqualifiedTypesAreEqual(SourceType, DestType)) { in check()
187 if (DestType->isReferenceType()) { in check()
188 QualType Dest = DestType.getNonReferenceType(); in check()
203 (DestType->isBuiltinType() || DestType->isEnumeralType())) { in check()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/clang-tools-extra/clang-tidy/google/
H A DAvoidCStyleCastsCheck.cpp36 static bool needsConstCast(QualType SourceType, QualType DestType) { in needsConstCast() argument
37 while ((SourceType->isPointerType() && DestType->isPointerType()) || in needsConstCast()
40 DestType = DestType->getPointeeType(); in needsConstCast()
81 const QualType DestType = DestTypeAsWritten.getCanonicalType(); in check() local
173 if (SourceType == DestType) { in check()
178 if (needsConstCast(SourceType, DestType) && in check()
179 pointedUnqualifiedTypesAreEqual(SourceType, DestType)) { in check()
187 if (DestType->isReferenceType()) { in check()
188 QualType Dest = DestType.getNonReferenceType(); in check()
203 (DestType->isBuiltinType() || DestType->isEnumeralType())) { in check()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/tools/extra/clang-tidy/google/
H A DAvoidCStyleCastsCheck.cpp36 static bool needsConstCast(QualType SourceType, QualType DestType) { in needsConstCast() argument
37 while ((SourceType->isPointerType() && DestType->isPointerType()) || in needsConstCast()
40 DestType = DestType->getPointeeType(); in needsConstCast()
81 const QualType DestType = DestTypeAsWritten.getCanonicalType(); in check() local
173 if (SourceType == DestType) { in check()
178 if (needsConstCast(SourceType, DestType) && in check()
179 pointedUnqualifiedTypesAreEqual(SourceType, DestType)) { in check()
187 if (DestType->isReferenceType()) { in check()
188 QualType Dest = DestType.getNonReferenceType(); in check()
203 (DestType->isBuiltinType() || DestType->isEnumeralType())) { in check()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang-tools-extra/clang-tidy/google/
H A DAvoidCStyleCastsCheck.cpp36 static bool needsConstCast(QualType SourceType, QualType DestType) { in needsConstCast() argument
37 while ((SourceType->isPointerType() && DestType->isPointerType()) || in needsConstCast()
40 DestType = DestType->getPointeeType(); in needsConstCast()
81 const QualType DestType = DestTypeAsWritten.getCanonicalType(); in check() local
173 if (SourceType == DestType) { in check()
178 if (needsConstCast(SourceType, DestType) && in check()
179 pointedUnqualifiedTypesAreEqual(SourceType, DestType)) { in check()
187 if (DestType->isReferenceType()) { in check()
188 QualType Dest = DestType.getNonReferenceType(); in check()
203 (DestType->isBuiltinType() || DestType->isEnumeralType())) { in check()
[all …]

12345678910>>...29