Searched refs:RopeRefCountString (Results 1 – 2 of 2) sorted by relevance
34 struct RopeRefCountString { struct60 llvm::IntrusiveRefCntPtr<RopeRefCountString> StrData;66 RopePiece(llvm::IntrusiveRefCntPtr<RopeRefCountString> Str, unsigned Start, in RopePiece()170 llvm::IntrusiveRefCntPtr<RopeRefCountString> AllocBuffer;
782 unsigned Size = End-Start+sizeof(RopeRefCountString)-1; in MakeRopeString()783 RopeRefCountString *Res = in MakeRopeString()784 reinterpret_cast<RopeRefCountString *>(new char[Size]); in MakeRopeString()793 unsigned AllocSize = offsetof(RopeRefCountString, Data) + AllocChunkSize; in MakeRopeString()794 RopeRefCountString *Res = in MakeRopeString()795 reinterpret_cast<RopeRefCountString *>(new char[AllocSize]); in MakeRopeString()