Home
last modified time | relevance | path

Searched refs:m_repr (Results 1 – 25 of 62) sorted by relevance

123

/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/torture/
H A Dpr71002.C54 short_t& s = m_repr.short_repr(); in string()
64 long_t& l = m_repr.long_repr(); in string()
96 { return m_repr.s.h.is_short != 0; } in is_short()
108 repr_t tmp(m_repr); in swap_data()
109 m_repr = other.m_repr; in swap_data()
110 other.m_repr = tmp; in swap_data()
114 ::new(&m_repr.long_repr()) long_t(other.m_repr.long_repr()); in swap_data()
122 ::new(&other.m_repr.long_repr()) long_t(m_repr.long_repr()); in swap_data()
123 m_repr.long_repr().~long_t(); in swap_data()
127 m_repr.long_repr() = other.m_repr.long_repr(); in swap_data()
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/g++.dg/torture/
H A Dpr71002.C54 short_t& s = m_repr.short_repr(); in string()
64 long_t& l = m_repr.long_repr(); in string()
96 { return m_repr.s.h.is_short != 0; } in is_short()
108 repr_t tmp(m_repr); in swap_data()
109 m_repr = other.m_repr; in swap_data()
110 other.m_repr = tmp; in swap_data()
114 ::new(&m_repr.long_repr()) long_t(other.m_repr.long_repr()); in swap_data()
122 ::new(&other.m_repr.long_repr()) long_t(m_repr.long_repr()); in swap_data()
123 m_repr.long_repr().~long_t(); in swap_data()
127 m_repr.long_repr() = other.m_repr.long_repr(); in swap_data()
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/g++.dg/torture/
H A Dpr71002.C54 short_t& s = m_repr.short_repr(); in string()
64 long_t& l = m_repr.long_repr(); in string()
96 { return m_repr.s.h.is_short != 0; } in is_short()
108 repr_t tmp(m_repr); in swap_data()
109 m_repr = other.m_repr; in swap_data()
110 other.m_repr = tmp; in swap_data()
114 ::new(&m_repr.long_repr()) long_t(other.m_repr.long_repr()); in swap_data()
122 ::new(&other.m_repr.long_repr()) long_t(m_repr.long_repr()); in swap_data()
123 m_repr.long_repr().~long_t(); in swap_data()
127 m_repr.long_repr() = other.m_repr.long_repr(); in swap_data()
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/g++.dg/torture/
H A Dpr71002.C54 short_t& s = m_repr.short_repr(); in string()
64 long_t& l = m_repr.long_repr(); in string()
96 { return m_repr.s.h.is_short != 0; } in is_short()
108 repr_t tmp(m_repr); in swap_data()
109 m_repr = other.m_repr; in swap_data()
110 other.m_repr = tmp; in swap_data()
114 ::new(&m_repr.long_repr()) long_t(other.m_repr.long_repr()); in swap_data()
122 ::new(&other.m_repr.long_repr()) long_t(m_repr.long_repr()); in swap_data()
123 m_repr.long_repr().~long_t(); in swap_data()
127 m_repr.long_repr() = other.m_repr.long_repr(); in swap_data()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/g++.dg/torture/
H A Dpr71002.C54 short_t& s = m_repr.short_repr(); in string()
64 long_t& l = m_repr.long_repr(); in string()
96 { return m_repr.s.h.is_short != 0; } in is_short()
108 repr_t tmp(m_repr); in swap_data()
109 m_repr = other.m_repr; in swap_data()
110 other.m_repr = tmp; in swap_data()
114 ::new(&m_repr.long_repr()) long_t(other.m_repr.long_repr()); in swap_data()
122 ::new(&other.m_repr.long_repr()) long_t(m_repr.long_repr()); in swap_data()
123 m_repr.long_repr().~long_t(); in swap_data()
127 m_repr.long_repr() = other.m_repr.long_repr(); in swap_data()
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/g++.dg/torture/
H A Dpr71002.C54 short_t& s = m_repr.short_repr(); in string()
64 long_t& l = m_repr.long_repr(); in string()
96 { return m_repr.s.h.is_short != 0; } in is_short()
108 repr_t tmp(m_repr); in swap_data()
109 m_repr = other.m_repr; in swap_data()
110 other.m_repr = tmp; in swap_data()
114 ::new(&m_repr.long_repr()) long_t(other.m_repr.long_repr()); in swap_data()
122 ::new(&other.m_repr.long_repr()) long_t(m_repr.long_repr()); in swap_data()
123 m_repr.long_repr().~long_t(); in swap_data()
127 m_repr.long_repr() = other.m_repr.long_repr(); in swap_data()
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/torture/
H A Dpr71002.C54 short_t& s = m_repr.short_repr(); in string()
64 long_t& l = m_repr.long_repr(); in string()
96 { return m_repr.s.h.is_short != 0; } in is_short()
108 repr_t tmp(m_repr); in swap_data()
109 m_repr = other.m_repr; in swap_data()
110 other.m_repr = tmp; in swap_data()
114 ::new(&m_repr.long_repr()) long_t(other.m_repr.long_repr()); in swap_data()
122 ::new(&other.m_repr.long_repr()) long_t(m_repr.long_repr()); in swap_data()
123 m_repr.long_repr().~long_t(); in swap_data()
127 m_repr.long_repr() = other.m_repr.long_repr(); in swap_data()
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/torture/
H A Dpr71002.C54 short_t& s = m_repr.short_repr(); in string()
64 long_t& l = m_repr.long_repr(); in string()
96 { return m_repr.s.h.is_short != 0; } in is_short()
108 repr_t tmp(m_repr); in swap_data()
109 m_repr = other.m_repr; in swap_data()
110 other.m_repr = tmp; in swap_data()
114 ::new(&m_repr.long_repr()) long_t(other.m_repr.long_repr()); in swap_data()
122 ::new(&other.m_repr.long_repr()) long_t(m_repr.long_repr()); in swap_data()
123 m_repr.long_repr().~long_t(); in swap_data()
127 m_repr.long_repr() = other.m_repr.long_repr(); in swap_data()
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/g++.dg/torture/
H A Dpr71002.C54 short_t& s = m_repr.short_repr(); in string()
64 long_t& l = m_repr.long_repr(); in string()
96 { return m_repr.s.h.is_short != 0; } in is_short()
108 repr_t tmp(m_repr); in swap_data()
109 m_repr = other.m_repr; in swap_data()
110 other.m_repr = tmp; in swap_data()
114 ::new(&m_repr.long_repr()) long_t(other.m_repr.long_repr()); in swap_data()
122 ::new(&other.m_repr.long_repr()) long_t(m_repr.long_repr()); in swap_data()
123 m_repr.long_repr().~long_t(); in swap_data()
127 m_repr.long_repr() = other.m_repr.long_repr(); in swap_data()
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/g++.dg/torture/
H A Dpr71002.C54 short_t& s = m_repr.short_repr(); in string()
64 long_t& l = m_repr.long_repr(); in string()
96 { return m_repr.s.h.is_short != 0; } in is_short()
108 repr_t tmp(m_repr); in swap_data()
109 m_repr = other.m_repr; in swap_data()
110 other.m_repr = tmp; in swap_data()
114 ::new(&m_repr.long_repr()) long_t(other.m_repr.long_repr()); in swap_data()
122 ::new(&other.m_repr.long_repr()) long_t(m_repr.long_repr()); in swap_data()
123 m_repr.long_repr().~long_t(); in swap_data()
127 m_repr.long_repr() = other.m_repr.long_repr(); in swap_data()
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/g++.dg/torture/
H A Dpr71002.C54 short_t& s = m_repr.short_repr(); in string()
64 long_t& l = m_repr.long_repr(); in string()
96 { return m_repr.s.h.is_short != 0; } in is_short()
108 repr_t tmp(m_repr); in swap_data()
109 m_repr = other.m_repr; in swap_data()
110 other.m_repr = tmp; in swap_data()
114 ::new(&m_repr.long_repr()) long_t(other.m_repr.long_repr()); in swap_data()
122 ::new(&other.m_repr.long_repr()) long_t(m_repr.long_repr()); in swap_data()
123 m_repr.long_repr().~long_t(); in swap_data()
127 m_repr.long_repr() = other.m_repr.long_repr(); in swap_data()
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/g++.dg/torture/
H A Dpr71002.C54 short_t& s = m_repr.short_repr(); in string()
64 long_t& l = m_repr.long_repr(); in string()
96 { return m_repr.s.h.is_short != 0; } in is_short()
108 repr_t tmp(m_repr); in swap_data()
109 m_repr = other.m_repr; in swap_data()
110 other.m_repr = tmp; in swap_data()
114 ::new(&m_repr.long_repr()) long_t(other.m_repr.long_repr()); in swap_data()
122 ::new(&other.m_repr.long_repr()) long_t(m_repr.long_repr()); in swap_data()
123 m_repr.long_repr().~long_t(); in swap_data()
127 m_repr.long_repr() = other.m_repr.long_repr(); in swap_data()
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/torture/
H A Dpr71002.C54 short_t& s = m_repr.short_repr(); in string()
64 long_t& l = m_repr.long_repr(); in string()
96 { return m_repr.s.h.is_short != 0; } in is_short()
108 repr_t tmp(m_repr); in swap_data()
109 m_repr = other.m_repr; in swap_data()
110 other.m_repr = tmp; in swap_data()
114 ::new(&m_repr.long_repr()) long_t(other.m_repr.long_repr()); in swap_data()
122 ::new(&other.m_repr.long_repr()) long_t(m_repr.long_repr()); in swap_data()
123 m_repr.long_repr().~long_t(); in swap_data()
127 m_repr.long_repr() = other.m_repr.long_repr(); in swap_data()
[all …]
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/g++.dg/torture/
H A Dpr71002.C54 short_t& s = m_repr.short_repr(); in string()
64 long_t& l = m_repr.long_repr(); in string()
96 { return m_repr.s.h.is_short != 0; } in is_short()
108 repr_t tmp(m_repr); in swap_data()
109 m_repr = other.m_repr; in swap_data()
110 other.m_repr = tmp; in swap_data()
114 ::new(&m_repr.long_repr()) long_t(other.m_repr.long_repr()); in swap_data()
122 ::new(&other.m_repr.long_repr()) long_t(m_repr.long_repr()); in swap_data()
123 m_repr.long_repr().~long_t(); in swap_data()
127 m_repr.long_repr() = other.m_repr.long_repr(); in swap_data()
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/g++.dg/torture/
H A Dpr71002.C54 short_t& s = m_repr.short_repr(); in string()
64 long_t& l = m_repr.long_repr(); in string()
96 { return m_repr.s.h.is_short != 0; } in is_short()
108 repr_t tmp(m_repr); in swap_data()
109 m_repr = other.m_repr; in swap_data()
110 other.m_repr = tmp; in swap_data()
114 ::new(&m_repr.long_repr()) long_t(other.m_repr.long_repr()); in swap_data()
122 ::new(&other.m_repr.long_repr()) long_t(m_repr.long_repr()); in swap_data()
123 m_repr.long_repr().~long_t(); in swap_data()
127 m_repr.long_repr() = other.m_repr.long_repr(); in swap_data()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/g++.dg/torture/
H A Dpr71002.C54 short_t& s = m_repr.short_repr(); in string()
64 long_t& l = m_repr.long_repr(); in string()
96 { return m_repr.s.h.is_short != 0; } in is_short()
108 repr_t tmp(m_repr); in swap_data()
109 m_repr = other.m_repr; in swap_data()
110 other.m_repr = tmp; in swap_data()
114 ::new(&m_repr.long_repr()) long_t(other.m_repr.long_repr()); in swap_data()
122 ::new(&other.m_repr.long_repr()) long_t(m_repr.long_repr()); in swap_data()
123 m_repr.long_repr().~long_t(); in swap_data()
127 m_repr.long_repr() = other.m_repr.long_repr(); in swap_data()
[all …]
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/g++.dg/torture/
H A Dpr71002.C59 short_t& s = m_repr.short_repr(); in string()
69 long_t& l = m_repr.long_repr(); in string()
101 { return m_repr.s.h.is_short != 0; } in is_short()
113 repr_t tmp(m_repr); in swap_data()
114 m_repr = other.m_repr; in swap_data()
115 other.m_repr = tmp; in swap_data()
119 ::new(&m_repr.long_repr()) long_t(other.m_repr.long_repr()); in swap_data()
127 ::new(&other.m_repr.long_repr()) long_t(m_repr.long_repr()); in swap_data()
128 m_repr.long_repr().~long_t(); in swap_data()
132 m_repr.long_repr() = other.m_repr.long_repr(); in swap_data()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/g++.dg/torture/
H A Dpr71002.C59 short_t& s = m_repr.short_repr(); in string()
69 long_t& l = m_repr.long_repr(); in string()
101 { return m_repr.s.h.is_short != 0; } in is_short()
113 repr_t tmp(m_repr); in swap_data()
114 m_repr = other.m_repr; in swap_data()
115 other.m_repr = tmp; in swap_data()
119 ::new(&m_repr.long_repr()) long_t(other.m_repr.long_repr()); in swap_data()
127 ::new(&other.m_repr.long_repr()) long_t(m_repr.long_repr()); in swap_data()
128 m_repr.long_repr().~long_t(); in swap_data()
132 m_repr.long_repr() = other.m_repr.long_repr(); in swap_data()
[all …]
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/lib/pubkey/ec_group/
H A Dcurve_gfp.h112 m_repr(choose_repr(p, a, b)) in CurveGFp()
158 m_repr->to_curve_rep(x, ws); in to_rep()
163 m_repr->from_curve_rep(x, ws); in from_rep()
169 m_repr->from_curve_rep(xt, ws); in from_rep_to_tmp()
177 m_repr->curve_mul(z, x, y, ws); in mul()
188 m_repr->curve_sqr(z, x, ws); in sqr()
209 m_repr->curve_mul(z, x, y, ws); in mul_to_tmp()
216 m_repr->curve_sqr(z, x, ws); in sqr_to_tmp()
222 std::swap(m_repr, other.m_repr); in swap()
232 if(m_repr.get() == other.m_repr.get())
[all …]
/dports/security/botan2/Botan-2.18.2/src/lib/pubkey/ec_group/
H A Dcurve_gfp.h112 m_repr(choose_repr(p, a, b)) in CurveGFp()
158 m_repr->to_curve_rep(x, ws); in to_rep()
163 m_repr->from_curve_rep(x, ws); in from_rep()
169 m_repr->from_curve_rep(xt, ws); in from_rep_to_tmp()
177 m_repr->curve_mul(z, x, y, ws); in mul()
188 m_repr->curve_sqr(z, x, ws); in sqr()
209 m_repr->curve_mul(z, x, y, ws); in mul_to_tmp()
216 m_repr->curve_sqr(z, x, ws); in sqr_to_tmp()
222 std::swap(m_repr, other.m_repr); in swap()
232 if(m_repr.get() == other.m_repr.get())
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/lib/pubkey/ec_group/
H A Dcurve_gfp.h112 m_repr(choose_repr(p, a, b)) in CurveGFp()
158 m_repr->to_curve_rep(x, ws); in to_rep()
163 m_repr->from_curve_rep(x, ws); in from_rep()
169 m_repr->from_curve_rep(xt, ws); in from_rep_to_tmp()
177 m_repr->curve_mul(z, x, y, ws); in mul()
188 m_repr->curve_sqr(z, x, ws); in sqr()
209 m_repr->curve_mul(z, x, y, ws); in mul_to_tmp()
216 m_repr->curve_sqr(z, x, ws); in sqr_to_tmp()
222 std::swap(m_repr, other.m_repr); in swap()
232 if(m_repr.get() == other.m_repr.get())
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbSymUid.cpp73 m_repr = repr_cast<uint64_t>(repr); in PdbSymUid()
82 m_repr = repr_cast<uint64_t>(repr); in PdbSymUid()
91 m_repr = repr_cast<uint64_t>(repr); in PdbSymUid()
100 m_repr = repr_cast<uint64_t>(repr); in PdbSymUid()
109 m_repr = repr_cast<uint64_t>(repr); in PdbSymUid()
113 GenericIdRepr generic = repr_cast<GenericIdRepr>(m_repr); in kind()
119 auto repr = repr_cast<CompilandIdRepr>(m_repr); in asCompiland()
127 auto repr = repr_cast<CompilandSymIdRepr>(m_repr); in asCompilandSym()
137 auto repr = repr_cast<GlobalSymIdRepr>(m_repr); in asGlobalSym()
146 auto repr = repr_cast<TypeSymIdRepr>(m_repr); in asTypeSym()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbSymUid.cpp73 m_repr = repr_cast<uint64_t>(repr); in PdbSymUid()
82 m_repr = repr_cast<uint64_t>(repr); in PdbSymUid()
91 m_repr = repr_cast<uint64_t>(repr); in PdbSymUid()
100 m_repr = repr_cast<uint64_t>(repr); in PdbSymUid()
109 m_repr = repr_cast<uint64_t>(repr); in PdbSymUid()
113 GenericIdRepr generic = repr_cast<GenericIdRepr>(m_repr); in kind()
119 auto repr = repr_cast<CompilandIdRepr>(m_repr); in asCompiland()
127 auto repr = repr_cast<CompilandSymIdRepr>(m_repr); in asCompilandSym()
137 auto repr = repr_cast<GlobalSymIdRepr>(m_repr); in asGlobalSym()
146 auto repr = repr_cast<TypeSymIdRepr>(m_repr); in asTypeSym()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbSymUid.cpp73 m_repr = repr_cast<uint64_t>(repr); in PdbSymUid()
82 m_repr = repr_cast<uint64_t>(repr); in PdbSymUid()
91 m_repr = repr_cast<uint64_t>(repr); in PdbSymUid()
100 m_repr = repr_cast<uint64_t>(repr); in PdbSymUid()
109 m_repr = repr_cast<uint64_t>(repr); in PdbSymUid()
113 GenericIdRepr generic = repr_cast<GenericIdRepr>(m_repr); in kind()
119 auto repr = repr_cast<CompilandIdRepr>(m_repr); in asCompiland()
127 auto repr = repr_cast<CompilandSymIdRepr>(m_repr); in asCompilandSym()
137 auto repr = repr_cast<GlobalSymIdRepr>(m_repr); in asGlobalSym()
146 auto repr = repr_cast<TypeSymIdRepr>(m_repr); in asTypeSym()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbSymUid.cpp73 m_repr = repr_cast<uint64_t>(repr); in PdbSymUid()
82 m_repr = repr_cast<uint64_t>(repr); in PdbSymUid()
91 m_repr = repr_cast<uint64_t>(repr); in PdbSymUid()
100 m_repr = repr_cast<uint64_t>(repr); in PdbSymUid()
109 m_repr = repr_cast<uint64_t>(repr); in PdbSymUid()
113 GenericIdRepr generic = repr_cast<GenericIdRepr>(m_repr); in kind()
119 auto repr = repr_cast<CompilandIdRepr>(m_repr); in asCompiland()
127 auto repr = repr_cast<CompilandSymIdRepr>(m_repr); in asCompilandSym()
137 auto repr = repr_cast<GlobalSymIdRepr>(m_repr); in asGlobalSym()
146 auto repr = repr_cast<TypeSymIdRepr>(m_repr); in asTypeSym()
[all …]

123