Home
last modified time | relevance | path

Searched refs:UnsupportedType (Results 1 – 25 of 390) sorted by relevance

12345678910>>...16

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/flang/lib/Evaluate/
H A Dhost.h53 struct UnsupportedType {}; // There is no host type for the F18 type struct
56 using Type = UnsupportedType;
61 return (... && (!std::is_same_v<HostType<T>, UnsupportedType>)); in HostTypeExists()
119 using Type = UnsupportedType;
132 float, UnsupportedType>;
141 double, UnsupportedType>;
151 long double, UnsupportedType>;
161 long double, UnsupportedType>;
167 std::complex<HostType<RealT>>, UnsupportedType>;
171 using Type = std::conditional_t<KIND <= 8, std::uint8_t, UnsupportedType>;
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/flang/lib/Evaluate/
H A Dhost.h53 struct UnsupportedType {}; // There is no host type for the F18 type struct
56 using Type = UnsupportedType;
61 return (... && (!std::is_same_v<HostType<T>, UnsupportedType>)); in HostTypeExists()
119 using Type = UnsupportedType;
132 float, UnsupportedType>;
141 double, UnsupportedType>;
151 long double, UnsupportedType>;
161 long double, UnsupportedType>;
167 std::complex<HostType<RealT>>, UnsupportedType>;
171 using Type = std::conditional_t<KIND <= 8, std::uint8_t, UnsupportedType>;
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/flang/lib/Evaluate/
H A Dhost.h53 struct UnsupportedType {}; // There is no host type for the F18 type struct
56 using Type = UnsupportedType;
61 return (... && (!std::is_same_v<HostType<T>, UnsupportedType>)); in HostTypeExists()
119 using Type = UnsupportedType;
132 float, UnsupportedType>;
141 double, UnsupportedType>;
151 long double, UnsupportedType>;
161 long double, UnsupportedType>;
167 std::complex<HostType<RealT>>, UnsupportedType>;
171 using Type = std::conditional_t<KIND <= 8, std::uint8_t, UnsupportedType>;
/dports/devel/llvm12/llvm-project-12.0.1.src/flang/lib/Evaluate/
H A Dhost.h53 struct UnsupportedType {}; // There is no host type for the F18 type struct
56 using Type = UnsupportedType;
61 return (... && (!std::is_same_v<HostType<T>, UnsupportedType>)); in HostTypeExists()
119 using Type = UnsupportedType;
132 float, UnsupportedType>;
141 double, UnsupportedType>;
151 long double, UnsupportedType>;
161 long double, UnsupportedType>;
167 std::complex<HostType<RealT>>, UnsupportedType>;
171 using Type = std::conditional_t<KIND <= 8, std::uint8_t, UnsupportedType>;
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/flang/lib/Evaluate/
H A Dhost.h53 struct UnsupportedType {}; // There is no host type for the F18 type struct
56 using Type = UnsupportedType;
61 return (... && (!std::is_same_v<HostType<T>, UnsupportedType>)); in HostTypeExists()
119 using Type = UnsupportedType;
132 float, UnsupportedType>;
141 double, UnsupportedType>;
151 long double, UnsupportedType>;
161 long double, UnsupportedType>;
167 std::complex<HostType<RealT>>, UnsupportedType>;
171 using Type = std::conditional_t<KIND <= 8, std::uint8_t, UnsupportedType>;
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/flang/lib/Evaluate/
H A Dhost.h53 struct UnsupportedType {}; // There is no host type for the F18 type struct
56 using Type = UnsupportedType;
61 return (... && (!std::is_same_v<HostType<T>, UnsupportedType>)); in HostTypeExists()
119 using Type = UnsupportedType;
132 float, UnsupportedType>;
141 double, UnsupportedType>;
151 long double, UnsupportedType>;
161 long double, UnsupportedType>;
167 std::complex<HostType<RealT>>, UnsupportedType>;
171 using Type = std::conditional_t<KIND <= 8, std::uint8_t, UnsupportedType>;
/dports/devel/llvm13/llvm-project-13.0.1.src/flang/lib/Evaluate/
H A Dhost.h53 struct UnsupportedType {}; // There is no host type for the F18 type struct
56 using Type = UnsupportedType;
61 return (... && (!std::is_same_v<HostType<T>, UnsupportedType>)); in HostTypeExists()
119 using Type = UnsupportedType;
132 float, UnsupportedType>;
141 double, UnsupportedType>;
151 long double, UnsupportedType>;
161 long double, UnsupportedType>;
167 std::complex<HostType<RealT>>, UnsupportedType>;
171 using Type = std::conditional_t<KIND <= 8, std::uint8_t, UnsupportedType>;
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/flang/lib/Evaluate/
H A Dhost.h53 struct UnsupportedType {}; // There is no host type for the F18 type struct
56 using Type = UnsupportedType;
61 return (... && (!std::is_same_v<HostType<T>, UnsupportedType>)); in HostTypeExists()
100 std::conditional_t<HostTypeExists<T>(), HostType<T>, UnsupportedType>;
135 using Type = UnsupportedType;
146 float, UnsupportedType>;
153 double, UnsupportedType>;
161 long double, UnsupportedType>;
169 long double, UnsupportedType>;
175 std::complex<HostType<RealT>>, UnsupportedType>;
[all …]
/dports/devel/f18/f18-1688bef/lib/evaluate/
H A Dhost.h57 struct UnsupportedType {}; // There is no host type for the F18 type struct
60 using Type = UnsupportedType;
65 return (... && (!std::is_same_v<HostType<T>, UnsupportedType>)); in HostTypeExists()
104 std::conditional_t<HostTypeExists<T>(), HostType<T>, UnsupportedType>;
139 using Type = UnsupportedType;
150 float, UnsupportedType>;
157 double, UnsupportedType>;
165 long double, UnsupportedType>;
173 long double, UnsupportedType>;
179 std::complex<HostType<RealT>>, UnsupportedType>;
[all …]
/dports/net-im/libsignal-client/libsignal-client-0.9.6/cargo-crates/picky-asn1-der-0.2.4/src/ser/
H A Dmod.rs159 Err(Asn1DerError::UnsupportedType) in serialize_i8()
164 Err(Asn1DerError::UnsupportedType) in serialize_i16()
169 Err(Asn1DerError::UnsupportedType) in serialize_i32()
174 Err(Asn1DerError::UnsupportedType) in serialize_i64()
179 Err(Asn1DerError::UnsupportedType) in serialize_i128()
209 Err(Asn1DerError::UnsupportedType) in serialize_f32()
214 Err(Asn1DerError::UnsupportedType) in serialize_f64()
260 Err(Asn1DerError::UnsupportedType) in serialize_unit_variant()
328 Err(Asn1DerError::UnsupportedType) in serialize_newtype_variant()
356 Err(Asn1DerError::UnsupportedType) in serialize_tuple_variant()
[all …]
/dports/cad/horizon-eda/horizon-2.1.0/src/import_dxf/
H A Ddxf_importer.hpp20 enum class UnsupportedType { ELLIPSE, SPLINE }; enum in horizon::DXFImporter
22 const std::map<UnsupportedType, unsigned int> &get_items_unsupported() const;
31 std::map<UnsupportedType, unsigned int> items_unsupported;
H A Ddxf_importer.cpp40 std::map<DXFImporter::UnsupportedType, unsigned int> items_unsupported;
129 void add_unsupported(DXFImporter::UnsupportedType type) in add_unsupported()
164 add_unsupported(DXFImporter::UnsupportedType::ELLIPSE); in addEllipse()
169 add_unsupported(DXFImporter::UnsupportedType::SPLINE); in addSpline()
197 const std::map<DXFImporter::UnsupportedType, unsigned int> &DXFImporter::get_items_unsupported() co… in get_items_unsupported()
/dports/lang/gleam/gleam-0.18.2/cargo-crates/toml_edit-0.9.1/src/ser/
H A Ditem.rs104 Err(ErrorKind::UnsupportedType.into()) in serialize_unit()
108 Err(ErrorKind::UnsupportedType.into()) in serialize_unit_struct()
141 Err(ErrorKind::UnsupportedType.into()) in serialize_newtype_variant()
197 Err(ErrorKind::UnsupportedType.into()) in serialize_struct_variant()
H A Dmod.rs69 UnsupportedType, enumerator
78 ErrorKind::UnsupportedType => "unsupported Rust type".fmt(formatter), in fmt()
160 let root = item.into_table().map_err(|_| ErrorKind::UnsupportedType)?; in to_document()
/dports/security/py-fido2/fido2-0.9.2/fido2/attestation/
H A Dbase.py55 class UnsupportedType(InvalidAttestation): class
57 super(UnsupportedType, self).__init__(
140 raise UnsupportedType(auth_data, self.fmt)
/dports/editors/neovim-qt/neovim-qt-0.2.16.1/bindings/
H A Dgenerate_bindings.py44 class UnsupportedType(Exception): pass class
92 raise UnsupportedType(typename)
108 raise UnsupportedType(typename)
126 except UnsupportedType as ex:
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/corelib/serialization/
H A Dqcborcommon.cpp316 case UnsupportedType: in toString()
317 Q_STATIC_ASSERT(int(UnsupportedType) == int(CborErrorUnsupportedType)); in toString()
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/corelib/serialization/
H A Dqcborcommon.cpp316 case UnsupportedType: in toString()
317 Q_STATIC_ASSERT(int(UnsupportedType) == int(CborErrorUnsupportedType)); in toString()
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/corelib/serialization/
H A Dqcborcommon.cpp316 case UnsupportedType: in toString()
317 Q_STATIC_ASSERT(int(UnsupportedType) == int(CborErrorUnsupportedType)); in toString()
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/corelib/serialization/
H A Dqcborcommon.cpp316 case UnsupportedType: in toString()
317 Q_STATIC_ASSERT(int(UnsupportedType) == int(CborErrorUnsupportedType)); in toString()
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/corelib/serialization/
H A Dqcborcommon.cpp316 case UnsupportedType: in toString()
317 Q_STATIC_ASSERT(int(UnsupportedType) == int(CborErrorUnsupportedType)); in toString()
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/corelib/serialization/
H A Dqcborcommon.cpp316 case UnsupportedType: in toString()
317 Q_STATIC_ASSERT(int(UnsupportedType) == int(CborErrorUnsupportedType)); in toString()
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/corelib/serialization/
H A Dqcborcommon.cpp316 case UnsupportedType: in toString()
317 Q_STATIC_ASSERT(int(UnsupportedType) == int(CborErrorUnsupportedType)); in toString()
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/corelib/serialization/
H A Dqcborcommon.cpp316 case UnsupportedType: in toString()
317 Q_STATIC_ASSERT(int(UnsupportedType) == int(CborErrorUnsupportedType)); in toString()
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/corelib/serialization/
H A Dqcborcommon.cpp316 case UnsupportedType: in toString()
317 Q_STATIC_ASSERT(int(UnsupportedType) == int(CborErrorUnsupportedType)); in toString()

12345678910>>...16