Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
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 …]