/dports/editors/libreoffice/libreoffice-7.2.6.2/include/o3tl/ |
H A D | strong_int.hxx | 83 struct strong_int struct 97 strong_int() : m_value(0) {} in strong_int() function 113 strong_int& operator+=(strong_int const & other) { m_value += other.m_value; return *this; } in operator +=() argument 114 strong_int& operator-=(strong_int const & other) { m_value -= other.m_value; return *this; } in operator -=() argument 115 strong_int& operator%=(strong_int const & other) { m_value %= other.m_value; return *this; } in operator %=() argument 119 …strong_int operator%(strong_int const & other) const { return strong_int(m_value % other.m_value);… in operator %() argument 121 strong_int operator-() const { return strong_int(-m_value); } in operator -() argument 123 …strong_int operator*(strong_int const & other) const { return strong_int(m_value * other.m_value);… in operator *() argument 125 …strong_int operator/(strong_int const & other) const { return strong_int(m_value / other.m_value);… in operator /() argument 141 strong_int<UT,PT> operator+(strong_int<UT,PT> const & lhs, strong_int<UT,PT> const & rhs) in operator +() [all …]
|
/dports/sysutils/lnav/lnav-0.10.1/src/ |
H A D | strong_int.hh | 45 class strong_int { class 49 strong_int operator+(const strong_int &rhs) const in operator +() 51 return strong_int(this->value + rhs.value); in operator +() 53 strong_int operator-(const strong_int &rhs) const in operator -() 55 return strong_int(this->value - rhs.value); in operator -() 57 strong_int operator/(const strong_int &rhs) const in operator /() 61 bool operator<(const strong_int &rhs) const in operator <() 65 strong_int &operator+=(const strong_int &rhs) in operator +=() 70 strong_int &operator-=(const strong_int &rhs) in operator -=() 75 strong_int &operator-() in operator -() [all …]
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/o3tl/ |
H A D | strong_int.hxx | 83 struct strong_int struct 97 strong_int() : m_value(0) {} in strong_int() function 110 …strong_int operator++(int) { UNDERLYING_TYPE nOldValue = m_value; ++m_value; return strong_int(nOl… in operator ++() argument 112 …strong_int operator--(int) { UNDERLYING_TYPE nOldValue = m_value; --m_value; return strong_int(nOl… in operator --() argument 113 strong_int& operator+=(strong_int const & other) { m_value += other.m_value; return *this; } in operator +=() argument 114 strong_int& operator-=(strong_int const & other) { m_value -= other.m_value; return *this; } in operator -=() argument 116 bool anyOf(strong_int v) const { in anyOf() argument 130 strong_int<UT,PT> operator+(strong_int<UT,PT> const & lhs, strong_int<UT,PT> const & rhs) in operator +() 132 return strong_int<UT,PT>(lhs.get() + rhs.get()); in operator +() 136 strong_int<UT,PT> operator-(strong_int<UT,PT> const & lhs, strong_int<UT,PT> const & rhs) in operator -() [all …]
|
/dports/devel/boost-docs/boost_1_72_0/libs/serialization/test/ |
H A D | test_strong_typedef.cpp | 24 BOOST_STRONG_TYPEDEF(int, strong_int) 27 BOOST_STATIC_ASSERT(boost::has_nothrow_default_constructor<strong_int>::value); 28 BOOST_STATIC_ASSERT(boost::has_nothrow_copy_constructor<strong_int>::value); 29 BOOST_STATIC_ASSERT(boost::has_nothrow_assign<strong_int>::value); 39 strong_int sint;
|
/dports/devel/boost-python-libs/boost_1_72_0/libs/serialization/test/ |
H A D | test_strong_typedef.cpp | 24 BOOST_STRONG_TYPEDEF(int, strong_int) 27 BOOST_STATIC_ASSERT(boost::has_nothrow_default_constructor<strong_int>::value); 28 BOOST_STATIC_ASSERT(boost::has_nothrow_copy_constructor<strong_int>::value); 29 BOOST_STATIC_ASSERT(boost::has_nothrow_assign<strong_int>::value); 39 strong_int sint;
|
/dports/devel/boost-libs/boost_1_72_0/libs/serialization/test/ |
H A D | test_strong_typedef.cpp | 24 BOOST_STRONG_TYPEDEF(int, strong_int) 27 BOOST_STATIC_ASSERT(boost::has_nothrow_default_constructor<strong_int>::value); 28 BOOST_STATIC_ASSERT(boost::has_nothrow_copy_constructor<strong_int>::value); 29 BOOST_STATIC_ASSERT(boost::has_nothrow_assign<strong_int>::value); 39 strong_int sint;
|
/dports/devel/hyperscan/boost_1_75_0/libs/serialization/test/ |
H A D | test_strong_typedef.cpp | 24 BOOST_STRONG_TYPEDEF(int, strong_int) 27 BOOST_STATIC_ASSERT(boost::has_nothrow_default_constructor<strong_int>::value); 28 BOOST_STATIC_ASSERT(boost::has_nothrow_copy_constructor<strong_int>::value); 29 BOOST_STATIC_ASSERT(boost::has_nothrow_assign<strong_int>::value); 39 strong_int sint;
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/tools/ |
H A D | degree.hxx | 17 typedef o3tl::strong_int<sal_Int16, struct Degree10Tag> Degree10; 23 typedef o3tl::strong_int<sal_Int32, struct Degree100Tag> Degree100;
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/inc/ |
H A D | TextFrameIndex.hxx | 22 typedef o3tl::strong_int<sal_Int32, struct Tag_TextFrameIndex> TextFrameIndex;
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/inc/ |
H A D | TextFrameIndex.hxx | 22 typedef o3tl::strong_int<sal_Int32, struct Tag_TextFrameIndex> TextFrameIndex;
|
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/g++.dg/lto/ |
H A D | pr84805_0.C | 60 struct strong_int { struct 63 typedef strong_int LanguageType; argument
|
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/lto/ |
H A D | pr84805_0.C | 60 struct strong_int { struct 63 typedef strong_int LanguageType; argument
|
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/g++.dg/lto/ |
H A D | pr84805_0.C | 60 struct strong_int { struct 63 typedef strong_int LanguageType; argument
|
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/g++.dg/lto/ |
H A D | pr84805_0.C | 60 struct strong_int { struct 63 typedef strong_int LanguageType; argument
|
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/g++.dg/lto/ |
H A D | pr84805_0.C | 60 struct strong_int { struct 63 typedef strong_int LanguageType; argument
|
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/g++.dg/lto/ |
H A D | pr84805_0.C | 60 struct strong_int { struct 63 typedef strong_int LanguageType; argument
|
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/lto/ |
H A D | pr84805_0.C | 60 struct strong_int { struct 63 typedef strong_int LanguageType; argument
|
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/g++.dg/lto/ |
H A D | pr84805_0.C | 60 struct strong_int { struct 63 typedef strong_int LanguageType; argument
|
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/g++.dg/lto/ |
H A D | pr84805_0.C | 60 struct strong_int { struct 63 typedef strong_int LanguageType; argument
|
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/lto/ |
H A D | pr84805_0.C | 60 struct strong_int { struct 63 typedef strong_int LanguageType; argument
|
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/g++.dg/lto/ |
H A D | pr84805_0.C | 60 struct strong_int { struct 63 typedef strong_int LanguageType; argument
|
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/g++.dg/lto/ |
H A D | pr84805_0.C | 60 struct strong_int { struct 63 typedef strong_int LanguageType; argument
|
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/lto/ |
H A D | pr84805_0.C | 60 struct strong_int { struct 63 typedef strong_int LanguageType; argument
|
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/g++.dg/lto/ |
H A D | pr84805_0.C | 60 struct strong_int { struct 63 typedef strong_int LanguageType; argument
|
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/g++.dg/lto/ |
H A D | pr84805_0.C | 60 struct strong_int { struct 63 typedef strong_int LanguageType; argument
|