Searched refs:next_child (Results 1 – 4 of 4) sorted by relevance
| /NextBSD/contrib/libstdc++/include/ext/pb_ds/detail/trie_policy/ |
| D | prefix_search_node_update_imp.hpp | 120 nd_it = next_child(nd_it, b, e, end_nd_it, r_traits); in prefix_range() 127 next_child(node_iterator nd_it, typename e_access_traits::const_iterator b, typename e_access_trait… in next_child() function in PB_DS_CLASS_C_DEC
|
| /NextBSD/contrib/gdb/gdb/ |
| HD | macrotab.c | 383 struct macro_source_file *child, *next_child; in free_macro_source_file() local 386 for (child = src->includes; child; child = next_child) in free_macro_source_file() 388 next_child = child->next_included; in free_macro_source_file()
|
| HD | dwarf2read.c | 1699 char *next_child = info_ptr; in add_partial_structure() local 1705 next_child = read_partial_die (&child_pdi, abfd, next_child, in add_partial_structure() 1718 next_child = locate_pdi_sibling (&child_pdi, next_child, in add_partial_structure()
|
| /NextBSD/contrib/libstdc++/include/ext/pb_ds/ |
| D | trie_policy.hpp | 238 next_child(node_iterator, const_e_iterator, const_e_iterator,
|