Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/gcc/
HDdwarf2out.c2862 macinfo_entry; typedef
2864 DEF_VEC_O(macinfo_entry);
2865 DEF_VEC_ALLOC_O(macinfo_entry, gc);
3135 static GTY (()) VEC (macinfo_entry, gc) * macinfo_table;
3141 && !VEC_empty (macinfo_entry, macinfo_table))
20661 macinfo_entry e; in dwarf2out_start_source_file()
20665 VEC_safe_push (macinfo_entry, gc, macinfo_table, &e); in dwarf2out_start_source_file()
20680 macinfo_entry e; in dwarf2out_end_source_file()
20684 VEC_safe_push (macinfo_entry, gc, macinfo_table, &e); in dwarf2out_end_source_file()
20698 macinfo_entry e; in dwarf2out_define()
[all …]
/dragonfly/contrib/gcc-8.0/gcc/
HDdwarf2out.c3115 macinfo_entry; typedef
3533 static GTY (()) vec<macinfo_entry, va_gc> *macinfo_table;
28050 macinfo_entry e; in dwarf2out_start_source_file()
28065 macinfo_entry e; in dwarf2out_end_source_file()
28083 macinfo_entry e; in dwarf2out_define()
28110 macinfo_entry e; in dwarf2out_undef()
28129 struct macinfo_entry_hasher : nofree_ptr_hash <macinfo_entry>
28131 static inline hashval_t hash (const macinfo_entry *);
28132 static inline bool equal (const macinfo_entry *, const macinfo_entry *);
28136 macinfo_entry_hasher::hash (const macinfo_entry *entry) in hash()
[all …]