Home
last modified time | relevance | path

Searched defs:Sub (Results 1 – 25 of 4597) sorted by relevance

12345678910>>...184

/dports/math/blaze/blaze-3.8/blaze/math/functors/
H A DSub.h84 struct Sub struct
106 static constexpr bool simdEnabled() { return HasSIMDSub_v<T1,T2>; } in simdEnabled() argument
114 static constexpr bool paddingEnabled() { return true; } in paddingEnabled()
147 struct YieldsUniform<Sub,T1,T2> argument
/dports/devel/boost-docs/boost_1_72_0/libs/serialization/test/
H A Dtest_multiple_inheritance.cpp65 struct Sub : struct
70 Sub(){} in Sub() argument
71 Sub(int x) : in Sub() argument
76 bool operator==(Sub & rhs) const { in operator ==() argument
83 virtual ~Sub() {} in ~Sub() argument
96 BOOST_CLASS_EXPORT(Sub) in BOOST_CLASS_EXPORT() argument
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/serialization/test/
H A Dtest_multiple_inheritance.cpp65 struct Sub : struct
70 Sub(){} in Sub() argument
71 Sub(int x) : in Sub() argument
76 bool operator==(Sub & rhs) const { in operator ==() argument
83 virtual ~Sub() {} in ~Sub() argument
96 BOOST_CLASS_EXPORT(Sub) in BOOST_CLASS_EXPORT() argument
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/serialization/test/
H A Dtest_multiple_inheritance.cpp65 struct Sub : struct
70 Sub(){} in Sub() function
71 Sub(int x) : in Sub() function
76 bool operator==(Sub & rhs) const { in operator ==() argument
83 virtual ~Sub() {} in ~Sub() argument
96 BOOST_CLASS_EXPORT(Sub) in BOOST_CLASS_EXPORT() argument
/dports/databases/percona57-server/boost_1_59_0/libs/serialization/test/
H A Dtest_multiple_inheritance.cpp65 struct Sub : struct
70 Sub(){} in Sub() function
71 Sub(int x) : in Sub() function
76 bool operator==(Sub & rhs) const { in operator ==() argument
83 virtual ~Sub() {} in ~Sub() argument
96 BOOST_CLASS_EXPORT(Sub) in BOOST_CLASS_EXPORT() argument
/dports/databases/xtrabackup/boost_1_59_0/libs/serialization/test/
H A Dtest_multiple_inheritance.cpp65 struct Sub : struct
70 Sub(){} in Sub() argument
71 Sub(int x) : in Sub() function
76 bool operator==(Sub & rhs) const { in operator ==() argument
83 virtual ~Sub() {} in ~Sub() argument
96 BOOST_CLASS_EXPORT(Sub) in BOOST_CLASS_EXPORT() argument
/dports/databases/percona57-client/boost_1_59_0/libs/serialization/test/
H A Dtest_multiple_inheritance.cpp65 struct Sub : struct
70 Sub(){} in Sub() argument
71 Sub(int x) : in Sub() function
76 bool operator==(Sub & rhs) const { in operator ==() argument
83 virtual ~Sub() {} in ~Sub() argument
96 BOOST_CLASS_EXPORT(Sub) in BOOST_CLASS_EXPORT() argument
/dports/devel/boost-libs/boost_1_72_0/libs/serialization/test/
H A Dtest_multiple_inheritance.cpp65 struct Sub : struct
70 Sub(){} in Sub() argument
71 Sub(int x) : in Sub() function
76 bool operator==(Sub & rhs) const { in operator ==() argument
83 virtual ~Sub() {} in ~Sub() argument
96 BOOST_CLASS_EXPORT(Sub) in BOOST_CLASS_EXPORT() argument
/dports/devel/boost-python-libs/boost_1_72_0/libs/serialization/test/
H A Dtest_multiple_inheritance.cpp65 struct Sub : struct
70 Sub(){} in Sub() argument
71 Sub(int x) : in Sub() argument
76 bool operator==(Sub & rhs) const { in operator ==() argument
83 virtual ~Sub() {} in ~Sub() argument
96 BOOST_CLASS_EXPORT(Sub) in BOOST_CLASS_EXPORT() argument
/dports/devel/hyperscan/boost_1_75_0/libs/serialization/test/
H A Dtest_multiple_inheritance.cpp65 struct Sub : struct
70 Sub(){} in Sub() function
71 Sub(int x) : in Sub() argument
76 bool operator==(Sub & rhs) const { in operator ==() argument
83 virtual ~Sub() {} in ~Sub() argument
96 BOOST_CLASS_EXPORT(Sub) in BOOST_CLASS_EXPORT() argument
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/cpp0x/
H A Dconstexpr-array15.C4 struct Sub { struct
7 constexpr Sub() : i(-1) {} // remove constexpr and it works as expected in Sub() argument
13 Sub::Sub(Sub&& rhs) : Sub() { int tmp = i; i = rhs.i; rhs.i = tmp; } in Sub() function
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/g++.dg/cpp0x/
H A Dconstexpr-array15.C4 struct Sub { struct
7 constexpr Sub() : i(-1) {} // remove constexpr and it works as expected in Sub() function
13 Sub::Sub(Sub&& rhs) : Sub() { int tmp = i; i = rhs.i; rhs.i = tmp; } in Sub() function
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/g++.dg/cpp0x/
H A Dconstexpr-array15.C4 struct Sub { struct
7 constexpr Sub() : i(-1) {} // remove constexpr and it works as expected in Sub() function
13 Sub::Sub(Sub&& rhs) : Sub() { int tmp = i; i = rhs.i; rhs.i = tmp; } in Sub() function
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/g++.dg/cpp0x/
H A Dconstexpr-array15.C4 struct Sub { struct
7 constexpr Sub() : i(-1) {} // remove constexpr and it works as expected in Sub() function
13 Sub::Sub(Sub&& rhs) : Sub() { int tmp = i; i = rhs.i; rhs.i = tmp; } in Sub() function
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/g++.dg/cpp0x/
H A Dconstexpr-array15.C4 struct Sub { struct
7 constexpr Sub() : i(-1) {} // remove constexpr and it works as expected in Sub() argument
13 Sub::Sub(Sub&& rhs) : Sub() { int tmp = i; i = rhs.i; rhs.i = tmp; } in Sub() function
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/g++.dg/cpp0x/
H A Dconstexpr-array15.C4 struct Sub { struct
7 constexpr Sub() : i(-1) {} // remove constexpr and it works as expected in Sub() function
13 Sub::Sub(Sub&& rhs) : Sub() { int tmp = i; i = rhs.i; rhs.i = tmp; } in Sub() function
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/cpp0x/
H A Dconstexpr-array15.C4 struct Sub { struct
7 constexpr Sub() : i(-1) {} // remove constexpr and it works as expected in Sub() argument
13 Sub::Sub(Sub&& rhs) : Sub() { int tmp = i; i = rhs.i; rhs.i = tmp; } in Sub() function
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/cpp0x/
H A Dconstexpr-array15.C4 struct Sub { struct
7 constexpr Sub() : i(-1) {} // remove constexpr and it works as expected in Sub() argument
13 Sub::Sub(Sub&& rhs) : Sub() { int tmp = i; i = rhs.i; rhs.i = tmp; } in Sub() function
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/g++.dg/cpp0x/
H A Dconstexpr-array15.C4 struct Sub { struct
7 constexpr Sub() : i(-1) {} // remove constexpr and it works as expected in Sub() argument
13 Sub::Sub(Sub&& rhs) : Sub() { int tmp = i; i = rhs.i; rhs.i = tmp; } in Sub() function
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/g++.dg/cpp0x/
H A Dconstexpr-array15.C4 struct Sub { struct
7 constexpr Sub() : i(-1) {} // remove constexpr and it works as expected in Sub() argument
13 Sub::Sub(Sub&& rhs) : Sub() { int tmp = i; i = rhs.i; rhs.i = tmp; } in Sub() function
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/cpp0x/
H A Dconstexpr-array15.C4 struct Sub { struct
7 constexpr Sub() : i(-1) {} // remove constexpr and it works as expected in Sub() argument
13 Sub::Sub(Sub&& rhs) : Sub() { int tmp = i; i = rhs.i; rhs.i = tmp; } in Sub() function
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/g++.dg/cpp0x/
H A Dconstexpr-array15.C4 struct Sub { struct
7 constexpr Sub() : i(-1) {} // remove constexpr and it works as expected in Sub() function
13 Sub::Sub(Sub&& rhs) : Sub() { int tmp = i; i = rhs.i; rhs.i = tmp; } in Sub() function
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/g++.dg/cpp0x/
H A Dconstexpr-array15.C4 struct Sub { struct
7 constexpr Sub() : i(-1) {} // remove constexpr and it works as expected in Sub() function
13 Sub::Sub(Sub&& rhs) : Sub() { int tmp = i; i = rhs.i; rhs.i = tmp; } in Sub() function
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/g++.dg/cpp0x/
H A Dconstexpr-array15.C4 struct Sub { struct
7 constexpr Sub() : i(-1) {} // remove constexpr and it works as expected in Sub() argument
13 Sub::Sub(Sub&& rhs) : Sub() { int tmp = i; i = rhs.i; rhs.i = tmp; } in Sub() function
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/g++.dg/cpp0x/
H A Dconstexpr-array15.C4 struct Sub { struct
7 constexpr Sub() : i(-1) {} // remove constexpr and it works as expected in Sub() argument
13 Sub::Sub(Sub&& rhs) : Sub() { int tmp = i; i = rhs.i; rhs.i = tmp; } in Sub() function

12345678910>>...184