HomeSort by relevance Sort by last modified time
    Searched refs:SmallVectorBase (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Support/
SmallVector.cpp 19 void SmallVectorBase::grow_pod(void *FirstEl, size_t MinSizeInBytes,
  /external/llvm/include/llvm/ADT/
SmallVector.h 32 /// SmallVectorBase - This is all the non-templated stuff common to all
34 class SmallVectorBase {
39 SmallVectorBase(void *FirstEl, size_t Size)
67 class SmallVectorTemplateCommon : public SmallVectorBase {
79 SmallVectorTemplateCommon(size_t Size) : SmallVectorBase(&FirstEl, Size) {}
82 SmallVectorBase::grow_pod(&FirstEl, MinSizeInBytes, TSize);

Completed in 172 milliseconds