Searched refs:add_child (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/contrib/dtc/
H A Dfstree.c72 add_child(tree, newchild);
H A Ddtc.h205 void add_child(struct node *parent, struct node *child);
H A Dlivetree.c209 add_child(old_node, new_child);
259 void add_child(struct node *parent, struct node *child) function
739 add_child(parent, node);
H A Dflattree.c785 add_child(node, child);
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/pat_trie_/
H A Dsplit_fn_imps.hpp246 p_new_root->add_child(*child_b_it, pref_begin(*child_b_it),
252 p_new_root->add_child(m_p_head->m_p_parent,
H A Dinsert_join_fn_imps.hpp301 node_pointer p_pot_child = p_l->add_child(p_r, pref_begin(p_r),
450 p_new_nd->add_child(p_l, left_b_it, left_e_it, this);
451 p_new_nd->add_child(p_r, right_b_it, right_e_it, this);
H A Dconstructors_destructor_fn_imps.hpp215 p_ret->add_child(a_p_children[child_i], pref_begin(a_p_children[child_i]),
H A Dinternal_node.hpp161 add_child(node_pointer, const_e_iterator, const_e_iterator,
377 add_child(node_pointer p_nd, const_e_iterator b_it, const_e_iterator e_it, function in class:pb_ds::PB_DS_CLASS_C_DEC
/freebsd-11-stable/usr.bin/dtc/
H A Dfdt.cc1886 fragment->add_child(std::move(wrapper));
1887 newroot->add_child(std::move(fragment));
2056 root->add_child(node::create_special_node("__symbols__", symbols));
2097 root->add_child(node::create_special_node("__fixups__", symbols));
2142 n->add_child(node::create_special_node(path, symbols));
2175 root->add_child(std::move(local_fixups));
H A Dfdt.hh661 inline void add_child(node_ptr &&n) function in class:dtc::fdt::node
/freebsd-11-stable/contrib/binutils/ld/
H A Dldlang.c1460 lang_statement_list_type *add_child)
1515 if (add_child == NULL)
1516 add_child = &os->children;
1517 lang_add_section (add_child, s, os);
1455 lang_insert_orphan(asection *s, const char *secname, lang_output_section_statement_type *after, struct orphan_save *place, etree_type *address, lang_statement_list_type *add_child) argument

Completed in 179 milliseconds