HomeSort by relevance Sort by last modified time
    Searched defs:getAllocator (Results 1 - 15 of 15) sorted by null

  /external/clang/include/clang/Analysis/Support/
BumpVector.h 49 llvm::BumpPtrAllocator &getAllocator() { return *Alloc.getPointer(); }
223 T *NewElts = C.getAllocator().template Allocate<T>(NewCapacity);
  /external/llvm/include/llvm/ADT/
ImmutableList.h 152 BumpPtrAllocator& getAllocator() const {
164 if (ownsAllocator()) delete &getAllocator();
178 BumpPtrAllocator& A = getAllocator();
ScopedHashTable.h 172 AllocatorRefTy getAllocator() { return Allocator; }
173 AllocatorCRefTy getAllocator() const { return Allocator; }
250 ThisEntry->Destroy(HT.getAllocator());
StringMap.h 265 AllocatorRefTy getAllocator() { return Allocator; }
266 AllocatorCRefTy getAllocator() const { return Allocator; }
ImmutableSet.h 381 BumpPtrAllocator& getAllocator() const {
397 if (ownsAllocator()) delete &getAllocator();
459 BumpPtrAllocator& A = getAllocator();
998 BumpPtrAllocator& getAllocator() { return F.getAllocator(); }
    [all...]
  /external/skia/include/images/
SkImageDecoder.h 153 SkBitmap::Allocator* getAllocator() const { return fAllocator; }
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
PoolAlloc.h 261 pool_allocator(const pool_allocator<Other>& p) : allocator(p.getAllocator()) { }
268 return getAllocator().allocate(n);
271 return getAllocator().allocate(n);
276 return reinterpret_cast<pointer>(getAllocator().allocate(n * sizeof(T)));
279 return reinterpret_cast<pointer>(getAllocator().allocate(n * sizeof(T)));
287 bool operator==(const pool_allocator& rhs) const { return &getAllocator() == &rhs.getAllocator(); }
288 bool operator!=(const pool_allocator& rhs) const { return &getAllocator() != &rhs.getAllocator(); }
294 TPoolAllocator& getAllocator() const { return allocator;
    [all...]
  /external/clang/include/clang/Basic/
IdentifierTable.h 389 llvm::BumpPtrAllocator& getAllocator() {
390 return HashTable.getAllocator();
413 void *Mem = getAllocator().Allocate<IdentifierInfo>();
445 void *Mem = getAllocator().Allocate<IdentifierInfo>();
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h 345 llvm::BumpPtrAllocator & getAllocator() { return BVC.getAllocator(); }
ProgramState.h 491 llvm::BumpPtrAllocator& getAllocator() { return Alloc; }
MemRegion.h 939 llvm::BumpPtrAllocator &getAllocator() { return A; }
    [all...]
  /external/clang/tools/libclang/
CIndexCodeCompletion.cpp 609 virtual CodeCompletionAllocator &getAllocator() {
    [all...]
  /external/clang/include/clang/Analysis/
CFG.h 701 llvm::BumpPtrAllocator& getAllocator() {
702 return BlkBVC.getAllocator();
  /external/clang/lib/Frontend/
ASTUnit.cpp     [all...]
  /external/clang/lib/Sema/
SemaCodeComplete.cpp 250 CodeCompletionAllocator &getAllocator() const { return Allocator; }
    [all...]

Completed in 490 milliseconds