| /freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | SymbolStringPool.h | 47 PoolMap Pool; variable 122 assert(Pool.empty() && "Dangling references at pool destruction time"); 130 std::tie(I, Added) = Pool.try_emplace(S, 0); 136 for (auto I = Pool.begin(), E = Pool.end(); I != E;) { 139 Pool.erase(Tmp); 145 return Pool.empty();
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | AddressPool.cpp | 23 Pool.insert(std::make_pair(Sym, AddressPoolEntry(Pool.size(), TLS))); in getIndex() 33 + AddrSize * Pool.size(); // entries in emitHeader() 60 SmallVector<const MCExpr *, 64> Entries(Pool.size()); in emit() 62 for (const auto &I : Pool) in emit()
|
| H A D | DwarfStringPool.cpp | 24 : Pool(A), Prefix(Prefix), in DwarfStringPool() 29 auto I = Pool.insert(std::make_pair(Str, EntryTy())); in getEntryImpl() 80 if (Pool.empty()) in emit() 88 Entries.reserve(Pool.size()); in emit() 90 for (const auto &E : Pool) in emit() 118 for (const auto &Entry : Pool) { in emit()
|
| H A D | DwarfStringPool.h | 30 StringMap<EntryTy, BumpPtrAllocator &> Pool; variable 50 bool empty() const { return Pool.empty(); } in empty() 52 unsigned size() const { return Pool.size(); } in size()
|
| H A D | AddressPool.h | 31 DenseMap<const MCSymbol *, AddressPoolEntry> Pool; variable 48 bool isEmpty() { return Pool.empty(); } in isEmpty()
|
| /freebsd-12.1/contrib/llvm/lib/Target/NVPTX/ |
| H A D | ManagedStringPool.h | 27 SmallVector<std::string *, 8> Pool; variable 33 SmallVectorImpl<std::string *>::iterator Current = Pool.begin(); in ~ManagedStringPool() 34 while (Current != Pool.end()) { in ~ManagedStringPool() 42 Pool.push_back(Str); in getManagedString()
|
| /freebsd-12.1/contrib/llvm/include/llvm/CodeGen/PBQP/ |
| H A D | CostAllocator.h | 37 PoolEntry(ValuePool &Pool, ValueKeyT Value) in PoolEntry() argument 38 : Pool(Pool), Value(std::move(Value)) {} in PoolEntry() 40 ~PoolEntry() { Pool.removeEntry(this); } in ~PoolEntry() 45 ValuePool &Pool;
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/ |
| H A D | ConstString.cpp | 32 class Pool { class 158 size_t mem_size = sizeof(Pool); in MemorySize() 191 static Pool &StringPool() { in StringPool() 193 static Pool *g_string_pool = nullptr; in StringPool() 196 []() { g_string_pool = new Pool(); }); in StringPool() 234 return Pool::GetConstCStringLength(m_string); in GetLength()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Tooling/ |
| H A D | AllTUsExecution.cpp | 116 llvm::ThreadPool Pool(ThreadCount == 0 ? llvm::hardware_concurrency() in execute() local 125 Pool.async( in execute() 144 Pool.wait(); in execute()
|
| /freebsd-12.1/contrib/llvm/include/llvm/Support/ |
| H A D | StringPool.h | 47 StringPool *Pool = nullptr; ///< So the string can remove itself. member 108 S->getValue().Pool->InternTable.remove(S); in clear()
|
| /freebsd-12.1/contrib/tcsh/nls/german/ |
| H A D | set19 | 21 18 Gesamter benutzer Speicher im Pool: %d\n 22 19 Gesamter freier Speicher im Pool: %d\n
|
| /freebsd-12.1/contrib/llvm/lib/Support/ |
| H A D | StringPool.cpp | 31 S->getValue().Pool = this; in intern()
|
| /freebsd-12.1/contrib/llvm/tools/llvm-profdata/ |
| H A D | llvm-profdata.cpp | 317 ThreadPool Pool(NumThreads); in mergeInstrProfile() local 322 Pool.async(loadInput, Input, Remapper, Contexts[Ctx].get()); in mergeInstrProfile() 325 Pool.wait(); in mergeInstrProfile() 333 Pool.async(mergeWriterContexts, Contexts[I].get(), in mergeInstrProfile() 335 Pool.wait(); in mergeInstrProfile() 337 Pool.async(mergeWriterContexts, Contexts[0].get(), in mergeInstrProfile() 339 Pool.wait(); in mergeInstrProfile()
|
| /freebsd-12.1/contrib/llvm/tools/llvm-cov/ |
| H A D | CoverageReport.cpp | 364 ThreadPool Pool(NumThreads); in prepareFileReports() local 371 Pool.async(&CoverageReport::prepareSingleFileReport, Filename, in prepareFileReports() 374 Pool.wait(); in prepareFileReports()
|
| H A D | CodeCoverage.cpp | 957 ThreadPool Pool(NumThreads); in doShow() local 959 Pool.async(&CodeCoverageTool::writeSourceFileView, this, SourceFile, in doShow() 961 Pool.wait(); in doShow()
|
| /freebsd-12.1/contrib/file/magic/Magdir/ |
| H A D | java | 9 # From Martin Pool ([email protected])
|
| H A D | diff | 33 # Copyright (C) 2001 by Martin Pool. You may do whatever you want with
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | IdentifierResolver.cpp | 45 IdDeclInfo Pool[POOL_SIZE]; member 408 IdDeclInfo *IDI = &CurPool->Pool[CurIndex]; in operator []()
|
| /freebsd-12.1/contrib/llvm/lib/LTO/ |
| H A D | ThinLTOCodeGenerator.cpp | 831 ThreadPool Pool; in run() local 834 Pool.async([&](int count) { in run() 937 ThreadPool Pool(ThreadCount); in run() local 940 Pool.async([&](int count) { in run()
|
| /freebsd-12.1/share/misc/ |
| H A D | usb_hid_usages | 1097 0x7F PID Pool Report 1098 0x80 RAM Pool Size 1099 0x81 ROM Pool Size 1102 0x84 Pool Alignment 1103 0x85 PID Pool Move Report 1132 0xA9 Device Managed Pool 1135 0xAC RAM Pool Available
|
| /freebsd-12.1/contrib/serf/ |
| H A D | design-guide.txt | 8 3. Pool Usage
|
| /freebsd-12.1/cddl/usr.sbin/zfsd/tests/ |
| H A D | zfsd_unittest.cc | 254 TEST_F(ZfsdExceptionTest, Pool) in TEST_F() argument
|
| /freebsd-12.1/contrib/subversion/ |
| H A D | build-outputs.mk | 2151 …ersion/bindings/javahl/native/JNIUtil.h subversion/bindings/javahl/native/Pool.h subversion/includ… 2214 …ersion/bindings/javahl/native/JNIUtil.h subversion/bindings/javahl/native/Pool.h subversion/includ… 2217 …ersion/bindings/javahl/native/JNIUtil.h subversion/bindings/javahl/native/Pool.h subversion/includ… 2223 …ersion/bindings/javahl/native/JNIUtil.h subversion/bindings/javahl/native/Pool.h subversion/includ… 2226 …ersion/bindings/javahl/native/JNIUtil.h subversion/bindings/javahl/native/Pool.h subversion/includ… 2229 …ersion/bindings/javahl/native/JNIUtil.h subversion/bindings/javahl/native/Pool.h subversion/includ… 2244 …indings/javahl/native/MessageReceiver.h subversion/bindings/javahl/native/Pool.h subversion/includ… 2262 …Pool.lo: subversion/bindings/javahl/native/Pool.cpp subversion/bindings/javahl/native/JNICriticalS… 2263 $(COMPILE_JAVAHL_CXX) $(canonicalized_srcdir)subversion/bindings/javahl/native/Pool.cpp 2280 …ersion/bindings/javahl/native/JNIUtil.h subversion/bindings/javahl/native/Pool.h subversion/bindin… [all …]
|
| /freebsd-12.1/lib/libc/db/mpool/ |
| H A D | mpool.libtp | 168 /* Flush Buffer Pool on Exit */
|
| /freebsd-12.1/contrib/apr/ |
| H A D | LICENSE | 280 Copyright (C) 2000 by Martin Pool <[email protected]>
|