Searched defs:ExceptionHeader (Results 1 – 1 of 1) sorted by relevance
137 struct ExceptionHeader struct146 Throwable object;149 _Unwind_Exception unwindHeader;174 ExceptionHeader* next; argument177 static ExceptionHeader* stack; argument181 static ExceptionHeader ehstorage; argument186 static ExceptionHeader* create(Throwable o) @nogc in create() argument208 static void free(ExceptionHeader* eh) @nogc in free() argument227 static ExceptionHeader* pop() @nogc in pop() argument250 ExceptionHeader* eh = toExceptionHeader(unwindHeader); in save() argument[all …]