Home
last modified time | relevance | path

Searched refs:base_t (Results 151 – 175 of 3101) sorted by relevance

12345678910>>...125

/dports/devel/boost-docs/boost_1_72_0/boost/container/
H A Dstatic_vector.hpp201 : base_t() in static_vector()
216 : base_t(count) in static_vector()
250 : base_t(count, value) in static_vector()
269 : base_t(first, last) in static_vector()
286 : base_t(il) in static_vector()
300 : base_t(other) in static_vector()
304 : base_t(other) in static_vector()
309 : base_t(BOOST_MOVE_BASE(base_t, other)) in static_vector()
313 : base_t() in static_vector()
329 : base_t(other) in static_vector()
[all …]
/dports/devel/R-cran-BH/BH/inst/include/boost/interprocess/
H A Dmanaged_shared_memory.hpp125 : base_t() in basic_managed_shared_memory()
137 : base_t() in basic_managed_shared_memory()
148 : base_t() in basic_managed_shared_memory()
159 : base_t() in basic_managed_shared_memory()
169 : base_t() in basic_managed_shared_memory()
184 : base_t() in basic_managed_shared_memory()
199 : base_t() in basic_managed_shared_memory()
213 : base_t() in basic_managed_shared_memory()
227 : base_t() in basic_managed_shared_memory()
240 : base_t() in basic_managed_shared_memory()
[all …]
/dports/graphics/cfdg/cfdg-3.3_1/src-common/
H A Dconfig.h59 using base_t = std::array<_T, static_cast<std::size_t>(CFG::_NumberOf)>; member
60 CfgArray() : base_t() {} in CfgArray()
62 CfgArray(std::initializer_list<_T> l) : base_t() in CfgArray()
64 if (l.size() >= base_t::size()) { in CfgArray()
65 std::copy(l.begin(), l.begin() + base_t::size(), base_t::begin()); in CfgArray()
67 std::copy(l.begin(), l.end(), base_t::begin()); in CfgArray()
68 std::fill(base_t::begin() + l.size(), base_t::end(), *(l.begin() + l.size() - 1)); in CfgArray()
72 CfgArray(const _T* l) : base_t() in CfgArray()
74 std::copy(l, l + base_t::size(), base_t::begin()); in CfgArray()
77 using base_t::operator[];
/dports/www/osrm-backend/osrm-backend-5.26.0/third_party/sol2/sol/
H A Dobject_base.hpp32 template <typename base_t>
33 class basic_object_base : public base_t {
37 return stack::get<T>(base_t::lua_state(), base_t::stack_index()); in as_stack()
42 base_t::push(); in as_stack()
43 return stack::pop<T>(base_t::lua_state()); in as_stack()
48 return stack::check<T>(base_t::lua_state(), base_t::stack_index(), no_panic); in is_stack()
53 int r = base_t::registry_index(); in is_stack()
59 return stack::check<T>(base_t::lua_state(), -1, no_panic); in is_stack()
70 : base_t(std::forward<T>(arg), std::forward<Args>(args)...) { in basic_object_base()
75 return as_stack<T>(is_stack_based<base_t>()); in as()
[all …]
H A Dcoroutine.hpp34 template <typename base_t>
35 class basic_coroutine : public base_t {
87 using base_t::lua_state;
92 …: base_t(std::forward<T>(r)), error_handler(detail::get_default_handler<reference, is_main_threade… in basic_coroutine()
105 basic_coroutine(const basic_function<base_t>& b) in basic_coroutine()
108 basic_coroutine(basic_function<base_t>&& b) in basic_coroutine()
112 : base_t(b), error_handler(std::move(eh)) { in basic_coroutine()
158 : base_t(n), error_handler(n) { in basic_coroutine()
165 : base_t(L, index), error_handler(std::move(eh)) { in basic_coroutine()
213 return base_t::valid() in runnable()
[all …]
/dports/net/arataga/oess-2.2.3/dev/sample/subextension.auto_ptr/
H A Dmain.cpp55 class base_t class
58 OESS_SERIALIZER( base_t )
60 base_t() {} in base_t() function in base_t
61 virtual ~base_t() in ~base_t()
70 base_t,
74 base_t,
81 base_t,
120 : public base_t
122 typedef base_t base_type_t;
160 : public base_t
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/gfortran.dg/
H A Dproc_ptr_comp_pass_7.f9011 type, abstract :: base_t type
16 end type base_t
18 type, extends (base_t) :: t
24 class (base_t), intent(in) :: obj
42 obj%base_t%i = 2
43 print *, obj%base_t%i
50 obj%base_t%i = 4
51 call obj%base_t%write_i ! { dg-error "is of ABSTRACT type" }
59 obj%base_t%i = 6
60 obj%base_t%write_procptr => base_write_i
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gfortran.dg/
H A Dproc_ptr_comp_pass_7.f9011 type, abstract :: base_t type
16 end type base_t
18 type, extends (base_t) :: t
24 class (base_t), intent(in) :: obj
42 obj%base_t%i = 2
43 print *, obj%base_t%i
50 obj%base_t%i = 4
51 call obj%base_t%write_i ! { dg-error "is of ABSTRACT type" }
59 obj%base_t%i = 6
60 obj%base_t%write_procptr => base_write_i
[all …]
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gfortran.dg/
H A Dproc_ptr_comp_pass_7.f9011 type, abstract :: base_t type
16 end type base_t
18 type, extends (base_t) :: t
24 class (base_t), intent(in) :: obj
42 obj%base_t%i = 2
43 print *, obj%base_t%i
50 obj%base_t%i = 4
51 call obj%base_t%write_i ! { dg-error "is of ABSTRACT type" }
59 obj%base_t%i = 6
60 obj%base_t%write_procptr => base_write_i
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gfortran.dg/
H A Dproc_ptr_comp_pass_7.f9011 type, abstract :: base_t type
16 end type base_t
18 type, extends (base_t) :: t
24 class (base_t), intent(in) :: obj
42 obj%base_t%i = 2
43 print *, obj%base_t%i
50 obj%base_t%i = 4
51 call obj%base_t%write_i ! { dg-error "is of ABSTRACT type" }
59 obj%base_t%i = 6
60 obj%base_t%write_procptr => base_write_i
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dproc_ptr_comp_pass_7.f9011 type, abstract :: base_t type
16 end type base_t
18 type, extends (base_t) :: t
24 class (base_t), intent(in) :: obj
42 obj%base_t%i = 2
43 print *, obj%base_t%i
50 obj%base_t%i = 4
51 call obj%base_t%write_i ! { dg-error "is of ABSTRACT type" }
59 obj%base_t%i = 6
60 obj%base_t%write_procptr => base_write_i
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dproc_ptr_comp_pass_7.f9011 type, abstract :: base_t type
16 end type base_t
18 type, extends (base_t) :: t
24 class (base_t), intent(in) :: obj
42 obj%base_t%i = 2
43 print *, obj%base_t%i
50 obj%base_t%i = 4
51 call obj%base_t%write_i ! { dg-error "is of ABSTRACT type" }
59 obj%base_t%i = 6
60 obj%base_t%write_procptr => base_write_i
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gfortran.dg/
H A Dproc_ptr_comp_pass_7.f9011 type, abstract :: base_t type
16 end type base_t
18 type, extends (base_t) :: t
24 class (base_t), intent(in) :: obj
42 obj%base_t%i = 2
43 print *, obj%base_t%i
50 obj%base_t%i = 4
51 call obj%base_t%write_i ! { dg-error "is of ABSTRACT type" }
59 obj%base_t%i = 6
60 obj%base_t%write_procptr => base_write_i
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gfortran.dg/
H A Dproc_ptr_comp_pass_7.f9011 type, abstract :: base_t type
16 end type base_t
18 type, extends (base_t) :: t
24 class (base_t), intent(in) :: obj
42 obj%base_t%i = 2
43 print *, obj%base_t%i
50 obj%base_t%i = 4
51 call obj%base_t%write_i ! { dg-error "is of ABSTRACT type" }
59 obj%base_t%i = 6
60 obj%base_t%write_procptr => base_write_i
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dproc_ptr_comp_pass_7.f9011 type, abstract :: base_t type
16 end type base_t
18 type, extends (base_t) :: t
24 class (base_t), intent(in) :: obj
42 obj%base_t%i = 2
43 print *, obj%base_t%i
50 obj%base_t%i = 4
51 call obj%base_t%write_i ! { dg-error "is of ABSTRACT type" }
59 obj%base_t%i = 6
60 obj%base_t%write_procptr => base_write_i
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gfortran.dg/
H A Dproc_ptr_comp_pass_7.f9011 type, abstract :: base_t type
16 end type base_t
18 type, extends (base_t) :: t
24 class (base_t), intent(in) :: obj
42 obj%base_t%i = 2
43 print *, obj%base_t%i
50 obj%base_t%i = 4
51 call obj%base_t%write_i ! { dg-error "is of ABSTRACT type" }
59 obj%base_t%i = 6
60 obj%base_t%write_procptr => base_write_i
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dproc_ptr_comp_pass_7.f9011 type, abstract :: base_t type
16 end type base_t
18 type, extends (base_t) :: t
24 class (base_t), intent(in) :: obj
42 obj%base_t%i = 2
43 print *, obj%base_t%i
50 obj%base_t%i = 4
51 call obj%base_t%write_i ! { dg-error "is of ABSTRACT type" }
59 obj%base_t%i = 6
60 obj%base_t%write_procptr => base_write_i
[all …]
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/gfortran.dg/
H A Dproc_ptr_comp_pass_7.f9011 type, abstract :: base_t type
16 end type base_t
18 type, extends (base_t) :: t
24 class (base_t), intent(in) :: obj
42 obj%base_t%i = 2
43 print *, obj%base_t%i
50 obj%base_t%i = 4
51 call obj%base_t%write_i ! { dg-error "is of ABSTRACT type" }
59 obj%base_t%i = 6
60 obj%base_t%write_procptr => base_write_i
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gfortran.dg/
H A Dproc_ptr_comp_pass_7.f9011 type, abstract :: base_t type
16 end type base_t
18 type, extends (base_t) :: t
24 class (base_t), intent(in) :: obj
42 obj%base_t%i = 2
43 print *, obj%base_t%i
50 obj%base_t%i = 4
51 call obj%base_t%write_i ! { dg-error "is of ABSTRACT type" }
59 obj%base_t%i = 6
60 obj%base_t%write_procptr => base_write_i
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/gfortran.dg/
H A Dproc_ptr_comp_pass_7.f9011 type, abstract :: base_t type
16 end type base_t
18 type, extends (base_t) :: t
24 class (base_t), intent(in) :: obj
42 obj%base_t%i = 2
43 print *, obj%base_t%i
50 obj%base_t%i = 4
51 call obj%base_t%write_i ! { dg-error "is of ABSTRACT type" }
59 obj%base_t%i = 6
60 obj%base_t%write_procptr => base_write_i
[all …]
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/gfortran.dg/
H A Dproc_ptr_comp_pass_7.f9011 type, abstract :: base_t type
16 end type base_t
18 type, extends (base_t) :: t
24 class (base_t), intent(in) :: obj
42 obj%base_t%i = 2
43 print *, obj%base_t%i
50 obj%base_t%i = 4
51 call obj%base_t%write_i ! { dg-error "is of ABSTRACT type" }
59 obj%base_t%i = 6
60 obj%base_t%write_procptr => base_write_i
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/gfortran.dg/
H A Dproc_ptr_comp_pass_7.f9011 type, abstract :: base_t type
16 end type base_t
18 type, extends (base_t) :: t
24 class (base_t), intent(in) :: obj
42 obj%base_t%i = 2
43 print *, obj%base_t%i
50 obj%base_t%i = 4
51 call obj%base_t%write_i ! { dg-error "is of ABSTRACT type" }
59 obj%base_t%i = 6
60 obj%base_t%write_procptr => base_write_i
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gfortran.dg/
H A Dproc_ptr_comp_pass_7.f9011 type, abstract :: base_t type
16 end type base_t
18 type, extends (base_t) :: t
24 class (base_t), intent(in) :: obj
42 obj%base_t%i = 2
43 print *, obj%base_t%i
50 obj%base_t%i = 4
51 call obj%base_t%write_i ! { dg-error "is of ABSTRACT type" }
59 obj%base_t%i = 6
60 obj%base_t%write_procptr => base_write_i
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/gfortran.dg/
H A Dproc_ptr_comp_pass_7.f9011 type, abstract :: base_t
16 end type base_t
18 type, extends (base_t) :: t
24 class (base_t), intent(in) :: obj
42 obj%base_t%i = 2
43 print *, obj%base_t%i
50 obj%base_t%i = 4
51 call obj%base_t%write_i ! { dg-error "is of ABSTRACT type" }
59 obj%base_t%i = 6
60 obj%base_t%write_procptr => base_write_i
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gfortran.dg/
H A Dproc_ptr_comp_pass_7.f9011 type, abstract :: base_t type
16 end type base_t
18 type, extends (base_t) :: t
24 class (base_t), intent(in) :: obj
42 obj%base_t%i = 2
43 print *, obj%base_t%i
50 obj%base_t%i = 4
51 call obj%base_t%write_i ! { dg-error "is of ABSTRACT type" }
59 obj%base_t%i = 6
60 obj%base_t%write_procptr => base_write_i
[all …]

12345678910>>...125