Searched defs:spec_entry (Results 1 – 3 of 3) sorted by relevance
71 struct spec_entry struct73 struct spec_entry *next; argument74 char *text;75 int text_len;78 struct spec_section *entry_sections;81 struct spec_section *entry_sections_tail;
5696 struct GTY((for_user)) spec_entry struct5698 tree tmpl; /* The general template this is a specialization of. */5699 tree args; /* The args for this (maybe-partial) specialization. */5700 tree spec; /* The specialization itself. */
105 struct GTY((for_user)) spec_entry struct112 struct spec_hasher : ggc_ptr_hash<spec_entry> argument