Searched refs:AllocatedType (Results 1 – 5 of 5) sorted by relevance
28 template <typename AllocatedType, const unsigned int objectPerAllocation>35 assert(sizeof(AllocatedType) * objectPerAllocation >=36 sizeof(AllocatedType*)); // We must be able to store a slist in the54 AllocatedType* allocate() { in allocate()57 AllocatedType* object = freeHead_; in allocate()58 freeHead_ = *(AllocatedType**)object; in allocate()73 AllocatedType* allocated = currentBatch_->used_; in allocate()81 void release(AllocatedType* object) { in release()83 *(AllocatedType**)object = freeHead_; in release()90 AllocatedType* used_;[all …]
623 Type *AllocatedType = AI->getAllocatedType(); in getPointerAlignment() local624 if (AllocatedType->isSized()) in getPointerAlignment()625 Align = DL.getPrefTypeAlignment(AllocatedType); in getPointerAlignment()
1268 AllocatedType(Ty) { in AllocaInst()1278 AllocatedType(Ty) { in AllocaInst()
52 Type *AllocatedType; variable97 Type *getAllocatedType() const { return AllocatedType; } in getAllocatedType()100 void setAllocatedType(Type *Ty) { AllocatedType = Ty; } in setAllocatedType()
2589 QualType AllocatedType, in RebuildCXXNewExpr() argument2599 AllocatedType, in RebuildCXXNewExpr()