Searched refs:Pool (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/contrib/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);
/freebsd-9.3-release/contrib/llvm/lib/Support/
H A DStringPool.cpp31 S->getValue().Pool = this;
/freebsd-9.3-release/contrib/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);
/freebsd-9.3-release/contrib/llvm/lib/TableGen/
H A DRecord.cpp459 typedef FoldingSet<BitsInit> Pool; typedef
460 static Pool ThePool;
562 class Pool : public T { class in namespace:__anon2301
564 ~Pool();
567 Pool<T>::~Pool() {
576 static Pool<DenseMap<int64_t, IntInit *> > ThePool;
603 static Pool<StringMap<StringInit *> > ThePool;
624 typedef FoldingSet<ListInit> Pool; typedef
625 static Pool ThePoo
1006 typedef DenseMap<Key, TernOpInit *> Pool; typedef
1396 typedef DenseMap<Key, VarBitInit *> Pool; typedef
1422 typedef DenseMap<Key, VarListElementInit *> Pool; typedef
1490 typedef DenseMap<Key, FieldInit *> Pool; typedef
1557 typedef FoldingSet<DagInit> Pool; typedef
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DIdentifierResolver.cpp41 IdDeclInfo Pool[POOL_SIZE]; member in struct:IdentifierResolver::IdDeclInfoMap::IdDeclInfoPool
398 IdDeclInfo *IDI = &CurPool->Pool[CurIndex];

Completed in 123 milliseconds