Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcp-tree.h909 struct named_decl_hash : ggc_remove <tree> struct
911 typedef tree value_type; /* A DECL or OVERLOAD */
912 typedef tree compare_type; /* An identifier. */
917 static const bool empty_zero_p = true;
918 static inline void mark_empty (value_type &p) {p = NULL_TREE;} in mark_empty()
919 static inline bool is_empty (value_type p) {return !p;} in is_empty()
922 static bool is_deleted (value_type) { return false; } in is_deleted()
923 static void mark_deleted (value_type) { gcc_unreachable (); } in mark_deleted()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dcp-tree.h975 struct named_decl_hash : ggc_remove <tree> { struct
976 typedef tree value_type; /* A DECL or OVERLOAD */
977 typedef tree compare_type; /* An identifier. */
982 static const bool empty_zero_p = true;
983 static inline void mark_empty (value_type &p) {p = NULL_TREE;} in mark_empty()
984 static inline bool is_empty (value_type p) {return !p;} in is_empty()
987 static bool is_deleted (value_type) { return false; } in is_deleted()
988 static void mark_deleted (value_type) { gcc_unreachable (); } in mark_deleted()