| /dflybsd-src/sys/kern/ |
| H A D | kern_mpipe.c | 68 void (*construct)(void *, void *), in mpipe_init() 84 mpipe->construct = construct; in mpipe_init() 99 if (construct) in mpipe_init() 100 construct(mpipe->array[n], priv); in mpipe_init() 230 if (mpipe->construct) in _mpipe_alloc_locked() 231 mpipe->construct(buf, mpipe->priv); in _mpipe_alloc_locked()
|
| /dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/std/ |
| H A D | scoped_allocator | 195 _O_traits::construct(__outermost(*this), __p, 207 _O_traits::construct(__outermost(*this), __p, 217 _O_traits::construct(__outermost(*this), __p, 351 void construct(_Tp* __p, _Args&&... __args) 362 construct(pair<_T1, _T2>* __p, piecewise_construct_t, 375 _O_traits::construct(__outermost(*this), __p, piecewise_construct, 382 construct(pair<_T1, _T2>* __p) 383 { construct(__p, piecewise_construct, tuple<>(), tuple<>()); } 387 construct(pair<_T1, _T2>* __p, _Up&& __u, _Vp&& __v) 389 construct(__p, piecewise_construct, [all …]
|
| /dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/ext/ |
| H A D | alloc_traits.h | 68 using _Base_type::construct; in _GLIBCXX_VISIBILITY() 82 construct(_Alloc& __a, _Ptr __p, _Args&&... __args) in _GLIBCXX_VISIBILITY() function 84 _Base_type::construct(__a, std::__to_address(__p), in _GLIBCXX_VISIBILITY() 136 static void construct(_Alloc& __a, pointer __p, const _Tp& __arg) in _GLIBCXX_VISIBILITY() function 137 { __a.construct(__p, __arg); } in _GLIBCXX_VISIBILITY()
|
| H A D | debug_allocator.h | 155 construct(pointer __p, const value_type& __val) in _GLIBCXX_VISIBILITY() 156 { _Traits::construct(_M_allocator, __p, __val); } in _GLIBCXX_VISIBILITY() 161 construct(_Tp* __p, _Args&&... __args) in _GLIBCXX_VISIBILITY() 163 _Traits::construct(_M_allocator, __p, in _GLIBCXX_VISIBILITY()
|
| H A D | extptr_allocator.h | 107 construct(_Up* __p, _Args&&... __args) in _GLIBCXX_VISIBILITY() 112 construct(pointer __p, _Args&&... __args) in _GLIBCXX_VISIBILITY() 113 { construct(__p.get(), std::forward<_Args>(__args)...); } in _GLIBCXX_VISIBILITY() 125 void construct(pointer __p, const _Tp& __val) in _GLIBCXX_VISIBILITY()
|
| H A D | malloc_allocator.h | 144 construct(_Up* __p, _Args&&... __args) in _GLIBCXX_VISIBILITY() 154 construct(pointer __p, const _Tp& __val) in _GLIBCXX_VISIBILITY()
|
| H A D | new_allocator.h | 135 construct(_Up* __p, _Args&&... __args) in _GLIBCXX_VISIBILITY() 145 construct(pointer __p, const _Tp& __val) in _GLIBCXX_VISIBILITY()
|
| /dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/ext/ |
| H A D | alloc_traits.h | 127 using _Base_type::construct; in _GLIBCXX_VISIBILITY() 142 construct(_Alloc& __a, _Ptr __p, _Args&&... __args) in _GLIBCXX_VISIBILITY() 144 _Base_type::construct(__a, std::addressof(*__p), in _GLIBCXX_VISIBILITY() 202 static void construct(_Alloc& __a, pointer __p, const _Tp& __arg) in _GLIBCXX_VISIBILITY() 203 { __a.construct(__p, __arg); } in _GLIBCXX_VISIBILITY()
|
| H A D | extptr_allocator.h | 107 construct(_Up* __p, _Args&&... __args) in _GLIBCXX_VISIBILITY() 112 construct(pointer __p, _Args&&... __args) in _GLIBCXX_VISIBILITY() 113 { construct(__p.get(), std::forward<_Args>(__args)...); } in _GLIBCXX_VISIBILITY() 125 void construct(pointer __p, const _Tp& __val) in _GLIBCXX_VISIBILITY()
|
| H A D | malloc_allocator.h | 114 construct(_Up* __p, _Args&&... __args) in _GLIBCXX_VISIBILITY() 124 construct(pointer __p, const _Tp& __val) in _GLIBCXX_VISIBILITY()
|
| H A D | new_allocator.h | 109 construct(_Up* __p, _Args&&... __args) in _GLIBCXX_VISIBILITY() 119 construct(pointer __p, const _Tp& __val) in _GLIBCXX_VISIBILITY()
|
| H A D | array_allocator.h | 80 construct(_Up* __p, _Args&&... __args) in _GLIBCXX_VISIBILITY() 90 construct(pointer __p, const _Tp& __val) in _GLIBCXX_VISIBILITY()
|
| /dflybsd-src/contrib/gcc-4.7/gcc/ |
| H A D | incpath.c | 274 if (DIRS_EQ (tmp, cur) && cur->construct == tmp->construct) in remove_duplicates() 282 if (DIRS_EQ (cur, tmp) && cur->construct == tmp->construct) in remove_duplicates() 289 && cur->construct == join->construct)) in remove_duplicates() 441 p->construct = 0; in add_path()
|
| /dflybsd-src/contrib/gcc-8.0/gcc/ |
| H A D | incpath.c | 284 if (DIRS_EQ (tmp, cur) && cur->construct == tmp->construct) in remove_duplicates() 292 if (DIRS_EQ (cur, tmp) && cur->construct == tmp->construct) in remove_duplicates() 299 && cur->construct == join->construct)) in remove_duplicates() 461 p->construct = 0; in add_path()
|
| /dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/experimental/ |
| H A D | memory_resource | 168 void construct(_Tp1* __p, _Args&&... __args) 179 void construct(pair<_Tp1, _Tp2>* __p, piecewise_construct_t, 195 void construct(pair<_Tp1,_Tp2>* __p) 196 { this->construct(__p, piecewise_construct, tuple<>(), tuple<>()); } 199 void construct(pair<_Tp1,_Tp2>* __p, _Up&& __x, _Vp&& __y) 200 { this->construct(__p, piecewise_construct, 205 void construct(pair<_Tp1,_Tp2>* __p, const std::pair<_Up, _Vp>& __pr) 206 { this->construct(__p, piecewise_construct, forward_as_tuple(__pr.first), 210 void construct(pair<_Tp1,_Tp2>* __p, pair<_Up, _Vp>&& __pr) 211 { this->construct(__p, piecewise_construct,
|
| /dflybsd-src/sys/dev/drm/amd/display/dc/i2caux/diagnostics/ |
| H A D | i2caux_diag.c | 76 static void construct( in construct() function 95 construct(i2caux, ctx); in dal_i2caux_diag_fpga_create()
|
| /dflybsd-src/sys/dev/drm/amd/display/dc/i2caux/dce112/ |
| H A D | i2caux_dce112.c | 90 static void construct( in construct() function 127 construct(i2caux_dce110, ctx); in dal_i2caux_dce112_create()
|
| /dflybsd-src/sys/sys/ |
| H A D | mpipe.h | 97 void (*construct)(void *buf, void *priv); member 118 void (*construct)(void *, void *),
|
| /dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/bits/ |
| H A D | alloc_traits.h | 226 typename = decltype(std::declval<_Alloc2*>()->construct( in _GLIBCXX_VISIBILITY() 243 { __a.construct(__p, std::forward<_Args>(__args)...); } in _GLIBCXX_VISIBILITY() 342 static auto construct(_Alloc& __a, _Tp* __p, _Args&&... __args) in _GLIBCXX_VISIBILITY() 474 construct(allocator_type& __a, _Up* __p, _Args&&... __args) in _GLIBCXX_VISIBILITY() 475 { __a.construct(__p, std::forward<_Args>(__args)...); } in _GLIBCXX_VISIBILITY() 575 = decltype(_Traits::construct(std::declval<_Alloc&>(), in _GLIBCXX_VISIBILITY()
|
| /dflybsd-src/sys/dev/drm/amd/display/dc/core/ |
| H A D | dc_sink.c | 42 static bool construct(struct dc_sink *sink, const struct dc_sink_init_data *init_params) in construct() function 92 if (false == construct(sink, init_params)) in dc_sink_create()
|
| H A D | dc_surface.c | 38 static void construct(struct dc_context *ctx, struct dc_plane_state *plane_state) in construct() function 82 construct(core_dc->ctx, plane_state); in dc_create_plane_state()
|
| /dflybsd-src/sys/dev/drm/amd/display/dc/i2caux/dce110/ |
| H A D | i2c_sw_engine_dce110.c | 121 static void construct( in construct() function 158 construct(engine_dce110, arg); in dal_i2c_sw_engine_dce110_create()
|
| /dflybsd-src/sys/dev/drm/amd/display/dc/i2caux/dce80/ |
| H A D | i2c_sw_engine_dce80.c | 138 static void construct( in construct() function 172 construct(engine, arg); in dal_i2c_sw_engine_dce80_create()
|
| /dflybsd-src/sys/dev/drm/amd/display/dc/gpio/ |
| H A D | hw_hpd.c | 127 static void construct( in construct() function 160 construct(hpd, id, en, ctx); in dal_hw_hpd_create()
|
| /dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/bits/ |
| H A D | stl_uninitialized.h | 246 __traits::construct(__alloc, std::__addressof(*__cur), *__first); in _GLIBCXX_VISIBILITY() 296 __traits::construct(__alloc, std::__addressof(*__cur), __x); in _GLIBCXX_VISIBILITY() 322 __traits::construct(__alloc, std::__addressof(*__cur), __x); in _GLIBCXX_VISIBILITY() 564 __traits::construct(__alloc, std::__addressof(*__cur)); in _GLIBCXX_VISIBILITY() 594 __traits::construct(__alloc, std::__addressof(*__cur)); in _GLIBCXX_VISIBILITY()
|