Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dvar-tracking.c510 typedef hash_table<variable_hasher> variable_table_type; typedef
511 typedef variable_table_type::iterator variable_iterator_type;
524 variable_table_type *vars;
535 variable_table_type *htab;
603 static variable_table_type *changed_variables;
611 static variable_table_type *dropped_values;
649 static void vars_copy (variable_table_type *, variable_table_type *);
667 variable_table_type *);
684 static void dump_vars (variable_table_type *);
1592 static inline variable_table_type *
[all …]