HomeSort by relevance Sort by last modified time
    Searched full:__storage (Results 1 - 7 of 7) sorted by null

  /external/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)...
  /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/9/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/chromium_org/third_party/mesa/src/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
  /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 404 milliseconds