Home
last modified time | relevance | path

Searched refs:Pool (Results 1 – 25 of 32) sorted by relevance

12

/external/llvm/lib/Target/NVPTX/
DManagedStringPool.h28 SmallVector<std::string *, 8> Pool; variable
33 SmallVector<std::string *, 8>::iterator Current = Pool.begin(); in ~ManagedStringPool()
34 while (Current != Pool.end()) { in ~ManagedStringPool()
42 Pool.push_back(Str); in getManagedString()
/external/clang/tools/libclang/
DCXString.cpp117 for (std::vector<CXStringBuf *>::iterator I = Pool.begin(), E = Pool.end(); in ~CXStringPool()
124 if (Pool.empty()) in getCXStringBuf()
127 CXStringBuf *Buf = Pool.back(); in getCXStringBuf()
129 Pool.pop_back(); in getCXStringBuf()
138 TU->StringPool->Pool.push_back(this); in dispose()
DCXString.h79 std::vector<CXStringBuf *> Pool;
/external/llvm/include/llvm/Support/
DStringPool.h47 StringPool *Pool; ///< So the string can remove itself. member
51 PooledString() : Pool(0), Refcount(0) { } in PooledString()
107 S->getValue().Pool->InternTable.remove(S); in clear()
/external/llvm/lib/TableGen/
DRecord.cpp459 typedef FoldingSet<BitsInit> Pool; in get() typedef
460 static Pool ThePool; in get()
561 typedef DenseMap<int64_t, IntInit *> Pool; in get() typedef
562 static Pool ThePool; in get()
589 typedef StringMap<StringInit *> Pool; in get() typedef
590 static Pool ThePool; in get()
611 typedef FoldingSet<ListInit> Pool; in get() typedef
612 static Pool ThePool; in get()
730 typedef DenseMap<Key, UnOpInit *> Pool; in get() typedef
731 static Pool ThePool; in get()
[all …]
/external/llvm/lib/Support/
DStringPool.cpp31 S->getValue().Pool = this; in intern()
/external/llvm/docs/CommandGuide/
Dllvm-bcanalyzer.rst87 The size, in bytes, of the Global Types Pool. Percentage is relative to File
90 **Constant Pool Bytes**
92 The size, in bytes, of the Constant Pool Blocks Percentage is relative to File
134 The total number of types defined in the Global Types Pool.
138 The total number of constants (of any type) defined in the Constant Pool.
/external/webkit/Tools/Scripts/
Drun-qtwebkit-tests190 from multiprocessing import Pool
196 class Pool(object):
207 self._Pool = Pool
/external/clang/lib/Sema/
DIdentifierResolver.cpp41 IdDeclInfo Pool[POOL_SIZE]; member
436 IdDeclInfo *IDI = &CurPool->Pool[CurIndex]; in operator []()
/external/ppp/pppd/plugins/radius/etc/
Ddictionary.ascend40 ATTRIBUTE Ascend-Assign-IP-Global-Pool 146 string
42 ATTRIBUTE Ascend-DHCP-Pool-Number 148 integer
111 ATTRIBUTE Ascend-IP-Pool-Definition 217 string
112 ATTRIBUTE Ascend-Assign-IP-Pool 218 integer
/external/libvpx/libvpx/vp8/common/arm/armv6/
Ddc_only_idct_add_v6.asm68 ; Constant Pool
Diwalsh_v6.asm134 ; Constant Pool
Ddequant_idct_v6.asm185 ; Constant Pool
Dsimpleloopfilter_v6.asm281 ; Constant Pool
Dloopfilter_v6.asm1275 ; Constant Pool
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
Dgjslint.py93 pool = multiprocessing.Pool()
/external/libvpx/libvpx/vp8/common/arm/neon/
Ddequant_idct_neon.asm127 ; Constant Pool
Didct_dequant_full_2x_neon.asm191 ; Constant Pool
/external/v8/tools/
Dpresubmit.py244 pool = multiprocessing.Pool(count)
/external/protobuf/src/google/protobuf/
Ddescriptor_database_unittest.cc478 INSTANTIATE_TEST_CASE_P(Pool, DescriptorDatabaseTest,
/external/oprofile/events/ppc64/970/
Devent_mappings66 #Group 7 pm_isu_rename, ISU Rename Pool Events
76 #Group 8 pm_isu_queues1, ISU Rename Pool Events
Devents77 #Group 7 pm_isu_rename, ISU Rename Pool Events
87 #Group 8 pm_isu_queues1, ISU Rename Pool Events
/external/oprofile/events/ppc64/970MP/
Devent_mappings71 #Group 7 pm_isu_rename, ISU Rename Pool Events
81 #Group 8 pm_isu_queues1, ISU Rename Pool Events
Devents82 #Group 7 pm_isu_rename, ISU Rename Pool Events
92 #Group 8 pm_isu_queues1, ISU Rename Pool Events
/external/ipsec-tools/
DChangeLog81 * src/racoon/main.c: Set up a default value for Mode Config Pool

12