Lines Matching refs:exceptionLabel
78 #define cc_require(assertion, exceptionLabel) \ argument
81 goto exceptionLabel; \
85 #define cc_require(assertion, exceptionLabel) \ argument
88 goto exceptionLabel; \
93 #define cc_require(assertion, exceptionLabel) \ argument
97 #assertion, #exceptionLabel, 0, __FILE__, __LINE__, 0); \
98 goto exceptionLabel; \
107 #define cc_require_action(assertion, exceptionLabel, action) \ argument
115 goto exceptionLabel; \
119 #define cc_require_action(assertion, exceptionLabel, action) \ argument
127 goto exceptionLabel; \
132 #define cc_require_action(assertion, exceptionLabel, action) \ argument
139 #assertion, #exceptionLabel, 0, __FILE__, __LINE__, 0); \
143 goto exceptionLabel; \
171 #assertion, #exceptionLabel, 0, __FILE__, __LINE__, 0); \