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

  /device/linaro/bootloader/edk2/StdLib/Include/
nl_types.h 62 int32_t __mem; member in struct:_nls_cat_hdr
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
shared_ptr_base.h 473 _Sp_cd_type* __mem = 0; local
476 __mem = _Alloc_traits::allocate(__a2, 1);
477 _Alloc_traits::construct(__a2, __mem,
479 _M_pi = __mem;
484 if (__mem)
485 _Alloc_traits::deallocate(__a2, __mem, 1);
499 _Sp_cp_type* __mem = _Alloc_traits::allocate(__a2, 1); local
502 _Alloc_traits::construct(__a2, __mem, std::move(__a),
504 _M_pi = __mem;
508 _Alloc_traits::deallocate(__a2, __mem, 1)
534 _Sp_cd_type* __mem = _Alloc_traits::allocate(__a, 1); local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
shared_ptr_base.h 473 _Sp_cd_type* __mem = 0; local
476 __mem = _Alloc_traits::allocate(__a2, 1);
477 _Alloc_traits::construct(__a2, __mem,
479 _M_pi = __mem;
484 if (__mem)
485 _Alloc_traits::deallocate(__a2, __mem, 1);
499 _Sp_cp_type* __mem = _Alloc_traits::allocate(__a2, 1); local
502 _Alloc_traits::construct(__a2, __mem, std::move(__a),
504 _M_pi = __mem;
508 _Alloc_traits::deallocate(__a2, __mem, 1)
534 _Sp_cd_type* __mem = _Alloc_traits::allocate(__a, 1); local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
shared_ptr_base.h 473 _Sp_cd_type* __mem = 0; local
476 __mem = _Alloc_traits::allocate(__a2, 1);
477 _Alloc_traits::construct(__a2, __mem,
479 _M_pi = __mem;
484 if (__mem)
485 _Alloc_traits::deallocate(__a2, __mem, 1);
499 _Sp_cp_type* __mem = _Alloc_traits::allocate(__a2, 1); local
502 _Alloc_traits::construct(__a2, __mem, std::move(__a),
504 _M_pi = __mem;
508 _Alloc_traits::deallocate(__a2, __mem, 1)
534 _Sp_cd_type* __mem = _Alloc_traits::allocate(__a, 1); local
    [all...]
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
shared_ptr_base.h 590 _Sp_cd_type* __mem = 0; local
593 __mem = _Alloc_traits::allocate(__a2, 1);
594 _Alloc_traits::construct(__a2, __mem,
596 _M_pi = __mem;
601 if (__mem)
602 _Alloc_traits::deallocate(__a2, __mem, 1);
616 _Sp_cp_type* __mem = _Alloc_traits::allocate(__a2, 1); local
619 _Alloc_traits::construct(__a2, __mem, std::move(__a),
621 _M_pi = __mem;
625 _Alloc_traits::deallocate(__a2, __mem, 1)
651 _Sp_cd_type* __mem = _Alloc_traits::allocate(__a, 1); local
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
shared_ptr_base.h 590 _Sp_cd_type* __mem = 0; local
593 __mem = _Alloc_traits::allocate(__a2, 1);
594 _Alloc_traits::construct(__a2, __mem,
596 _M_pi = __mem;
601 if (__mem)
602 _Alloc_traits::deallocate(__a2, __mem, 1);
616 _Sp_cp_type* __mem = _Alloc_traits::allocate(__a2, 1); local
619 _Alloc_traits::construct(__a2, __mem, std::move(__a),
621 _M_pi = __mem;
625 _Alloc_traits::deallocate(__a2, __mem, 1)
651 _Sp_cd_type* __mem = _Alloc_traits::allocate(__a, 1); local
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
shared_ptr_base.h 590 _Sp_cd_type* __mem = 0; local
593 __mem = _Alloc_traits::allocate(__a2, 1);
594 _Alloc_traits::construct(__a2, __mem,
596 _M_pi = __mem;
601 if (__mem)
602 _Alloc_traits::deallocate(__a2, __mem, 1);
616 _Sp_cp_type* __mem = _Alloc_traits::allocate(__a2, 1); local
619 _Alloc_traits::construct(__a2, __mem, std::move(__a),
621 _M_pi = __mem;
625 _Alloc_traits::deallocate(__a2, __mem, 1)
651 _Sp_cd_type* __mem = _Alloc_traits::allocate(__a, 1); local
    [all...]

Completed in 321 milliseconds