Lines Matching defs:terminator
11 #include "terminator.h"
51 RT_API_ATTRS void IncrementSubscripts(Terminator &terminator) {
54 RUNTIME_CHECK(terminator, toAt_ == toAtPtr_ && fromAt_ == fromAtPtr_);
95 Terminator &terminator) {
103 RUNTIME_CHECK(terminator, to.ElementBytes() == from.ElementBytes());
118 Stack<CopyDescriptor, copyStackReserve> copyStack{terminator};
124 terminator};
146 RUNTIME_CHECK(terminator, curTo.ElementBytes() == curFrom.ElementBytes());
154 currentCopy.IncrementSubscripts(terminator);
161 RUNTIME_CHECK(terminator,
174 RUNTIME_CHECK(terminator, toDesc.Allocate() == CFI_SUCCESS);