HomeSort by: relevance | last modified time | path
    Searched defs:construct (Results 1 - 25 of 59) sorted by relevancy

1 2 3

  /src/crypto/external/apache2/openssl/dist/include/internal/
core.h 21 * construct an arbitrary method from a dispatch table found by looking
42 /* Construct a new method */
43 void *(*construct)(const OSSL_ALGORITHM *algodef, OSSL_PROVIDER *prov, member in struct:ossl_method_construct_method_st
  /src/crypto/external/bsd/openssl/dist/include/internal/
core.h 21 * construct an arbitrary method from a dispatch table found by looking
42 /* Construct a new method */
43 void *(*construct)(const OSSL_ALGORITHM *algodef, OSSL_PROVIDER *prov, member in struct:ossl_method_construct_method_st
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
DWARFDebugAranges.cpp 70 construct();
87 void DWARFDebugAranges::construct() { function in class:DWARFDebugAranges
  /src/external/apache2/llvm/dist/libcxx/include/__memory/
allocator.h 127 void construct(_Up* __p, _Args&&... __args) { function in class:allocator
204 void construct(_Up* __p, _Args&&... __args) { function in class:allocator
allocator_traits.h 192 (void)declval<_Alloc>().construct(declval<_Args>()...)
287 static void construct(allocator_type& __a, _Tp* __p, _Args&&... __args) { function in struct:allocator_traits
289 __a.construct(__p, _VSTD::forward<_Args>(__args)...);
295 static void construct(allocator_type&, _Tp* __p, _Args&&... __args) { function in struct:allocator_traits
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
malloc_allocator.h 163 construct(_Up* __p, _Args&&... __args)
174 // 402. wrong new expression in [some_] allocator::construct
176 construct(pointer __p, const _Tp& __val) function in class:malloc_allocator
alloc_traits.h 63 using _Base_type::construct;
74 // overload construct for non-standard pointer types
79 construct(_Alloc& __a, _Ptr __p, _Args&&... __args)
80 noexcept(noexcept(_Base_type::construct(__a, std::__to_address(__p),
83 _Base_type::construct(__a, std::__to_address(__p),
154 static void construct(_Alloc& __a, pointer __p, const _Tp& __arg) function in struct:__alloc_traits
155 { __a.construct(__p, __arg); }
debug_allocator.h 156 construct(pointer __p, const value_type& __val) function in class:debug_allocator
157 { _Traits::construct(_M_allocator, __p, __val); }
162 construct(_Tp* __p, _Args&&... __args) function in class:debug_allocator
164 _Traits::construct(_M_allocator, __p,
extptr_allocator.h 109 construct(_Up* __p, _Args&&... __args) function in class:_ExtPtr_allocator
114 construct(pointer __p, _Args&&... __args) function in class:_ExtPtr_allocator
115 { construct(__p.get(), std::forward<_Args>(__args)...); }
127 void construct(pointer __p, const _Tp& __val) function in class:_ExtPtr_allocator
pool_allocator.h 174 construct(_Up* __p, _Args&&... __args) function in class:__pool_alloc
182 // 402. wrong new expression in [some_] allocator::construct
184 construct(pointer __p, const _Tp& __val) function in class:__pool_alloc
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
malloc_allocator.h 161 construct(_Up* __p, _Args&&... __args)
172 // 402. wrong new expression in [some_] allocator::construct
174 construct(pointer __p, const _Tp& __val) function in class:malloc_allocator
alloc_traits.h 66 using _Base_type::construct;
77 // overload construct for non-standard pointer types
81 construct(_Alloc& __a, _Ptr __p, _Args&&... __args)
82 noexcept(noexcept(_Base_type::construct(__a, std::__to_address(__p),
85 _Base_type::construct(__a, std::__to_address(__p),
144 static void construct(_Alloc& __a, pointer __p, const _Tp& __arg) function in struct:__alloc_traits
145 { __a.construct(__p, __arg); }
array_allocator.h 86 construct(_Up* __p, _Args&&... __args) function in class:array_allocator_base
94 // 402. wrong new expression in [some_] allocator::construct
96 construct(pointer __p, const _Tp& __val) function in class:array_allocator_base
debug_allocator.h 154 construct(pointer __p, const value_type& __val) function in class:debug_allocator
155 { _Traits::construct(_M_allocator, __p, __val); }
160 construct(_Tp* __p, _Args&&... __args) function in class:debug_allocator
162 _Traits::construct(_M_allocator, __p,
extptr_allocator.h 107 construct(_Up* __p, _Args&&... __args) function in class:_ExtPtr_allocator
112 construct(pointer __p, _Args&&... __args) function in class:_ExtPtr_allocator
113 { construct(__p.get(), std::forward<_Args>(__args)...); }
125 void construct(pointer __p, const _Tp& __val) function in class:_ExtPtr_allocator
pool_allocator.h 172 construct(_Up* __p, _Args&&... __args) function in class:__pool_alloc
180 // 402. wrong new expression in [some_] allocator::construct
182 construct(pointer __p, const _Tp& __val) function in class:__pool_alloc
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
memory_resource.h 204 construct(__p, std::forward<_CtorArgs>(__ctor_args)...);
227 construct(_Tp1* __p, _Args&&... __args) function in class:pmr::polymorphic_allocator
230 // 2969. polymorphic_allocator::construct() shouldn't pass resource()
246 construct(pair<_Tp1, _Tp2>* __p, piecewise_construct_t, function in class:pmr::polymorphic_allocator
264 construct(pair<_Tp1, _Tp2>* __p) function in class:pmr::polymorphic_allocator
265 { this->construct(__p, piecewise_construct, tuple<>(), tuple<>()); }
270 construct(pair<_Tp1, _Tp2>* __p, _Up&& __x, _Vp&& __y) function in class:pmr::polymorphic_allocator
272 this->construct(__p, piecewise_construct,
280 construct(pair<_Tp1, _Tp2>* __p, const std::pair<_Up, _Vp>& __pr) function in class:pmr::polymorphic_allocator
282 this->construct(__p, piecewise_construct
290 construct(pair<_Tp1, _Tp2>* __p, pair<_Up, _Vp>&& __pr) function in class:pmr::polymorphic_allocator
300 construct(_Tp1* __p, _Args&&... __args) function in class:pmr::polymorphic_allocator
494 construct(allocator_type& __a, _Up* __p, _Args&&... __args) function in struct:allocator_traits
    [all...]
new_allocator.h 189 construct(_Up* __p, _Args&&... __args)
201 // 402. wrong new expression in [some_] allocator::construct
204 construct(pointer __p, const _Tp& __val) function in class:__new_allocator
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
new_allocator.h 184 construct(_Up* __p, _Args&&... __args)
195 // 402. wrong new expression in [some_] allocator::construct
197 construct(pointer __p, const _Tp& __val) function in class:__new_allocator
  /src/crypto/external/apache2/openssl/dist/crypto/encode_decode/
encoder_local.h 98 OSSL_ENCODER_CONSTRUCT *construct; member in struct:ossl_encoder_ctx_st
156 OSSL_DECODER_CONSTRUCT *construct; member in struct:ossl_decoder_ctx_st
  /src/crypto/external/bsd/openssl/dist/crypto/encode_decode/
encoder_local.h 98 OSSL_ENCODER_CONSTRUCT *construct; member in struct:ossl_encoder_ctx_st
153 OSSL_DECODER_CONSTRUCT *construct; member in struct:ossl_decoder_ctx_st
  /src/external/gpl3/binutils/dist/zlib/contrib/blast/
blast.c 179 * Huffman code for n symbols, construct the tables required to decode those
191 local int construct(struct huffman *h, const unsigned char *rep, int n) function
317 construct(&litcode, litlen, sizeof(litlen));
318 construct(&lencode, lenlen, sizeof(lenlen));
319 construct(&distcode, distlen, sizeof(distlen));
  /src/external/gpl3/binutils/dist/zlib/contrib/puff/
puff.c 39 * - Simplify offs[] index in construct()
56 * 1.4 31 Mar 2002 - Simplify construct() code set check
310 * Huffman code for n symbols, construct the tables required to decode those
329 * fixed() and is not verified by construct().
340 local int construct(struct huffman *h, const short *length, int n) function
548 /* construct lencode and distcode */
563 construct(&lencode, lengths, FIXLCODES);
568 construct(&distcode, lengths, MAXDCODES);
655 * code length code lengths, three bits each. This is used to construct the
669 int err; /* construct() return value *
    [all...]
  /src/external/gpl3/binutils.old/dist/zlib/contrib/blast/
blast.c 179 * Huffman code for n symbols, construct the tables required to decode those
191 local int construct(struct huffman *h, const unsigned char *rep, int n) function
317 construct(&litcode, litlen, sizeof(litlen));
318 construct(&lencode, lenlen, sizeof(lenlen));
319 construct(&distcode, distlen, sizeof(distlen));
  /src/external/gpl3/binutils.old/dist/zlib/contrib/puff/
puff.c 39 * - Simplify offs[] index in construct()
56 * 1.4 31 Mar 2002 - Simplify construct() code set check
310 * Huffman code for n symbols, construct the tables required to decode those
329 * fixed() and is not verified by construct().
340 local int construct(struct huffman *h, const short *length, int n) function
548 /* construct lencode and distcode */
563 construct(&lencode, lengths, FIXLCODES);
568 construct(&distcode, lengths, MAXDCODES);
655 * code length code lengths, three bits each. This is used to construct the
669 int err; /* construct() return value *
    [all...]

Completed in 29 milliseconds

1 2 3