
Go to the source code of this file.
Defines | |
| #define | GS_ASSERT(condition, message) |
Functions/Subroutines | |
| void | gs_assert (bool condition, gs_string_t file, gs_string_t function, gs_count_t line, const gs_string_t message) |
| #define GS_ASSERT | ( | condition, | |||
| message | ) |
Definition at line 42 of file gspin-assert.h.
Referenced by __gs(), _gs_b(), _gs_bv(), _gs_bv_reset(), _gs_c(), _gs_code(), _gs_d(), _gs_em(), _gs_f(), _gs_hword(), _gs_ld(), _gs_ll(), _gs_n(), _gs_s(), _gs_s_no_alloc(), _gs_slen(), _gs_u(), _gs_ull(), gs_attribute_name(), gs_b(), gs_boolean_type_node(), gs_build_pointer_type(), gs_c(), gs_classtype_size(), gs_code(), gs_d(), gs_dump_leaf(), gs_em(), gs_error_mark_node(), gs_f(), gs_flag_name(), gs_get_integer_value(), gs_hword(), gs_index(), gs_integer_type_node(), gs_ld(), gs_length(), gs_list_length(), gs_ll(), GS_LOOKUP_FLAG(), gs_mempool_address2byteofst(), gs_n(), gs_ptr_type_node(), gs_ptrdiff_type_node(), gs_read(), gs_read_file(), gs_s(), gs_slen(), gs_tree_code_class(), gs_tree_code_class_name(), gs_u(), gs_ull(), gs_uses_template_parms(), gs_void_type_node(), gs_write(), gsbi_class_name(), gsbi_name(), gsbi_ts_name(), gspin_node_size(), and AGGINIT::Traverse_Aggregate_Struct().
| void gs_assert | ( | bool | condition, | |
| gs_string_t | file, | |||
| gs_string_t | function, | |||
| gs_count_t | line, | |||
| const gs_string_t | message | |||
| ) |
Definition at line 44 of file gspin-assert.c.
1.5.6