Searched defs:Pool (Results 1 - 10 of 10) sorted by relevance

/external/clang/tools/libclang/
H A DCXString.h79 std::vector<CXStringBuf *> Pool; member in class:clang::cxstring::CXStringPool
/external/llvm/lib/Target/NVPTX/
H A DManagedStringPool.h1 //===-- ManagedStringPool.h - Managed String Pool ---------------*- C++ -*-===//
27 SmallVector<std::string *, 8> Pool; member in class:llvm::ManagedStringPool
32 SmallVectorImpl<std::string *>::iterator Current = Pool.begin();
33 while (Current != Pool.end()) {
41 Pool.push_back(Str);
/external/chromium_org/third_party/WebKit/Source/core/platform/text/
H A DLineBreakIteratorPoolICU.h102 typedef Vector<Entry, capacity> Pool; typedef in class:WebCore::LineBreakIteratorPool
103 Pool m_pool;
/external/chromium_org/gpu/command_buffer/service/
H A Dmemory_tracking.h21 enum Pool { enum in class:gpu::gles2::MemoryTracker
28 Pool pool) = 0;
47 MemoryTypeTracker(MemoryTracker* memory_tracker, MemoryTracker::Pool pool)
101 MemoryTracker::Pool pool_;
/external/llvm/include/llvm/Support/
H A DStringPool.h15 // StringPool Pool;
16 // PooledStringPtr Str = Pool.intern("wakka wakka");
47 StringPool *Pool; ///< So the string can remove itself. member in struct:llvm::StringPool::PooledString
51 PooledString() : Pool(0), Refcount(0) { }
107 S->getValue().Pool->InternTable.remove(S);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
H A Dradeon_compiler.h45 struct memory_pool Pool; member in struct:radeon_compiler
/external/clang/lib/Sema/
H A DIdentifierResolver.cpp41 IdDeclInfo Pool[POOL_SIZE]; member in struct:IdentifierResolver::IdDeclInfoMap::IdDeclInfoPool
399 IdDeclInfo *IDI = &CurPool->Pool[CurIndex];
/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_compiler.h45 struct memory_pool Pool; member in struct:radeon_compiler
/external/llvm/lib/TableGen/
H A DRecord.cpp459 typedef FoldingSet<BitsInit> Pool; typedef
460 static Pool ThePool;
561 typedef DenseMap<int64_t, IntInit *> Pool; typedef
562 static Pool ThePool;
589 typedef StringMap<StringInit *> Pool; typedef
590 static Pool ThePool;
611 typedef FoldingSet<ListInit> Pool; typedef
612 static Pool ThePool;
730 typedef DenseMap<Key, UnOpInit *> Pool; typedef
731 static Pool ThePoo
876 typedef DenseMap<Key, BinOpInit *> Pool; typedef
996 typedef DenseMap<Key, TernOpInit *> Pool; typedef
1301 typedef DenseMap<Key, VarInit *> Pool; typedef
1387 typedef DenseMap<Key, VarBitInit *> Pool; typedef
1413 typedef DenseMap<Key, VarListElementInit *> Pool; typedef
1481 typedef DenseMap<Key, FieldInit *> Pool; typedef
1548 typedef FoldingSet<DagInit> Pool; typedef
[all...]
/external/chromium_org/third_party/angle_dx11/src/libGLESv2/renderer/
H A DRenderer9.cpp695 D3DPOOL Pool = getBufferPool(Usage); local
696 return mDevice->CreateVertexBuffer(Length, Usage, 0, Pool, ppVertexBuffer, NULL);
706 D3DPOOL Pool = getBufferPool(Usage); local
707 return mDevice->CreateIndexBuffer(Length, Usage, Format, Pool, ppIndexBuffer, NULL);

Completed in 281 milliseconds