#include "gspin-tree.h"#include "gspin-list.h"

Go to the source code of this file.
Functions/Subroutines | |
| gs_count_t | gs_length (gs_t list) |
| gs_t | gs_index (gs_t list, gs_count_t index) |
| gs_t gs_index | ( | gs_t | list, | |
| gs_count_t | index | |||
| ) |
Definition at line 35 of file gspin-list.c.
References GS_ASSERT, gs_length(), gs_operand(), and NULL.
Referenced by HANDLER_ITER::Current(), gs_boolean_type_node(), gs_error_mark_node(), gs_integer_type_node(), gs_ptr_type_node(), gs_ptrdiff_type_node(), gs_tree_vec_elt(), gs_void_type_node(), Mark_Scopes_And_Labels(), Process_Cc1_Command_Line(), WGEN_Expand_Expr(), and WGEN_Expand_Stmt().
| gs_count_t gs_length | ( | gs_t | list | ) |
Definition at line 27 of file gspin-list.c.
References EMPTY, GS_ASSERT, gs_operand(), n, and NULL.
Referenced by gs_index(), gs_write(), HANDLER_ITER::HANDLER_ITER(), Mark_Scopes_And_Labels(), Process_Cc1_Command_Line(), WGEN_Expand_Expr(), and WGEN_Expand_Stmt().
1.5.6