Home
last modified time | relevance | path

Searched defs:ExceptionHeader (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/gcc/
H A Ddeh.d137 struct ExceptionHeader struct
146 Throwable object;
149 _Unwind_Exception unwindHeader;
174 ExceptionHeader* next; argument
177 static ExceptionHeader* stack; argument
181 static ExceptionHeader ehstorage; argument
186 static ExceptionHeader* create(Throwable o) @nogc in create() argument
208 static void free(ExceptionHeader* eh) @nogc in free() argument
227 static ExceptionHeader* pop() @nogc in pop() argument
250 ExceptionHeader* eh = toExceptionHeader(unwindHeader); in save() argument
[all …]