OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:__storage
(Results
1 - 5
of
5
) sorted by null
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
__functional_base
583
void __user_alloc_construct_impl (integral_constant<int, 0>, _Tp *
__storage
, const _Allocator &, _Args &&... __args )
585
new (
__storage
) _Tp (_VSTD::forward<_Args>(__args)...);
590
void __user_alloc_construct_impl (integral_constant<int, 1>, _Tp *
__storage
, const _Allocator &__a, _Args &&... __args )
592
new (
__storage
) _Tp (allocator_arg, __a, _VSTD::forward<_Args>(__args)...);
597
void __user_alloc_construct_impl (integral_constant<int, 2>, _Tp *
__storage
, const _Allocator &__a, _Args &&... __args )
599
new (
__storage
) _Tp (_VSTD::forward<_Args>(__args)..., __a);
604
void __user_alloc_construct (_Tp *
__storage
, const _Allocator &__a, _Args &&... __args)
608
__storage
, __a, _VSTD::forward<_Args>(__args)...
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/
__functional_base
583
void __user_alloc_construct_impl (integral_constant<int, 0>, _Tp *
__storage
, const _Allocator &, _Args &&... __args )
585
new (
__storage
) _Tp (_VSTD::forward<_Args>(__args)...);
590
void __user_alloc_construct_impl (integral_constant<int, 1>, _Tp *
__storage
, const _Allocator &__a, _Args &&... __args )
592
new (
__storage
) _Tp (allocator_arg, __a, _VSTD::forward<_Args>(__args)...);
597
void __user_alloc_construct_impl (integral_constant<int, 2>, _Tp *
__storage
, const _Allocator &__a, _Args &&... __args )
599
new (
__storage
) _Tp (_VSTD::forward<_Args>(__args)..., __a);
604
void __user_alloc_construct (_Tp *
__storage
, const _Allocator &__a, _Args &&... __args)
608
__storage
, __a, _VSTD::forward<_Args>(__args)...
/external/libcxx/include/
__functional_base
689
void __user_alloc_construct_impl (integral_constant<int, 0>, _Tp *
__storage
, const _Allocator &, _Args &&... __args )
691
new (
__storage
) _Tp (_VSTD::forward<_Args>(__args)...);
696
void __user_alloc_construct_impl (integral_constant<int, 1>, _Tp *
__storage
, const _Allocator &__a, _Args &&... __args )
698
new (
__storage
) _Tp (allocator_arg, __a, _VSTD::forward<_Args>(__args)...);
703
void __user_alloc_construct_impl (integral_constant<int, 2>, _Tp *
__storage
, const _Allocator &__a, _Args &&... __args )
705
new (
__storage
) _Tp (_VSTD::forward<_Args>(__args)..., __a);
710
void __user_alloc_construct (_Tp *
__storage
, const _Allocator &__a, _Args &&... __args)
714
__storage
, __a, _VSTD::forward<_Args>(__args)...
/external/mesa3d/src/gallium/state_trackers/clover/core/
kernel.cpp
252
return
__storage
;
260
__storage
= size;
272
ctx.mem_local +=
__storage
;
kernel.hpp
155
size_t
__storage
;
member in class:_cl_kernel::local_argument
Completed in 283 milliseconds