Go to the source code of this file.
◆ KU_ASSERT
#define KU_ASSERT |
( |
| condition | ) |
|
Value:
#define KU_ASSERT_UNCONDITIONAL(condition)
Definition assert.h:17
◆ KU_ASSERT_UNCONDITIONAL
#define KU_ASSERT_UNCONDITIONAL |
( |
| condition | ) |
|
Value: static_cast<bool>(condition) ? \
void(0) : \
kuzu::common::kuAssertFailureInternal(#condition, __FILE__, __LINE__)
◆ KU_UNREACHABLE
Value:
__FILE__, __LINE__)
void kuAssertFailureInternal(const char *condition_name, const char *file, int linenr)
Definition assert.h:9
◆ KU_UNUSED
#define KU_UNUSED |
( |
| expr | ) |
|
◆ RUNTIME_CHECK
#define RUNTIME_CHECK |
( |
| code | ) |
|