Home
last modified time | relevance | path

Searched defs:spec_entry (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl2/texinfo/dist/util/
H A Dinstall-info.c71 struct spec_entry struct
73 struct spec_entry *next; argument
74 char *text;
75 int text_len;
78 struct spec_section *entry_sections;
81 struct spec_section *entry_sections_tail;
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dcp-tree.h5696 struct GTY((for_user)) spec_entry struct
5698 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. */
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dpt.c105 struct GTY((for_user)) spec_entry struct
112 struct spec_hasher : ggc_ptr_hash<spec_entry> argument