Home
last modified time | relevance | path

Searched refs:NType (Results 1 – 25 of 666) sorted by relevance

12345678910>>...27

/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/20_util/
H A Dvariable_templates_for_traits.cc121 struct NType struct
123 NType(int);
124 ~NType();
127 NType(const NType&); argument
128 NType& operator=(const NType&);
226 static_assert(!is_trivially_constructible_v<NType, NType>
246 static_assert(!is_trivially_assignable_v<NType, NType>
247 && !is_trivially_assignable<NType, NType>::value, "");
266 static_assert(!is_nothrow_constructible_v<NType, NType>
286 static_assert(!is_nothrow_assignable_v<NType, NType>
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libstdc++-v3/testsuite/20_util/
H A Dvariable_templates_for_traits.cc121 struct NType struct
123 NType(int);
124 ~NType();
127 NType(const NType&); argument
128 NType& operator=(const NType&);
226 static_assert(!is_trivially_constructible_v<NType, NType>
246 static_assert(!is_trivially_assignable_v<NType, NType>
247 && !is_trivially_assignable<NType, NType>::value, "");
266 static_assert(!is_nothrow_constructible_v<NType, NType>
286 static_assert(!is_nothrow_assignable_v<NType, NType>
[all …]
/dports/lang/gcc11/gcc-11.2.0/libstdc++-v3/testsuite/20_util/
H A Dvariable_templates_for_traits.cc121 struct NType struct
123 NType(int);
124 ~NType();
127 NType(const NType&); argument
128 NType& operator=(const NType&);
230 static_assert(!is_trivially_constructible_v<NType, NType>
250 static_assert(!is_trivially_assignable_v<NType, NType>
251 && !is_trivially_assignable<NType, NType>::value, "");
270 static_assert(!is_nothrow_constructible_v<NType, NType>
290 static_assert(!is_nothrow_assignable_v<NType, NType>
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/testsuite/20_util/
H A Dvariable_templates_for_traits.cc121 struct NType struct
123 NType(int);
124 ~NType();
127 NType(const NType&); argument
128 NType& operator=(const NType&);
230 static_assert(!is_trivially_constructible_v<NType, NType>
250 static_assert(!is_trivially_assignable_v<NType, NType>
251 && !is_trivially_assignable<NType, NType>::value, "");
270 static_assert(!is_nothrow_constructible_v<NType, NType>
290 static_assert(!is_nothrow_assignable_v<NType, NType>
[all …]
/dports/lang/gcc10/gcc-10.3.0/libstdc++-v3/testsuite/20_util/
H A Dvariable_templates_for_traits.cc122 struct NType struct
124 NType(int);
125 ~NType();
128 NType(const NType&); argument
129 NType& operator=(const NType&);
228 static_assert(!is_trivially_constructible_v<NType, NType>
248 static_assert(!is_trivially_assignable_v<NType, NType>
249 && !is_trivially_assignable<NType, NType>::value, "");
268 static_assert(!is_nothrow_constructible_v<NType, NType>
288 static_assert(!is_nothrow_assignable_v<NType, NType>
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/libstdc++-v3/testsuite/20_util/
H A Dvariable_templates_for_traits.cc121 struct NType struct
123 NType(int);
124 ~NType();
127 NType(const NType&); argument
128 NType& operator=(const NType&);
230 static_assert(!is_trivially_constructible_v<NType, NType>
250 static_assert(!is_trivially_assignable_v<NType, NType>
251 && !is_trivially_assignable<NType, NType>::value, "");
270 static_assert(!is_nothrow_constructible_v<NType, NType>
290 static_assert(!is_nothrow_assignable_v<NType, NType>
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/libstdc++-v3/testsuite/20_util/
H A Dvariable_templates_for_traits.cc121 struct NType struct
123 NType(int);
124 ~NType();
127 NType(const NType&); argument
128 NType& operator=(const NType&);
226 static_assert(!is_trivially_constructible_v<NType, NType>
246 static_assert(!is_trivially_assignable_v<NType, NType>
247 && !is_trivially_assignable<NType, NType>::value, "");
266 static_assert(!is_nothrow_constructible_v<NType, NType>
286 static_assert(!is_nothrow_assignable_v<NType, NType>
[all …]
/dports/lang/gnat_util/gcc-6-20180516/libstdc++-v3/testsuite/experimental/type_traits/
H A Dvalue.cc122 struct NType struct
124 NType(int);
125 ~NType();
128 NType(const NType&); argument
129 NType& operator=(const NType&);
227 static_assert(!is_trivially_constructible_v<NType, NType>
247 static_assert(!is_trivially_assignable_v<NType, NType>
248 && !is_trivially_assignable<NType, NType>::value, "");
267 static_assert(!is_nothrow_constructible_v<NType, NType>
287 static_assert(!is_nothrow_assignable_v<NType, NType>
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/libstdc++-v3/testsuite/20_util/
H A Dvariable_templates_for_traits.cc121 struct NType struct
123 NType(int);
124 ~NType();
127 NType(const NType&); argument
128 NType& operator=(const NType&);
226 static_assert(!is_trivially_constructible_v<NType, NType>
246 static_assert(!is_trivially_assignable_v<NType, NType>
247 && !is_trivially_assignable<NType, NType>::value, "");
266 static_assert(!is_nothrow_constructible_v<NType, NType>
286 static_assert(!is_nothrow_assignable_v<NType, NType>
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/libstdc++-v3/testsuite/20_util/
H A Dvariable_templates_for_traits.cc121 struct NType struct
123 NType(int);
124 ~NType();
127 NType(const NType&); argument
128 NType& operator=(const NType&);
226 static_assert(!is_trivially_constructible_v<NType, NType>
246 static_assert(!is_trivially_assignable_v<NType, NType>
247 && !is_trivially_assignable<NType, NType>::value, "");
266 static_assert(!is_nothrow_constructible_v<NType, NType>
286 static_assert(!is_nothrow_assignable_v<NType, NType>
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/20_util/
H A Dvariable_templates_for_traits.cc121 struct NType struct
123 NType(int);
124 ~NType();
127 NType(const NType&); argument
128 NType& operator=(const NType&);
226 static_assert(!is_trivially_constructible_v<NType, NType>
246 static_assert(!is_trivially_assignable_v<NType, NType>
247 && !is_trivially_assignable<NType, NType>::value, "");
266 static_assert(!is_nothrow_constructible_v<NType, NType>
286 static_assert(!is_nothrow_assignable_v<NType, NType>
[all …]
/dports/lang/gcc9/gcc-9.4.0/libstdc++-v3/testsuite/20_util/
H A Dvariable_templates_for_traits.cc121 struct NType struct
123 NType(int);
124 ~NType();
127 NType(const NType&); argument
128 NType& operator=(const NType&);
226 static_assert(!is_trivially_constructible_v<NType, NType>
246 static_assert(!is_trivially_assignable_v<NType, NType>
247 && !is_trivially_assignable<NType, NType>::value, "");
266 static_assert(!is_nothrow_constructible_v<NType, NType>
286 static_assert(!is_nothrow_assignable_v<NType, NType>
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/20_util/
H A Dvariable_templates_for_traits.cc121 struct NType struct
123 NType(int);
124 ~NType();
127 NType(const NType&); argument
128 NType& operator=(const NType&);
226 static_assert(!is_trivially_constructible_v<NType, NType>
246 static_assert(!is_trivially_assignable_v<NType, NType>
247 && !is_trivially_assignable<NType, NType>::value, "");
266 static_assert(!is_nothrow_constructible_v<NType, NType>
286 static_assert(!is_nothrow_assignable_v<NType, NType>
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/libstdc++-v3/testsuite/experimental/type_traits/
H A Dvalue.cc122 struct NType struct
124 NType(int);
125 ~NType();
128 NType(const NType&); argument
129 NType& operator=(const NType&);
227 static_assert(!is_trivially_constructible_v<NType, NType>
247 static_assert(!is_trivially_assignable_v<NType, NType>
248 && !is_trivially_assignable<NType, NType>::value, "");
267 static_assert(!is_nothrow_constructible_v<NType, NType>
287 static_assert(!is_nothrow_assignable_v<NType, NType>
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/libstdc++-v3/testsuite/20_util/
H A Dvariable_templates_for_traits.cc122 struct NType struct
124 NType(int);
125 ~NType();
128 NType(const NType&); argument
129 NType& operator=(const NType&);
228 static_assert(!is_trivially_constructible_v<NType, NType>
248 static_assert(!is_trivially_assignable_v<NType, NType>
249 && !is_trivially_assignable<NType, NType>::value, "");
268 static_assert(!is_nothrow_constructible_v<NType, NType>
288 static_assert(!is_nothrow_assignable_v<NType, NType>
[all …]
/dports/lang/gcc8/gcc-8.5.0/libstdc++-v3/testsuite/20_util/
H A Dvariable_templates_for_traits.cc121 struct NType struct
123 NType(int);
124 ~NType();
127 NType(const NType&); argument
128 NType& operator=(const NType&);
226 static_assert(!is_trivially_constructible_v<NType, NType>
246 static_assert(!is_trivially_assignable_v<NType, NType>
247 && !is_trivially_assignable<NType, NType>::value, "");
266 static_assert(!is_nothrow_constructible_v<NType, NType>
286 static_assert(!is_nothrow_assignable_v<NType, NType>
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libstdc++-v3/testsuite/20_util/
H A Dvariable_templates_for_traits.cc121 struct NType struct
123 NType(int);
124 ~NType();
127 NType(const NType&); argument
128 NType& operator=(const NType&);
230 static_assert(!is_trivially_constructible_v<NType, NType>
250 static_assert(!is_trivially_assignable_v<NType, NType>
251 && !is_trivially_assignable<NType, NType>::value, "");
270 static_assert(!is_nothrow_constructible_v<NType, NType>
290 static_assert(!is_nothrow_assignable_v<NType, NType>
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/libstdc++-v3/testsuite/20_util/
H A Dvariable_templates_for_traits.cc121 struct NType struct
123 NType(int);
124 ~NType();
127 NType(const NType&); argument
128 NType& operator=(const NType&);
226 static_assert(!is_trivially_constructible_v<NType, NType>
246 static_assert(!is_trivially_assignable_v<NType, NType>
247 && !is_trivially_assignable<NType, NType>::value, "");
266 static_assert(!is_nothrow_constructible_v<NType, NType>
286 static_assert(!is_nothrow_assignable_v<NType, NType>
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/experimental/type_traits/
H A Dvalue.cc187 struct NType struct
189 NType(int);
190 ~NType();
193 NType(const NType&); argument
194 NType& operator=(const NType&);
292 static_assert(!is_trivially_constructible_v<NType, NType>
312 static_assert(!is_trivially_assignable_v<NType, NType>
313 && !is_trivially_assignable<NType, NType>::value, "");
332 static_assert(!is_nothrow_constructible_v<NType, NType>
352 static_assert(!is_nothrow_assignable_v<NType, NType>
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libstdc++-v3/testsuite/experimental/type_traits/
H A Dvalue.cc187 struct NType struct
189 NType(int);
190 ~NType();
193 NType(const NType&); argument
194 NType& operator=(const NType&);
292 static_assert(!is_trivially_constructible_v<NType, NType>
312 static_assert(!is_trivially_assignable_v<NType, NType>
313 && !is_trivially_assignable<NType, NType>::value, "");
332 static_assert(!is_nothrow_constructible_v<NType, NType>
352 static_assert(!is_nothrow_assignable_v<NType, NType>
[all …]
/dports/lang/gcc11/gcc-11.2.0/libstdc++-v3/testsuite/experimental/type_traits/
H A Dvalue.cc188 struct NType struct
190 NType(int);
191 ~NType();
194 NType(const NType&); argument
195 NType& operator=(const NType&);
296 static_assert(!is_trivially_constructible_v<NType, NType>
316 static_assert(!is_trivially_assignable_v<NType, NType>
317 && !is_trivially_assignable<NType, NType>::value, "");
336 static_assert(!is_nothrow_constructible_v<NType, NType>
356 static_assert(!is_nothrow_assignable_v<NType, NType>
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/testsuite/experimental/type_traits/
H A Dvalue.cc188 struct NType struct
190 NType(int);
191 ~NType();
194 NType(const NType&); argument
195 NType& operator=(const NType&);
296 static_assert(!is_trivially_constructible_v<NType, NType>
316 static_assert(!is_trivially_assignable_v<NType, NType>
317 && !is_trivially_assignable<NType, NType>::value, "");
336 static_assert(!is_nothrow_constructible_v<NType, NType>
356 static_assert(!is_nothrow_assignable_v<NType, NType>
[all …]
/dports/lang/gcc10/gcc-10.3.0/libstdc++-v3/testsuite/experimental/type_traits/
H A Dvalue.cc188 struct NType struct
190 NType(int);
191 ~NType();
194 NType(const NType&); argument
195 NType& operator=(const NType&);
293 static_assert(!is_trivially_constructible_v<NType, NType>
313 static_assert(!is_trivially_assignable_v<NType, NType>
314 && !is_trivially_assignable<NType, NType>::value, "");
333 static_assert(!is_nothrow_constructible_v<NType, NType>
353 static_assert(!is_nothrow_assignable_v<NType, NType>
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/libstdc++-v3/testsuite/experimental/type_traits/
H A Dvalue.cc188 struct NType struct
190 NType(int);
191 ~NType();
194 NType(const NType&); argument
195 NType& operator=(const NType&);
296 static_assert(!is_trivially_constructible_v<NType, NType>
316 static_assert(!is_trivially_assignable_v<NType, NType>
317 && !is_trivially_assignable<NType, NType>::value, "");
336 static_assert(!is_nothrow_constructible_v<NType, NType>
356 static_assert(!is_nothrow_assignable_v<NType, NType>
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/libstdc++-v3/testsuite/experimental/type_traits/
H A Dvalue.cc188 struct NType struct
190 NType(int);
191 ~NType();
194 NType(const NType&); argument
195 NType& operator=(const NType&);
293 static_assert(!is_trivially_constructible_v<NType, NType>
313 static_assert(!is_trivially_assignable_v<NType, NType>
314 && !is_trivially_assignable<NType, NType>::value, "");
333 static_assert(!is_nothrow_constructible_v<NType, NType>
353 static_assert(!is_nothrow_assignable_v<NType, NType>
[all …]

12345678910>>...27