Blender
V3.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.
Definition at line 38 of file BLI_assert.c.
Definition at line 31 of file BLI_assert.c.
References BLI_system_backtrace().
void _BLI_assert_print_extra | ( | const char * | str | ) |
Definition at line 20 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 15 of file BLI_assert.c.
References file.
void _BLI_assert_unreachable_print | ( | const char * | file, |
const int | line, | ||
const char * | function | ||
) |
Definition at line 25 of file BLI_assert.c.
References file.