Searched refs:vtbl_map_node (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | vtable-verify.c | 169 vtbl_map_node_registration_find (struct vtbl_map_node *node, in vtbl_map_node_registration_find() 197 vtbl_map_node_registration_insert (struct vtbl_map_node *node, in vtbl_map_node_registration_insert() 267 struct vtbl_map_hasher : nofree_ptr_hash <struct vtbl_map_node> 269 static inline hashval_t hash (const vtbl_map_node *); 270 static inline bool equal (const vtbl_map_node *, const vtbl_map_node *); 276 vtbl_map_hasher::hash (const vtbl_map_node *p) in hash() 278 const struct vtbl_map_node n = *((const struct vtbl_map_node *) p); in hash() 285 vtbl_map_hasher::equal (const vtbl_map_node *p1, const vtbl_map_node *p2) in equal() 287 const struct vtbl_map_node n1 = *((const struct vtbl_map_node *) p1); in equal() 288 const struct vtbl_map_node n2 = *((const struct vtbl_map_node *) p2); in equal() [all …]
|
H A D | vtable-verify.h | 106 struct vtbl_map_node { struct 115 struct vtbl_map_node *next, *prev; /* Pointers for the linked list argument 128 extern vec<struct vtbl_map_node *> vtbl_map_nodes_vec; argument 135 extern struct vtbl_map_node *vtbl_map_get_node (tree); 136 extern struct vtbl_map_node *find_or_create_vtbl_map_node (tree); 137 extern void vtbl_map_node_class_insert (struct vtbl_map_node *, unsigned); 138 extern bool vtbl_map_node_registration_find (struct vtbl_map_node *, 140 extern bool vtbl_map_node_registration_insert (struct vtbl_map_node *,
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | vtable-verify.cc | 169 vtbl_map_node_registration_find (struct vtbl_map_node *node, in vtbl_map_node_registration_find() 197 vtbl_map_node_registration_insert (struct vtbl_map_node *node, in vtbl_map_node_registration_insert() 267 struct vtbl_map_hasher : nofree_ptr_hash <struct vtbl_map_node> 269 static inline hashval_t hash (const vtbl_map_node *); 270 static inline bool equal (const vtbl_map_node *, const vtbl_map_node *); 276 vtbl_map_hasher::hash (const vtbl_map_node *p) in hash() 278 const struct vtbl_map_node n = *((const struct vtbl_map_node *) p); in hash() 285 vtbl_map_hasher::equal (const vtbl_map_node *p1, const vtbl_map_node *p2) in equal() 287 const struct vtbl_map_node n1 = *((const struct vtbl_map_node *) p1); in equal() 288 const struct vtbl_map_node n2 = *((const struct vtbl_map_node *) p2); in equal() [all …]
|
H A D | vtable-verify.h | 106 struct vtbl_map_node { struct 115 struct vtbl_map_node *next, *prev; /* Pointers for the linked list argument 128 extern vec<struct vtbl_map_node *> vtbl_map_nodes_vec; argument 135 extern struct vtbl_map_node *vtbl_map_get_node (tree); 136 extern struct vtbl_map_node *find_or_create_vtbl_map_node (tree); 137 extern void vtbl_map_node_class_insert (struct vtbl_map_node *, unsigned); 138 extern bool vtbl_map_node_registration_find (struct vtbl_map_node *, 140 extern bool vtbl_map_node_registration_insert (struct vtbl_map_node *,
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | vtable-class-hierarchy.cc | 140 struct vtbl_map_node *vtable_find_or_create_map_decl (tree); 399 struct vtbl_map_node *cur = vtbl_map_nodes_vec[j]; in vtv_compute_class_hierarchy_transitive_closure() 448 struct vtbl_map_node *base_vtable_map_node; in check_and_record_registered_pairs() 907 struct vtbl_map_node *current = vtbl_map_nodes_vec[j]; in register_all_pairs() 937 struct vtbl_map_node *vtbl_class_node = vtbl_map_nodes_vec[i]; in register_all_pairs() 1055 struct vtbl_map_node *vtbl_node; in find_graph_node() 1115 struct vtbl_map_node *current = vtbl_map_nodes_vec[i]; in write_out_vtv_count_data() 1208 struct vtbl_map_node * 1212 struct vtbl_map_node *vtable_map_node = NULL; in vtable_find_or_create_map_decl() 1280 struct vtbl_map_node *own_map; in vtv_insert_single_class_info() [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | vtable-class-hierarchy.c | 140 struct vtbl_map_node *vtable_find_or_create_map_decl (tree); 399 struct vtbl_map_node *cur = vtbl_map_nodes_vec[j]; in vtv_compute_class_hierarchy_transitive_closure() 448 struct vtbl_map_node *base_vtable_map_node; in check_and_record_registered_pairs() 907 struct vtbl_map_node *current = vtbl_map_nodes_vec[j]; in register_all_pairs() 937 struct vtbl_map_node *vtbl_class_node = vtbl_map_nodes_vec[i]; in register_all_pairs() 1055 struct vtbl_map_node *vtbl_node; in find_graph_node() 1115 struct vtbl_map_node *current = vtbl_map_nodes_vec[i]; in write_out_vtv_count_data() 1208 struct vtbl_map_node * 1212 struct vtbl_map_node *vtable_map_node = NULL; in vtable_find_or_create_map_decl() 1280 struct vtbl_map_node *own_map; in vtv_insert_single_class_info() [all …]
|