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

/freebsd-9.3-release/contrib/gcc/
H A Ddwarf2out.c3901 typedef struct var_loc_list_def var_loc_list;
3905 static GTY ((param_is (var_loc_list))) htab_t decl_loc_table;
4087 static var_loc_list *lookup_decl_loc (tree);
5652 /* Returns a hash value for X (which really is a var_loc_list). */
5657 return (hashval_t) ((const var_loc_list *) x)->decl_id;
5660 /* Return nonzero if decl_id of var_loc_list X is the same as
5666 return (((const var_loc_list *) x)->decl_id == DECL_UID ((const tree) y));
5671 static inline var_loc_list *
5696 var_loc_list *temp;
5702 temp = ggc_alloc_cleared (sizeof (var_loc_list));
3897 typedef struct var_loc_list_def var_loc_list; typedef in typeref:struct:var_loc_list_def
[all...]

Completed in 71 milliseconds