Home
last modified time | relevance | path

Searched refs:small_type (Results 1 – 25 of 76) sorted by relevance

1234

/dports/devel/systemc/systemc-2.3.4_pub_rev_20190614/src/sysc/datatypes/int/
H A Dsc_nbexterns.h69 void add_on_help(small_type &us,
71 small_type vs,
75 void mul_on_help_signed(small_type &us,
79 void div_on_help_signed(small_type &us,
84 void mod_on_help_signed(small_type &us,
103 void and_on_help(small_type us,
105 small_type vs,
109 void or_on_help(small_type us,
111 small_type vs,
115 void xor_on_help(small_type us,
[all …]
H A Dsc_nbutils.h135 SC_API small_type
136 fsm_move(char c, small_type &b, small_type &s, small_type &state);
618 small_type
641 small_type
642 mul_signs(small_type us, small_type vs) in mul_signs()
693 small_type
729 small_type
802 small_type
838 small_type
885 small_type
[all …]
H A Dsc_nbexterns.cpp130 mul_on_help_signed(small_type &us, in mul_on_help_signed()
284 div_on_help_signed(small_type &us, in div_on_help_signed()
428 mod_on_help_signed(small_type &us, in mod_on_help_signed()
589 and_on_help(small_type us, in and_on_help()
592 small_type vs, in and_on_help()
611 small_type s = mul_signs(us, vs); in and_on_help()
690 or_on_help(small_type us, in or_on_help()
693 small_type vs, in or_on_help()
711 small_type s = mul_signs(us, vs); in or_on_help()
793 xor_on_help(small_type us, in xor_on_help()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/libcxx/test/support/
H A Dexperimental_any_helpers.h70 struct small_type struct
80 small_type::moved = 0; in reset()
91 small_type(small_type const & other) throw() { in throw() argument
98 small_type(small_type& other) throw() { in throw() argument
105 small_type(small_type && other) throw() { in throw() argument
112 ~small_type() { in ~small_type() argument
118 small_type& operator=(small_type const&) = delete;
119 small_type& operator=(small_type&&) = delete; argument
137 typedef small_type<> small;
138 typedef small_type<1> small1;
[all …]
H A Dany_helpers.h101 struct small_type struct
111 small_type::moved = 0; in reset()
128 small_type(small_type const & other) noexcept { in small_type() argument
135 small_type(small_type& other) noexcept { in small_type() function
142 small_type(small_type && other) noexcept { in small_type() argument
149 ~small_type() { in ~small_type() argument
155 small_type& operator=(small_type const&) = delete;
156 small_type& operator=(small_type&&) = delete; argument
174 typedef small_type<> small;
175 typedef small_type<1> small1;
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/libcxx/test/support/
H A Dexperimental_any_helpers.h76 struct small_type struct
86 small_type::moved = 0; in reset()
97 small_type(small_type const & other) throw() { in throw() argument
104 small_type(small_type& other) throw() { in throw() argument
111 small_type(small_type && other) throw() { in throw() argument
118 ~small_type() { in ~small_type() argument
124 small_type& operator=(small_type const&) = delete;
125 small_type& operator=(small_type&&) = delete; argument
143 typedef small_type<> small;
144 typedef small_type<1> small1;
[all …]
H A Dany_helpers.h101 struct small_type struct
111 small_type::moved = 0; in reset()
128 small_type(small_type const & other) noexcept { in small_type() function
135 small_type(small_type& other) noexcept { in small_type() argument
142 small_type(small_type && other) noexcept { in small_type() argument
149 ~small_type() { in ~small_type() argument
155 small_type& operator=(small_type const&) = delete;
156 small_type& operator=(small_type&&) = delete; argument
174 typedef small_type<> small;
175 typedef small_type<1> small1;
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libcxx/test/support/
H A Dexperimental_any_helpers.h70 struct small_type struct
80 small_type::moved = 0; in reset()
91 small_type(small_type const & other) throw() { in throw() argument
98 small_type(small_type& other) throw() { in throw() argument
105 small_type(small_type && other) throw() { in throw() argument
112 ~small_type() { in ~small_type() argument
118 small_type& operator=(small_type const&) = delete;
119 small_type& operator=(small_type&&) = delete; argument
137 typedef small_type<> small;
138 typedef small_type<1> small1;
[all …]
H A Dany_helpers.h101 struct small_type struct
111 small_type::moved = 0; in reset()
128 small_type(small_type const & other) noexcept { in small_type() function
135 small_type(small_type& other) noexcept { in small_type() argument
142 small_type(small_type && other) noexcept { in small_type() argument
149 ~small_type() { in ~small_type() argument
155 small_type& operator=(small_type const&) = delete;
156 small_type& operator=(small_type&&) = delete; argument
174 typedef small_type<> small;
175 typedef small_type<1> small1;
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/buildtools/third_party/libc++/trunk/test/support/
H A Dexperimental_any_helpers.h76 struct small_type struct
86 small_type::moved = 0; in reset()
97 small_type(small_type const & other) throw() { in throw() argument
104 small_type(small_type& other) throw() { in throw() argument
111 small_type(small_type && other) throw() { in throw() argument
118 ~small_type() { in ~small_type() argument
124 small_type& operator=(small_type const&) = delete;
125 small_type& operator=(small_type&&) = delete; argument
143 typedef small_type<> small;
144 typedef small_type<1> small1;
[all …]
H A Dany_helpers.h101 struct small_type struct
111 small_type::moved = 0; in reset()
128 small_type(small_type const & other) noexcept { in small_type() function
135 small_type(small_type& other) noexcept { in small_type() function
142 small_type(small_type && other) noexcept { in small_type() function
149 ~small_type() { in ~small_type() argument
155 small_type& operator=(small_type const&) = delete;
156 small_type& operator=(small_type&&) = delete; argument
174 typedef small_type<> small;
175 typedef small_type<1> small1;
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/libcxx/test/support/
H A Dexperimental_any_helpers.h76 struct small_type struct
86 small_type::moved = 0; in reset()
97 small_type(small_type const & other) throw() { in throw() argument
104 small_type(small_type& other) throw() { in throw() argument
111 small_type(small_type && other) throw() { in throw() argument
118 ~small_type() { in ~small_type() argument
124 small_type& operator=(small_type const&) = delete;
125 small_type& operator=(small_type&&) = delete; argument
143 typedef small_type<> small;
144 typedef small_type<1> small1;
[all …]
H A Dany_helpers.h101 struct small_type struct
111 small_type::moved = 0; in reset()
128 small_type(small_type const & other) noexcept { in small_type() argument
135 small_type(small_type& other) noexcept { in small_type() argument
142 small_type(small_type && other) noexcept { in small_type() argument
149 ~small_type() { in ~small_type() argument
155 small_type& operator=(small_type const&) = delete;
156 small_type& operator=(small_type&&) = delete; argument
174 typedef small_type<> small;
175 typedef small_type<1> small1;
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/libcxx/test/support/
H A Dexperimental_any_helpers.h70 struct small_type struct
80 small_type::moved = 0; in reset()
91 small_type(small_type const & other) throw() { in throw() argument
98 small_type(small_type& other) throw() { in throw() argument
105 small_type(small_type && other) throw() { in throw() argument
112 ~small_type() { in ~small_type() argument
118 small_type& operator=(small_type const&) = delete;
119 small_type& operator=(small_type&&) = delete; argument
137 typedef small_type<> small;
138 typedef small_type<1> small1;
[all …]
H A Dany_helpers.h101 struct small_type struct
111 small_type::moved = 0; in reset()
128 small_type(small_type const & other) noexcept { in small_type() argument
135 small_type(small_type& other) noexcept { in small_type() argument
142 small_type(small_type && other) noexcept { in small_type() argument
149 ~small_type() { in ~small_type() argument
155 small_type& operator=(small_type const&) = delete;
156 small_type& operator=(small_type&&) = delete; argument
174 typedef small_type<> small;
175 typedef small_type<1> small1;
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libcxx/test/support/
H A Dexperimental_any_helpers.h70 struct small_type struct
80 small_type::moved = 0; in reset()
91 small_type(small_type const & other) throw() { in throw() argument
98 small_type(small_type& other) throw() { in throw() argument
105 small_type(small_type && other) throw() { in throw() argument
112 ~small_type() { in ~small_type() argument
118 small_type& operator=(small_type const&) = delete;
119 small_type& operator=(small_type&&) = delete; argument
137 typedef small_type<> small;
138 typedef small_type<1> small1;
[all …]
H A Dany_helpers.h98 struct small_type struct
108 small_type::moved = 0; in reset()
125 small_type(small_type const & other) noexcept { in small_type() function
132 small_type(small_type& other) noexcept { in small_type() argument
139 small_type(small_type && other) noexcept { in small_type() function
146 ~small_type() { in ~small_type() argument
152 small_type& operator=(small_type const&) = delete;
153 small_type& operator=(small_type&&) = delete; argument
171 typedef small_type<> small;
172 typedef small_type<1> small1;
[all …]
/dports/devel/libc++/libcxx-10.0.1.src/test/support/
H A Dexperimental_any_helpers.h76 struct small_type struct
86 small_type::moved = 0; in reset()
97 small_type(small_type const & other) throw() { in throw() argument
104 small_type(small_type& other) throw() { in throw() argument
111 small_type(small_type && other) throw() { in throw() argument
118 ~small_type() { in ~small_type() argument
124 small_type& operator=(small_type const&) = delete;
125 small_type& operator=(small_type&&) = delete; argument
143 typedef small_type<> small;
144 typedef small_type<1> small1;
[all …]
H A Dany_helpers.h101 struct small_type struct
111 small_type::moved = 0; in reset()
128 small_type(small_type const & other) noexcept { in small_type() argument
135 small_type(small_type& other) noexcept { in small_type() argument
142 small_type(small_type && other) noexcept { in small_type() argument
149 ~small_type() { in ~small_type() argument
155 small_type& operator=(small_type const&) = delete;
156 small_type& operator=(small_type&&) = delete; argument
174 typedef small_type<> small;
175 typedef small_type<1> small1;
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libcxx/test/support/
H A Dexperimental_any_helpers.h70 struct small_type struct
80 small_type::moved = 0; in reset()
91 small_type(small_type const & other) throw() { in throw() argument
98 small_type(small_type& other) throw() { in throw() argument
105 small_type(small_type && other) throw() { in throw() argument
112 ~small_type() { in ~small_type() argument
118 small_type& operator=(small_type const&) = delete;
119 small_type& operator=(small_type&&) = delete; argument
137 typedef small_type<> small;
138 typedef small_type<1> small1;
[all …]
H A Dany_helpers.h101 struct small_type struct
111 small_type::moved = 0; in reset()
128 small_type(small_type const & other) noexcept { in small_type() argument
135 small_type(small_type& other) noexcept { in small_type() function
142 small_type(small_type && other) noexcept { in small_type() function
149 ~small_type() { in ~small_type() argument
155 small_type& operator=(small_type const&) = delete;
156 small_type& operator=(small_type&&) = delete; argument
174 typedef small_type<> small;
175 typedef small_type<1> small1;
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/libcxx/test/support/
H A Dexperimental_any_helpers.h70 struct small_type struct
80 small_type::moved = 0; in reset()
91 small_type(small_type const & other) throw() { in throw() argument
98 small_type(small_type& other) throw() { in throw() argument
105 small_type(small_type && other) throw() { in throw() argument
112 ~small_type() { in ~small_type() argument
118 small_type& operator=(small_type const&) = delete;
119 small_type& operator=(small_type&&) = delete; argument
137 typedef small_type<> small;
138 typedef small_type<1> small1;
[all …]
H A Dany_helpers.h101 struct small_type struct
111 small_type::moved = 0; in reset()
128 small_type(small_type const & other) noexcept { in small_type() argument
135 small_type(small_type& other) noexcept { in small_type() function
142 small_type(small_type && other) noexcept { in small_type() function
149 ~small_type() { in ~small_type() argument
155 small_type& operator=(small_type const&) = delete;
156 small_type& operator=(small_type&&) = delete; argument
174 typedef small_type<> small;
175 typedef small_type<1> small1;
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/libcxx/test/support/
H A Dexperimental_any_helpers.h70 struct small_type struct
80 small_type::moved = 0; in reset()
91 small_type(small_type const & other) throw() { in throw() argument
98 small_type(small_type& other) throw() { in throw() argument
105 small_type(small_type && other) throw() { in throw() argument
112 ~small_type() { in ~small_type() argument
118 small_type& operator=(small_type const&) = delete;
119 small_type& operator=(small_type&&) = delete; argument
137 typedef small_type<> small;
138 typedef small_type<1> small1;
[all …]
H A Dany_helpers.h101 struct small_type struct
111 small_type::moved = 0; in reset()
128 small_type(small_type const & other) noexcept { in small_type() function
135 small_type(small_type& other) noexcept { in small_type() function
142 small_type(small_type && other) noexcept { in small_type() function
149 ~small_type() { in ~small_type() argument
155 small_type& operator=(small_type const&) = delete;
156 small_type& operator=(small_type&&) = delete; argument
174 typedef small_type<> small;
175 typedef small_type<1> small1;
[all …]

1234