HomeSort by: relevance | last modified time | path
    Searched refs:snode (Results 1 - 25 of 30) sorted by relevancy

1 2

  /src/sys/arch/macppc/macppc/
autoconf.c 108 int snode; local
110 snode = OF_child(phandle);
111 if (snode == 0) {
116 for (; snode != 0; snode = OF_peer(snode)) {
120 if (OF_getprop(snode, "reg", &reg, sizeof(reg)) < sizeof(reg)) {
123 if (OF_getprop(snode, "location", descr, sizeof(descr)) <= 0) {
  /src/external/gpl3/gcc.old/dist/gcc/analyzer/
state-purge.cc 242 for (auto snode : sg.m_nodes)
245 log ("SN: %i", snode->m_index);
249 FOR_EACH_VEC_ELT (snode->m_stmts, i, stmt)
251 function_point point (function_point::before_stmt (snode, i));
252 gimple_op_visitor v (this, point, snode->get_function ());
339 const supernode *snode local
347 = const_cast<supernode *> (snode)->start_phis ();
365 (snode, in_sedge);
383 if (use_stmt == snode->get_last_stmt ())
388 = function_point::after_supernode (snode);
532 const supernode *snode = point.get_supernode (); local
873 const supernode *snode = point.get_supernode (); local
1011 const supernode *snode = point.get_supernode (); local
    [all...]
program-point.cc 710 const supernode *snode = NULL; local
712 function_point a = function_point (snode, NULL, 0,
714 function_point b = function_point::before_supernode (snode, NULL);
723 const supernode *snode = NULL; local
727 snode, in order. */
729 points.safe_push (function_point::before_supernode (snode, NULL));
730 points.safe_push (function_point::before_stmt (snode, 0));
731 points.safe_push (function_point::before_stmt (snode, 1));
732 points.safe_push (function_point::after_supernode (snode));
759 const supernode *snode = NULL local
    [all...]
diagnostic-manager.h 35 const supernode *snode, const gimple *stmt,
115 const supernode *snode, const gimple *stmt,
123 const supernode *snode, const gimple *stmt,
engine.cc 419 void warn (const supernode *snode, const gimple *stmt,
434 (&m_sm, m_enode_for_diag, snode, stmt, m_stmt_finder,
750 /* Return true is SNODE is the EXIT node of a function, or is one
755 We need a run of snodes leading to the return_p snode, where all edges are
756 intraprocedural, and every snode has just one successor.
761 returning_from_function_p (const supernode *snode)
763 if (!snode)
767 const supernode *iter = snode;
1101 const supernode *snode = get_supernode ();
1104 const gimple *stmt = snode->m_stmts[idx_within_snode]
    [all...]
exploded-graph.h 242 const supernode *snode,
731 int get_scc_id (const supernode &snode) const
733 return m_scc.get_scc_id (snode.m_index);
766 const supernode *snode = enode->get_supernode (); local
767 if (snode == NULL)
769 return m_worklist.m_scc.get_scc_id (snode->m_index);
868 void dump_states_for_supernode (FILE *, const supernode *snode) const;
diagnostic-manager.cc 642 const supernode *snode, const gimple *stmt,
649 : m_sm (sm), m_enode (enode), m_snode (snode), m_stmt (stmt),
707 "snode": int,
722 sd_obj->set ("snode", new json::integer_number (m_snode->m_index));
970 const supernode *snode, const gimple *stmt,
989 location_t loc = get_emission_location (stmt, snode->m_fun, *d);
1003 = new saved_diagnostic (sm, enode, snode, stmt, finder, var, sval,
1010 snode->m_index, enode->m_index, d->get_kind ());
1020 const supernode *snode, const gimple *stmt,
1025 return add_diagnostic (NULL, enode, snode, stmt, finder, NULL_TREE
    [all...]
region.cc 882 const supernode *snode local
884 gcc_assert (snode->get_function () == m_fun);
region-model.h 643 void update_for_phis (const supernode *snode,
  /src/external/bsd/tcpdump/dist/
print-atalk.c 270 u_short snet, u_char snode, u_char skt)
276 nbp_print(ndo, (const struct atNBP *)bp, length, snet, snode, skt);
425 u_char snode, u_char skt)
472 GET_U_1(tp->node) != snode ||
485 tp = nbp_tuple_print(ndo, tp, ep, snet, snode, skt);
529 u_short snet, u_char snode, u_char skt)
549 GET_U_1(tp->node) != snode)
  /src/usr.sbin/puffs/mount_sysctlfs/
sysctlfs.c 455 uint8_t snode[SFS_MAXFILE/2-1]; local
458 sz = sizeof(snode);
460 if (sysctl(po->po_path, po->po_len, snode, &sz, NULL, 0) == -1){
465 memcpy(buf, &snode, sz);
468 sprintf(&buf[2*i], "%02x", snode[i]);
  /src/external/gpl3/gcc.old/dist/gcc/
ipa-reference.cc 1075 symtab_node *snode = lto_symtab_encoder_deref (encoder, i);
1076 varpool_node *vnode = dyn_cast <varpool_node *> (snode);
1094 symtab_node *snode = lto_symtab_encoder_deref (encoder, i);
1095 cgraph_node *cnode = dyn_cast <cgraph_node *> (snode);
1109 symtab_node *snode = lto_symtab_encoder_deref (encoder, i);
1110 cgraph_node *cnode = dyn_cast <cgraph_node *> (snode);
1117 node_ref = lto_symtab_encoder_encode (encoder, snode);
1073 symtab_node *snode = lto_symtab_encoder_deref (encoder, i); local
1092 symtab_node *snode = lto_symtab_encoder_deref (encoder, i); local
1107 symtab_node *snode = lto_symtab_encoder_deref (encoder, i); local
cgraphunit.cc 1070 check_global_declaration (symtab_node *snode)
1073 tree decl = snode->decl;
1086 else if (snode->referred_to_p (/*include_self=*/false))
1106 && ! snode->referred_to_p (/*include_self=*/false)
1332 symtab_node *snode; local
1333 FOR_EACH_SYMBOL (snode)
1334 check_global_declaration (snode);
lto-streamer-out.cc 2739 symtab_node *snode = lto_symtab_encoder_deref (encoder, i); local
2740 if (snode->alias)
2742 if (cgraph_node *node = dyn_cast <cgraph_node *> (snode))
2747 else if (varpool_node *node = dyn_cast <varpool_node *> (snode))
2766 symtab_node *snode = symbols_to_copy[i]; local
2767 if (snode->lto_file_data)
2770 int &ord = id_map.get_or_insert (snode->lto_file_data, &existed_p);
2778 symtab_node *snode = symbols_to_copy[i]; local
2783 gcc_assert (bitmap_set_bit (output, DECL_UID (snode->decl)));
2788 if ((cnode = dyn_cast <cgraph_node *> (snode))
    [all...]
tree.cc 865 struct symtab_node *snode = symtab_node::get (node);
866 if (!snode)
868 return snode->get_comdat_group ();
875 struct symtab_node *snode = symtab_node::get (node);
876 if (!snode)
878 return snode->get_comdat_group_id ();
886 struct symtab_node *snode = symtab_node::get (node);
887 if (!snode)
889 return snode->get_section ();
897 struct symtab_node *snode;
864 struct symtab_node *snode = symtab_node::get (node); local
874 struct symtab_node *snode = symtab_node::get (node); local
885 struct symtab_node *snode = symtab_node::get (node); local
896 struct symtab_node *snode; local
942 struct varpool_node *snode = varpool_node::get (node); local
5794 symtab_node *snode = symtab_node::get (decl); local
5820 struct symtab_node *snode; local
    [all...]
ipa.cc 128 process_references (symtab_node *snode,
134 for (i = 0; snode->iterate_reference (i, ref); i++)
gimple-fold.cc 117 symtab_node *snode; local
137 snode = symtab_node::get (decl);
138 if (!snode || !snode->definition)
140 node = dyn_cast <cgraph_node *> (snode);
162 && (!(snode = symtab_node::get (decl)) || !snode->in_other_partition))
183 snode = symtab_node::get (decl);
184 if (!snode
185 || ((!snode->definition || DECL_EXTERNAL (decl)
    [all...]
lto-cgraph.cc 817 struct symtab_node *snode; local
818 FOR_EACH_SYMBOL (snode)
819 snode->need_lto_streaming = !lto_stream_offload_p || snode->offloadable;
var-tracking.cc 2812 location_chain **nodep, *dnode, *snode; local
2817 snode = src->var_part[0].loc_chain;
2818 gcc_assert (snode);
2825 while (snode)
2827 int r = dnode ? loc_cmp (dnode->loc, snode->loc) : 1;
2842 nnode->loc = snode->loc;
2843 nnode->init = snode->init;
2844 if (!snode->set_src || MEM_P (snode->set_src))
2847 nnode->set_src = snode->set_src
    [all...]
varasm.cc 1360 struct symtab_node *snode;
1381 && (snode = symtab_node::get (decl)) != NULL
1382 && snode->alias)
7931 struct symtab_node *snode;
7934 snode = symtab_node::get (decl);
7935 if (snode->alias)
7937 rtx target = DECL_RTL (snode->ultimate_alias_target ()->decl);
1355 struct symtab_node *snode; local
7905 struct symtab_node *snode; local
  /src/sys/dev/acpi/
sony_acpi.c 154 const struct sysctlnode *node, *snode; local
180 if ((rv = sysctl_createv(&sc->sc_log, 0, NULL, &snode, 0,
186 if ((rv = sysctl_createv(&sc->sc_log, 0, &snode, &node,
acpi.c 1705 const struct sysctlnode *rnode, *snode; variable in typeref:struct:
1723 err = sysctl_createv(clog, 0, &rnode, &snode,
1732 (void)sysctl_createv(NULL, 0, &snode, NULL,
1738 (void)sysctl_createv(NULL, 0, &snode, NULL,
  /src/external/gpl3/gcc.old/dist/gcc/lto/
lto-common.cc 2717 symtab_node *snode; local
2853 FOR_EACH_SYMBOL (snode)
2854 if (snode->externally_visible && snode->real_symbol_p ()
2855 && snode->lto_file_data && snode->lto_file_data->resolution_map
2856 && !(TREE_CODE (snode->decl) == FUNCTION_DECL
2857 && fndecl_built_in_p (snode->decl))
2858 && !(VAR_P (snode->decl) && DECL_HARD_REGISTER (snode->decl))
    [all...]
lto-partition.cc 586 symtab_node *snode = lto_symtab_encoder_deref (partition->encoder, local
589 if (cgraph_node *node = dyn_cast <cgraph_node *> (snode))
644 for (j = 0; snode->iterate_reference (j, ref); j++)
645 if (!account_reference_p (snode, ref->referred))
677 for (j = 0; snode->iterate_referring (j, ref); j++)
678 if (!account_reference_p (ref->referring, snode))
  /src/sys/kern/
kern_sysctl.c 1970 const struct sysctlnode *snode __diagused;
2127 snode = pnode;
2148 KASSERTMSG(pnode->sysctl_parent == snode,
2149 "sysctl parent mis-match pnode %s, snode %s",
2150 pnode->sysctl_name, snode->sysctl_name);

Completed in 160 milliseconds

1 2