HomeSort by relevance Sort by last modified time
    Searched refs:pool_type (Results 1 - 8 of 8) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
stdunk.h 140 #define STD_CREATE_BODY_WITH_TAG_(classname, unknown, outer_unknown, pool_type, tag, base) \
141 classname *new_ptr = new(pool_type, tag) classname(outer_unknown); \
150 #define STD_CREATE_BODY_WITH_TAG(classname, unknown, outer_unknown, pool_type, tag, base) \
151 STD_CREATE_BODY_WITH_TAG_(classname, unknown, outer_unknown, pool_type, tag, PUNKNOWN)
153 #define STD_CREATE_BODY_(classname, unknown, outer_unknown, pool_type, base) \
154 STD_CREATE_BODY_WITH_TAG_(classname, unknown, outer_unknown, pool_type, 'rCcP', base)
156 #define STD_CREATE_BODY(classname, unknown, outer_unknown, pool_type) \
157 STD_CREATE_BODY_(classname, unknown, outer_unknown, pool_type, PUNKNOWN)
170 POOL_TYPE pool_type,
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
mt_allocator.h 393 typedef _PoolTp<_Thread> pool_type; typedef in struct:__common_pool
395 static pool_type&
398 static pool_type _S_pool;
476 typedef _PoolTp<_Thread> pool_type; typedef in struct:__per_type_pool
478 static pool_type&
482 typedef typename pool_type::_Block_record _Block_record;
493 static pool_type _S_pool(_S_tune);
650 typedef typename _Poolp::pool_type __pool_type;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
mt_allocator.h 393 typedef _PoolTp<_Thread> pool_type; typedef in struct:__common_pool
395 static pool_type&
398 static pool_type _S_pool;
476 typedef _PoolTp<_Thread> pool_type; typedef in struct:__per_type_pool
478 static pool_type&
482 typedef typename pool_type::_Block_record _Block_record;
493 static pool_type _S_pool(_S_tune);
650 typedef typename _Poolp::pool_type __pool_type;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
mt_allocator.h 393 typedef _PoolTp<_Thread> pool_type; typedef in struct:__common_pool
395 static pool_type&
398 static pool_type _S_pool;
476 typedef _PoolTp<_Thread> pool_type; typedef in struct:__per_type_pool
478 static pool_type&
482 typedef typename pool_type::_Block_record _Block_record;
493 static pool_type _S_pool(_S_tune);
650 typedef typename _Poolp::pool_type __pool_type;
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
mt_allocator.h 393 typedef _PoolTp<_Thread> pool_type; typedef in struct:__common_pool
395 static pool_type&
398 static pool_type _S_pool;
476 typedef _PoolTp<_Thread> pool_type; typedef in struct:__per_type_pool
478 static pool_type&
482 typedef typename pool_type::_Block_record _Block_record;
493 static pool_type _S_pool(_S_tune);
650 typedef typename _Poolp::pool_type __pool_type;
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
mt_allocator.h 393 typedef _PoolTp<_Thread> pool_type; typedef in struct:__common_pool
395 static pool_type&
398 static pool_type _S_pool;
476 typedef _PoolTp<_Thread> pool_type; typedef in struct:__per_type_pool
478 static pool_type&
482 typedef typename pool_type::_Block_record _Block_record;
493 static pool_type _S_pool(_S_tune);
650 typedef typename _Poolp::pool_type __pool_type;
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
mt_allocator.h 393 typedef _PoolTp<_Thread> pool_type; typedef in struct:__common_pool
395 static pool_type&
398 static pool_type _S_pool;
476 typedef _PoolTp<_Thread> pool_type; typedef in struct:__per_type_pool
478 static pool_type&
482 typedef typename pool_type::_Block_record _Block_record;
493 static pool_type _S_pool(_S_tune);
650 typedef typename _Poolp::pool_type __pool_type;
  /external/clang/test/PCH/
cxx-templates.h 232 typedef _PoolTp < 0 > pool_type; typedef in struct:rdar13135282::__common_pool
243 typedef typename _Poolp::pool_type __pool_type;

Completed in 1002 milliseconds