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

  /external/clang/test/SemaTemplate/
example-dynarray.cpp 34 T* NewStart = (T*)malloc(sizeof(T) * other.size());
37 new (NewStart + I) T(other[I]);
43 Start = NewStart;
44 Last = End = NewStart + other.size();
101 T* NewStart = (T*)malloc(sizeof(T) * NewCapacity);
105 new (NewStart + I) T(Start[I]);
111 Start = NewStart;
  /external/llvm/lib/CodeGen/
StackColoring.cpp 459 SlotIndex NewStart = Indexes->getMBBStartIdx(MBB);
461 Intervals[i]->addRange(LiveRange(NewStart, F, ValNum));

Completed in 94 milliseconds