Lines Matching full:terminator
14 #include "terminator.h"
78 Terminator terminator{__FILE__, __LINE__}; in RTDEF() local
85 boundElementBytes, terminator)); in RTDEF()
94 Terminator terminator{sourceFile, sourceLine}; in RTDEF() local
103 boundElementBytes, terminator), in RTDEF()
105 boundElementBytes, terminator)); in RTDEF()
114 terminator.Crash("PointerAssociateRemapping: too many elements in remapped " in RTDEF()
146 Terminator terminator{sourceFile, sourceLine}; in RTDEF() local
148 return ReturnError(terminator, StatInvalidDescriptor, errMsg, hasStat); in RTDEF()
159 return ReturnError(terminator, CFI_ERROR_MEM_ALLOCATION, errMsg, hasStat); in RTDEF()
167 stat = Initialize(pointer, *derived, terminator, hasStat, errMsg); in RTDEF()
171 return ReturnError(terminator, stat, errMsg, hasStat); in RTDEF()
180 Terminator terminator{sourceFile, sourceLine}; in RTDEF() local
181 DoFromSourceAssign(pointer, source, terminator); in RTDEF()
209 Terminator terminator{sourceFile, sourceLine}; in RTDEF() local
211 return ReturnError(terminator, StatInvalidDescriptor, errMsg, hasStat); in RTDEF()
214 return ReturnError(terminator, StatBaseNull, errMsg, hasStat); in RTDEF()
218 return ReturnError(terminator, StatBadPointerDeallocation, errMsg, hasStat); in RTDEF()
220 return ReturnError(terminator, in RTDEF()
221 pointer.Destroy(/*finalize=*/true, /*destroyPointers=*/true, &terminator), in RTDEF()