Home
last modified time | relevance | path

Searched defs:named_label_hash (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcp-tree.h1880 struct named_label_hash : ggc_remove <named_label_entry *> struct
1882 typedef named_label_entry *value_type;
1883 typedef tree compare_type; /* An identifier. */
1888 static const bool empty_zero_p = true;
1889 inline static void mark_empty (value_type &p) {p = NULL;} in mark_empty()
1890 inline static bool is_empty (value_type p) {return !p;} in is_empty()
1893 inline static bool is_deleted (value_type) { return false; } in is_deleted()
1894 inline static void mark_deleted (value_type) { gcc_unreachable (); } in mark_deleted()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dcp-tree.h2038 struct named_label_hash : ggc_remove <named_label_entry *> struct
2040 typedef named_label_entry *value_type;
2041 typedef tree compare_type; /* An identifier. */
2046 static const bool empty_zero_p = true;
2047 inline static void mark_empty (value_type &p) {p = NULL;} in mark_empty()
2048 inline static bool is_empty (value_type p) {return !p;} in is_empty()
2051 inline static bool is_deleted (value_type) { return false; } in is_deleted()
2052 inline static void mark_deleted (value_type) { gcc_unreachable (); } in mark_deleted()