| /netbsd-src/external/gpl3/gcc.old/dist/gcc/analyzer/ |
| H A D | reachability.h | 62 bool reachable_from_p (const node_t *src_node) const in reachable_from_p() argument 64 return bitmap_bit_p (m_indices, src_node->m_index); in reachable_from_p()
|
| H A D | diagnostic-manager.cc | 657 const exploded_node *src_node = m_eedge.m_src; in on_global_state_change() local 658 const program_point &src_point = src_node->get_point (); in on_global_state_change() 685 const exploded_node *src_node = m_eedge.m_src; in on_state_change() local 686 const program_point &src_point = src_node->get_point (); in on_state_change() 820 const exploded_node *src_node = eedge.m_src; in add_events_for_eedge() local 821 const program_point &src_point = src_node->get_point (); in add_events_for_eedge() 837 const program_state &src_state = src_node->get_state (); in add_events_for_eedge() 995 const exploded_node *src_node = eedge.m_src; in add_events_for_superedge() local 996 const program_point &src_point = src_node->get_point (); in add_events_for_superedge()
|
| H A D | engine.cc | 1427 const exploded_node *src_node = eedge.m_src; in add_events_to_path() local 1428 const program_point &src_point = src_node->get_point (); in add_events_to_path()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/ |
| H A D | reachability.h | 62 bool reachable_from_p (const node_t *src_node) const in reachable_from_p() argument 64 return bitmap_bit_p (m_indices, src_node->m_index); in reachable_from_p()
|
| H A D | call-info.cc | 108 const exploded_node *src_node = eedge.m_src; in add_events_to_path() local 109 const program_point &src_point = src_node->get_point (); in add_events_to_path()
|
| H A D | diagnostic-manager.cc | 1499 const exploded_node *src_node = m_eedge.m_src; in on_global_state_change() local 1500 const program_point &src_point = src_node->get_point (); in on_global_state_change() 1529 const exploded_node *src_node = m_eedge.m_src; in on_state_change() local 1530 const program_point &src_point = src_node->get_point (); in on_state_change() 1790 const exploded_node *src_node = eedge.m_src; in add_events_for_eedge() local 1791 const program_point &src_point = src_node->get_point (); in add_events_for_eedge() 1808 const program_state &src_state = src_node->get_state (); in add_events_for_eedge() 2085 const exploded_node *src_node = eedge.m_src; in add_events_for_superedge() local 2086 const program_point &src_point = src_node->get_point (); in add_events_for_superedge()
|
| H A D | engine.cc | 1579 const exploded_node *src_node = eedge.m_src; in maybe_add_custom_events_for_superedge() local 1580 const program_point &src_point = src_node->get_point (); in maybe_add_custom_events_for_superedge() 1832 const exploded_node *src_node = eedge.m_src; in add_events_to_path() local 1833 const program_point &src_point = src_node->get_point (); in add_events_to_path() 1888 const exploded_node *src_node = eedge.m_src; in add_events_to_path() local 1889 const program_point &src_point = src_node->get_point (); in add_events_to_path()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | ddg.c | 170 create_ddg_dep_from_intra_loop_link (ddg_ptr g, ddg_node_ptr src_node, in create_ddg_dep_from_intra_loop_link() argument 176 dep_data_type dt = (mem_access_insn_p (src_node->insn) in create_ddg_dep_from_intra_loop_link() 179 gcc_assert (src_node->cuid < dest_node->cuid); in create_ddg_dep_from_intra_loop_link() 201 && !autoinc_var_is_used_p (dest_node->insn, src_node->insn)) in create_ddg_dep_from_intra_loop_link() 223 e = create_ddg_edge (src_node, dest_node, t, dt, latency, distance); in create_ddg_dep_from_intra_loop_link() 466 ddg_node_ptr src_node = get_node_of_insn (g, src_insn); in build_intra_loop_deps() local 468 if (!src_node) in build_intra_loop_deps() 471 create_ddg_dep_from_intra_loop_link (g, src_node, dest_node, dep); in build_intra_loop_deps()
|
| H A D | tree-inline.h | 53 struct cgraph_node *src_node; member
|
| H A D | tree-inline.c | 2220 edge = id->src_node->get_edge (orig_stmt); in copy_bb() 2328 || !id->src_node->definition in copy_bb() 4813 id->src_node = cg_edge->callee; in expand_call_inline() 4817 if (id->src_node->thunk.thunk_p) in expand_call_inline() 4826 edge = id->src_node->callees->clone (id->dst_node, call_stmt, in expand_call_inline() 4832 if (id->src_node->thunk.virtual_offset_p) in expand_call_inline() 4833 virtual_offset = size_int (id->src_node->thunk.virtual_value); in expand_call_inline() 4839 gcc_assert (id->src_node->thunk.this_adjusting); in expand_call_inline() 4840 op = thunk_adjust (&iter, op, 1, id->src_node->thunk.fixed_offset, in expand_call_inline() 4841 virtual_offset, id->src_node->thunk.indirect_offset); in expand_call_inline() [all …]
|
| H A D | cgraphunit.c | 1559 cgraph_node *src_node = cgraph_node::get (p->decl); in handle_alias_pairs() local 1560 if (src_node && src_node->definition) in handle_alias_pairs() 1561 src_node->reset (); in handle_alias_pairs()
|
| H A D | ipa-reference.c | 136 virtual void remove (cgraph_node *src_node, 138 virtual void duplicate (cgraph_node *src_node, cgraph_node *dst_node,
|
| H A D | ipa-param-manipulation.c | 1129 if (m_id && m_id->src_node->clone.param_adjustments) in common_initialization() 1132 = m_id->src_node->clone.param_adjustments; in common_initialization()
|
| H A D | ipa-pure-const.c | 139 virtual void duplicate (cgraph_node *src_node, cgraph_node *dst_node,
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | ddg.cc | 170 create_ddg_dep_from_intra_loop_link (ddg_ptr g, ddg_node_ptr src_node, in create_ddg_dep_from_intra_loop_link() argument 176 dep_data_type dt = (mem_access_insn_p (src_node->insn) in create_ddg_dep_from_intra_loop_link() 179 gcc_assert (src_node->cuid < dest_node->cuid); in create_ddg_dep_from_intra_loop_link() 201 && !autoinc_var_is_used_p (dest_node->insn, src_node->insn)) in create_ddg_dep_from_intra_loop_link() 223 e = create_ddg_edge (src_node, dest_node, t, dt, latency, distance); in create_ddg_dep_from_intra_loop_link() 466 ddg_node_ptr src_node = get_node_of_insn (g, src_insn); in build_intra_loop_deps() local 468 if (!src_node) in build_intra_loop_deps() 471 create_ddg_dep_from_intra_loop_link (g, src_node, dest_node, dep); in build_intra_loop_deps()
|
| H A D | tree-inline.h | 53 struct cgraph_node *src_node; member
|
| H A D | cgraphunit.cc | 1571 cgraph_node *src_node = cgraph_node::get (p->decl); in handle_alias_pairs() local 1572 if (src_node && src_node->definition) in handle_alias_pairs() 1573 src_node->reset (); in handle_alias_pairs()
|
| H A D | tree-inline.cc | 2258 edge = id->src_node->get_edge (orig_stmt); in copy_bb() 2366 || !id->src_node->definition in copy_bb() 4872 id->src_node = cg_edge->callee; in expand_call_inline() 4876 if (id->src_node->thunk) in expand_call_inline() 4883 thunk_info *info = thunk_info::get (id->src_node); in expand_call_inline() 4886 edge = id->src_node->callees->clone (id->dst_node, call_stmt, in expand_call_inline() 4906 id->src_node->remove (); in expand_call_inline() 5008 |= id->src_node->calls_declare_variant_alt; in expand_call_inline() 5115 id->src_node, id->dst_node, buf); in expand_call_inline() 5118 id->src_node->dump (dump_file); in expand_call_inline() [all …]
|
| H A D | ipa-reference.cc | 136 virtual void remove (cgraph_node *src_node, 138 virtual void duplicate (cgraph_node *src_node, cgraph_node *dst_node,
|
| H A D | ipa-pure-const.cc | 141 virtual void duplicate (cgraph_node *src_node, cgraph_node *dst_node,
|
| /netbsd-src/sys/dist/pf/net/ |
| H A D | pf.c | 681 (*state)->src_node->conn++; in pf_src_connlimit() 683 pf_add_threshold(&(*state)->src_node->conn_rate); in pf_src_connlimit() 687 (*state)->src_node->conn) { in pf_src_connlimit() 693 pf_check_threshold(&(*state)->src_node->conn_rate)) { in pf_src_connlimit() 708 pf_print_host(&(*state)->src_node->addr, 0, in pf_src_connlimit() 718 p.pfra_ip4addr = (*state)->src_node->addr.v4; in pf_src_connlimit() 724 p.pfra_ip6addr = (*state)->src_node->addr.v6; in pf_src_connlimit() 749 PF_AEQ(&(*state)->src_node->addr, in pf_src_connlimit() 752 PF_AEQ(&(*state)->src_node->addr, in pf_src_connlimit() 1045 if (s->src_node != NULL) { [all …]
|
| H A D | pf_ioctl.c | 406 state->src_node = NULL; in pfdetach() 1127 if (s->src_node) in pf_state_export() 3162 state->src_node = NULL; in pfioctl() 3194 if (ps->src_node == sn) in pfioctl() 3195 ps->src_node = NULL; in pfioctl()
|
| H A D | pfvar.h | 760 struct pf_src_node *src_node; member
|
| /netbsd-src/external/mit/expat/dist/lib/ |
| H A D | xmlparse.c | 7427 const int src_node = (int)dest->numchildren; in build_model() local 7430 dest->type = dtd->scaffold[src_node].type; in build_model() 7431 dest->quant = dtd->scaffold[src_node].quant; in build_model() 7435 src = dtd->scaffold[src_node].name; in build_model() 7448 dest->numchildren = dtd->scaffold[src_node].childcnt; in build_model() 7452 for (i = 0, cn = dtd->scaffold[src_node].firstchild; in build_model()
|
| /netbsd-src/external/gpl2/xcvs/dist/lib/ |
| H A D | regexec.c | 99 Idx dst_node, Idx dst_idx, Idx src_node, 1883 Idx dst_node, Idx dst_idx, Idx src_node, Idx src_idx) in check_dst_limits() argument 1901 subexp_idx, src_node, src_idx, in check_dst_limits()
|