Home
last modified time | relevance | path

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

/trueos/contrib/gcc/
HDdwarf2out.c3897 typedef struct var_loc_list_def var_loc_list; typedef
3901 static GTY ((param_is (var_loc_list))) htab_t decl_loc_table;
4083 static var_loc_list *lookup_decl_loc (tree);
5655 return (hashval_t) ((const var_loc_list *) x)->decl_id; in decl_loc_table_hash()
5664 return (((const var_loc_list *) x)->decl_id == DECL_UID ((const tree) y)); in decl_loc_table_eq()
5669 static inline var_loc_list *
5694 var_loc_list *temp; in add_var_loc_to_decl()
5700 temp = ggc_alloc_cleared (sizeof (var_loc_list)); in add_var_loc_to_decl()
10414 var_loc_list *loc_list; in add_location_or_const_value_attribute()