Lines Matching refs:exceptionLabel
50 #define cc_require(assertion, exceptionLabel) \ argument
53 goto exceptionLabel; \
57 #define cc_require(assertion, exceptionLabel) \ argument
60 goto exceptionLabel; \
65 #define cc_require(assertion, exceptionLabel) \ argument
69 #assertion, #exceptionLabel, 0, __FILE__, __LINE__, 0); \
70 goto exceptionLabel; \
79 #define cc_require_action(assertion, exceptionLabel, action) \ argument
87 goto exceptionLabel; \
91 #define cc_require_action(assertion, exceptionLabel, action) \ argument
99 goto exceptionLabel; \
104 #define cc_require_action(assertion, exceptionLabel, action) \ argument
111 #assertion, #exceptionLabel, 0, __FILE__, __LINE__, 0); \
115 goto exceptionLabel; \
143 #assertion, #exceptionLabel, 0, __FILE__, __LINE__, 0); \