|
Blender V4.3
|
Go to the source code of this file.
Functions | |
| void | _BLI_assert_print_pos (const char *file, const int line, const char *function, const char *id) |
| void | _BLI_assert_print_extra (const char *str) |
| void | _BLI_assert_unreachable_print (const char *file, const int line, const char *function) |
| void | _BLI_assert_print_backtrace (void) |
| void | _BLI_assert_abort (void) |
Helper functions for BLI_assert.h header.
Definition in file BLI_assert.c.
| void _BLI_assert_abort | ( | void | ) |
Definition at line 43 of file BLI_assert.c.
| void _BLI_assert_print_backtrace | ( | void | ) |
Definition at line 36 of file BLI_assert.c.
References BLI_system_backtrace().
| void _BLI_assert_print_extra | ( | const char * | str | ) |
Definition at line 25 of file BLI_assert.c.
References str.
| void _BLI_assert_print_pos | ( | const char * | file, |
| const int | line, | ||
| const char * | function, | ||
| const char * | id ) |
Definition at line 20 of file BLI_assert.c.
| void _BLI_assert_unreachable_print | ( | const char * | file, |
| const int | line, | ||
| const char * | function ) |
Definition at line 30 of file BLI_assert.c.