| /netbsd-src/usr.bin/ctags/ |
| H A D | tree.c | 53 static void add_node(NODE *, NODE *); 97 add_node(np, head); in pfnote() 101 add_node(NODE *node, NODE *cur_node) in add_node() function 119 add_node(node, cur_node->left); in add_node() 124 add_node(node, cur_node->right); in add_node()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
| H A D | Registry.h | 79 static void add_node(node *N); 123 add_node(&Node); in Add() 142 void Registry<T>::add_node(typename Registry<T>::node *N) { \ 155 void Registry<REGISTRY_CLASS::type>::add_node(REGISTRY_CLASS::node*); \
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | digraph.h | 101 void add_node (node_t *node); 134 virtual void add_node (node_t *node) = 0; 167 root_cluster->add_node (n); in dump_dot_to_pp() 228 digraph<GraphTraits>::add_node (node_t *node) in add_node() function
|
| H A D | digraph.cc | 79 add_node (result); in add_test_node()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | digraph.h | 101 void add_node (node_t *node); 134 virtual void add_node (node_t *node) = 0; 167 root_cluster->add_node (n); in dump_dot_to_pp() 228 digraph<GraphTraits>::add_node (node_t *node) in add_node() function
|
| H A D | digraph.cc | 79 add_node (result); in add_test_node()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/ |
| H A D | feasible-graph.cc | 169 feasible_graph::add_node (const exploded_node *enode, in add_node() function in ana::feasible_graph 176 digraph<fg_traits>::add_node (fnode); in add_node() 191 digraph<fg_traits>::add_node (dst_fnode); in add_feasibility_problem()
|
| H A D | trimmed-graph.cc | 137 add_node (tnode); in trimmed_graph()
|
| H A D | supergraph.cc | 167 supernode *node_for_stmts = add_node (fun, bb, NULL, phi_nodes (bb)); in supergraph() 190 node_for_stmts = add_node (fun, bb, as_a <gcall *> (stmt), in supergraph() 204 node_for_stmts = add_node (fun, bb, call, NULL); in supergraph() 497 supergraph::add_node (function *fun, basic_block bb, gcall *returning_call, in add_node() function in ana::supergraph
|
| H A D | feasible-graph.h | 190 feasible_node *add_node (const exploded_node *enode,
|
| H A D | engine.cc | 2208 worklist::add_node (exploded_node *enode) in add_node() function in ana::worklist 2696 add_node (node); in get_or_create_node() 2726 m_worklist.add_node (node); in get_or_create_node() 3199 m_worklist.add_node (merged_enode); in process_worklist() 3207 m_worklist.add_node (merged_enode); in process_worklist() 4695 void add_node (exploded_node *en) FINAL OVERRIDE in add_node() function in ana::supernode_cluster 4765 void add_node (exploded_node *en) FINAL OVERRIDE in add_node() function in ana::function_call_string_cluster 4771 (*slot)->add_node (en); in add_node() 4776 child->add_node (en); in add_node() 4901 void add_node (exploded_node *en) FINAL OVERRIDE in add_node() function in ana::root_cluster [all …]
|
| H A D | diagnostic-manager.cc | 230 void add_node (feasible_node *fnode) in add_node() function in ana::feasible_worklist 404 feasible_node *origin = fg.add_node (m_eg.get_origin (), init_state, 0); in explore_feasible_paths() 405 worklist.add_node (origin); in explore_feasible_paths() 501 = fg->add_node (succ_eedge->m_dest, in process_worklist_item() 524 worklist->add_node (succ_fnode); in process_worklist_item()
|
| H A D | supergraph.h | 182 supernode *add_node (function *fun, basic_block bb, gcall *returning_call,
|
| H A D | exploded-graph.h | 730 void add_node (exploded_node *enode);
|
| /netbsd-src/external/gpl2/groff/dist/src/roff/troff/ |
| H A D | env.cpp | 336 void environment::add_node(node *n) in add_node() function in environment 438 add_node(new word_space_node(x, get_fill_color(), w)); in space_newline() 471 add_node(new word_space_node(x, in space() 506 add_node(do_underline_special(1)); in set_font() 508 add_node(do_underline_special(0)); in set_font() 1496 curenv->add_node(do_underline_special(0)); in do_underline() 1507 curenv->add_node(do_underline_special(1)); in do_underline() 1682 add_node(new transparent_dummy_node); in interrupt() 1696 add_node(do_underline_special(0)); in newline() 2201 add_node(new transparent_dummy_node); in final_break() [all …]
|
| H A D | env.h | 343 void add_node(node *);
|
| H A D | input.cpp | 2869 curenv->add_node(new hmotion_node(space_width * nspaces, in process_input_stack() 2891 curenv->add_node(tok.nd); in process_input_stack() 6083 curenv->add_node(new tag_node(s, 0)); in tag() 6106 curenv->add_node(new tag_node(s, 1)); in taga() 6618 curenv->add_node(new hmotion_node(-curenv->get_space_width(), in process() 6625 curenv->add_node(new dummy_node); in process() 6663 curenv->add_node(nd); in process() 6684 curenv->add_node(new unbreakable_space_node(curenv->get_space_width(), in process() 6688 curenv->add_node(new space_char_hmotion_node(curenv->get_space_width(), in process() 6697 curenv->add_node(new transparent_dummy_node); in process() [all …]
|
| /netbsd-src/external/gpl2/dtc/dist/tests/ |
| H A D | pylibfdt_tests.py | 533 with sw.add_node('subnode@%d' % i): 539 with sw.add_node('subsubnode@0'): 544 with sw.add_node('ss2'): 553 with sw.add_node('another'):
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/analyzer/ |
| H A D | engine.cc | 1704 worklist::add_node (exploded_node *enode) in add_node() function in ana::worklist 2020 add_node (node); in get_or_create_node() 2050 m_worklist.add_node (node); in get_or_create_node() 2323 m_worklist.add_node (merged_enode); in process_worklist() 2331 m_worklist.add_node (merged_enode); in process_worklist() 3048 void add_node (exploded_node *en) FINAL OVERRIDE in add_node() function in ana::supernode_cluster 3097 void add_node (exploded_node *en) FINAL OVERRIDE in add_node() function in ana::function_call_string_cluster 3103 (*slot)->add_node (en); in add_node() 3108 child->add_node (en); in add_node() 3210 void add_node (exploded_node *en) FINAL OVERRIDE in add_node() function in ana::root_cluster [all …]
|
| H A D | supergraph.cc | 119 supernode *node_for_stmts = add_node (fun, bb, NULL, phi_nodes (bb)); in supergraph() 140 node_for_stmts = add_node (fun, bb, as_a <gcall *> (stmt), NULL); in supergraph() 386 supergraph::add_node (function *fun, basic_block bb, gcall *returning_call, in add_node() function in ana::supergraph
|
| H A D | supergraph.h | 167 supernode *add_node (function *fun, basic_block bb, gcall *returning_call,
|
| H A D | exploded-graph.h | 664 void add_node (exploded_node *enode);
|
| /netbsd-src/sys/dev/pci/ |
| H A D | if_iwnvar.h | 190 int (*add_node)(struct iwn_softc *, struct iwn_node_info *, member
|
| H A D | if_iwn.c | 753 ops->add_node = iwn4965_add_node; in iwn4965_attach() 793 ops->add_node = iwn5000_add_node; in iwn5000_attach() 3600 if ((error = ops->add_node(sc, &node, async)) != 0) in iwn_add_broadcast_node() 5034 error = ops->add_node(sc, &node, 1); in iwn_run() 5094 return ops->add_node(sc, &node, 1); in iwn_delete_key() 5122 (void)ops->add_node(sc, &node, 1); in iwn_wme_update() 5182 return ops->add_node(sc, &node, 1); in iwn_ampdu_rx_stop() 5204 (void)ops->add_node(sc, &node, 1); in iwn_ampdu_tx_start() 5229 error = ops->add_node(sc, &node, 1); in iwn_ampdu_tx_stop()
|
| /netbsd-src/external/gpl2/dtc/dist/pylibfdt/ |
| H A D | libfdt.i | 958 def add_node(self, name):
|