reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/TableGen/Record.cpp
 1772   assert(CondRange.size() == ValRange.size() &&
 1777   ProfileCondOpInit(ID, CondRange, ValRange, Ty);
 1783   void *Mem = Allocator.Allocate(totalSizeToAlloc<Init *>(2*CondRange.size()),
 1785   CondOpInit *I = new(Mem) CondOpInit(CondRange.size(), Ty);
 1787   std::uninitialized_copy(CondRange.begin(), CondRange.end(),
 1787   std::uninitialized_copy(CondRange.begin(), CondRange.end(),
 1790                           I->getTrailingObjects<Init *>()+CondRange.size());