Lines Matching refs:RT_STRICT

241  * @remarks This macro does not depend on RT_STRICT.
442 * These assertions will only trigger when RT_STRICT is defined. When it is
464 * @remarks This macro does not depend on RT_STRICT.
477 #ifdef RT_STRICT
484 * If RT_STRICT is defined this macro will invoke RTAssertDoPanic if
485 * RTAssertShouldPanic returns true. If RT_STRICT isn't defined it won't do any
488 #if defined(RT_STRICT) && !defined(RTASSERT_DONT_PANIC)
498 #ifdef RT_STRICT
518 #ifdef RT_STRICT
541 * In RT_STRICT mode it will hit a breakpoint before returning.
546 #ifdef RT_STRICT
568 * In RT_STRICT mode it will hit a breakpoint before executing the statement and
575 #ifdef RT_STRICT
599 * In RT_STRICT mode it will hit a breakpoint before returning.
603 #ifdef RT_STRICT
625 * In RT_STRICT mode it will hit a breakpoint before returning.
630 #ifdef RT_STRICT
655 * In RT_STRICT mode it will hit a breakpoint before returning.
659 #ifdef RT_STRICT
676 * In RT_STRICT mode it will hit a breakpoint before doing break.
681 #ifdef RT_STRICT
703 #ifdef RT_STRICT
727 #ifdef RT_STRICT
750 * In RT_STRICT mode it will hit a breakpoint before returning.
756 #ifdef RT_STRICT
779 * In RT_STRICT mode it will hit a breakpoint before returning.
787 #ifdef RT_STRICT
812 * In RT_STRICT mode it will hit a breakpoint before returning.
817 #ifdef RT_STRICT
840 * In RT_STRICT mode it will hit a breakpoint before returning.
846 #ifdef RT_STRICT
872 * In RT_STRICT mode it will hit a breakpoint before returning.
877 #ifdef RT_STRICT
895 * In RT_STRICT mode it will hit a breakpoint before doing break.
901 #ifdef RT_STRICT
921 #ifdef RT_STRICT
932 * An assertion failed, hit breakpoint (RT_STRICT mode only) and return.
936 #ifdef RT_STRICT
951 * An assertion failed, hit breakpoint (RT_STRICT mode only), execute a
957 #ifdef RT_STRICT
974 * An assertion failed, hit breakpoint (RT_STRICT mode only) and return.
976 #ifdef RT_STRICT
991 * An assertion failed, hit breakpoint (RT_STRICT mode only), execute a
996 #ifdef RT_STRICT
1014 * An assertion failed, hit breakpoint (RT_STRICT mode only) and break.
1016 #ifdef RT_STRICT
1031 * An assertion failed, hit breakpoint (RT_STRICT mode only), execute
1036 #ifdef RT_STRICT
1058 #ifdef RT_STRICT
1070 * An assertion failed, hit breakpoint with message (RT_STRICT mode only) and return.
1075 #ifdef RT_STRICT
1091 * An assertion failed, hit breakpoint with message (RT_STRICT mode only) and return.
1095 #ifdef RT_STRICT
1112 * An assertion failed, hit breakpoint with message (RT_STRICT mode only) and break.
1116 #ifdef RT_STRICT
1132 * An assertion failed, hit breakpoint (RT_STRICT mode only), execute
1138 #ifdef RT_STRICT
1161 * These assertions will work like normal strict assertion when RT_STRICT is
1162 * defined and LogRel statements when RT_STRICT is undefined. Typically used for
1172 #ifdef RT_STRICT
1184 #ifdef RT_STRICT
1981 * Asserts a iprt status code successful, bitch (RT_STRICT mode only) and return if it isn't.
1990 * Asserts a iprt status code successful, bitch (RT_STRICT mode only), execute
2002 * Asserts a iprt status code successful, bitch (RT_STRICT mode only) and return if it isn't.
2010 * Asserts a iprt status code successful, bitch (RT_STRICT mode only), and
2020 * Asserts a iprt status code successful, bitch (RT_STRICT mode only) and break if it isn't.
2028 * Asserts a iprt status code successful, bitch (RT_STRICT mode only) and break if it isn't.
2051 * If RT_STRICT is defined the message will be printed and a breakpoint hit before it returns
2065 * If RT_STRICT is defined the message will be printed and a breakpoint hit before it returns
2080 * If RT_STRICT is defined the message will be printed and a breakpoint hit before it returns
2092 * If RT_STRICT is defined the message will be printed and a breakpoint hit before it returns
2105 * If RT_STRICT is defined the message will be printed and a breakpoint hit before it breaks
2117 * If RT_STRICT is defined the message will be printed and a breakpoint hit before it returns
2138 * Asserts that an iprt status code equals VINF_SUCCESS, bitch (RT_STRICT mode only) and return if it isn't.
2147 * Asserts that an iprt status code equals VINF_SUCCESS, bitch (RT_STRICT mode only) and return if it isn't.
2155 * Asserts that an iprt status code equals VINF_SUCCESS, bitch (RT_STRICT mode only) and break if it isn't.
2163 * Asserts that an iprt status code equals VINF_SUCCESS, bitch (RT_STRICT mode only) and break if it isn't.