Home
last modified time | relevance | path

Searched refs:variable_table_type (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dvar-tracking.c511 typedef hash_table<variable_hasher> variable_table_type; typedef
512 typedef variable_table_type::iterator variable_iterator_type;
525 variable_table_type *vars;
536 variable_table_type *htab;
604 static variable_table_type *changed_variables;
612 static variable_table_type *dropped_values;
650 static void vars_copy (variable_table_type *, variable_table_type *);
668 variable_table_type *);
685 static void dump_vars (variable_table_type *);
1594 static inline variable_table_type *
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dvar-tracking.cc519 typedef hash_table<variable_hasher> variable_table_type; typedef
520 typedef variable_table_type::iterator variable_iterator_type;
533 variable_table_type *vars;
544 variable_table_type *htab;
612 static variable_table_type *changed_variables;
620 static variable_table_type *dropped_values;
658 static void vars_copy (variable_table_type *, variable_table_type *);
676 variable_table_type *);
693 static void dump_vars (variable_table_type *);
1602 static inline variable_table_type *
[all …]