Home
last modified time | relevance | path

Searched refs:OVER_ABORT_ON_EXC (Results 1 – 1 of 1) sorted by relevance

/dports/devel/py-sip/sip-5.5.0/code_generator/
H A Dsip.h349 #define OVER_ABORT_ON_EXC 0x20000000 /* It aborts on an exception. */ macro
410 #define abortOnException(o) ((o)->overflags & OVER_ABORT_ON_EXC)
411 #define setAbortOnException(o) ((o)->overflags |= OVER_ABORT_ON_EXC)