Searched refs:dst_node (Results 1 - 8 of 8) sorted by path

/freebsd-11-stable/contrib/gcc/
H A Domp-low.c842 ctx->cb.dst_node = ctx->cb.src_node;
H A Dtree-inline.c731 cgraph_clone_edge (edge, id->dst_node, stmt,
736 for (node = id->dst_node->next_clone;
747 edge = cgraph_edge (id->dst_node, orig_stmt);
1975 if (!id->dst_node->analyzed)
1978 cg_edge = cgraph_edge (id->dst_node, stmt);
1991 cgraph_create_edge (id->dst_node, dest, stmt,
2024 if (cg_edge->callee->decl != id->dst_node->decl)
2229 id.src_node = id.dst_node = cgraph_node (fn);
2266 verify_cgraph_node (id.dst_node);
2269 for (e = id.dst_node
[all...]
H A Dtree-inline.h42 struct cgraph_node *dst_node; member in struct:copy_body_data
/freebsd-11-stable/contrib/libgnuregex/
H A Dregexec.c100 int dst_node, int dst_idx, int src_node,
1914 int dst_node, int dst_idx, int src_node, int src_idx)
1929 subexp_idx, dst_node, dst_idx,
2181 int dst_node;
2189 dst_node = (subexp_len ? dfa->nexts[node]
2194 || !STATE_NODE_CONTAINS (sctx->sifted_states[to_idx], dst_node)
2196 str_idx, dst_node, to_idx))
1910 check_dst_limits(const re_match_context_t *mctx, re_node_set *limits, int dst_node, int dst_idx, int src_node, int src_idx) argument
2178 int dst_node; local
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Ddsl_synctask.h98 txg_node_t dst_node; member in struct:dsl_sync_task
/freebsd-11-stable/sys/fs/ext2fs/
H A Dext2_htree.c741 struct ext2fs_htree_node *dst_node; local
768 dst_node = (struct ext2fs_htree_node *)newidxblock;
769 memset(&dst_node->h_fake_dirent, 0,
770 sizeof(dst_node->h_fake_dirent));
771 dst_node->h_fake_dirent.e2d_reclen = blksize;
784 dst_node = (struct ext2fs_htree_node *)dst_bp->b_data;
785 dst_entries = dst_node->h_entries;
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_base/
H A Dtree.c4456 dag_node_t *dst_node;
4465 SVN_ERR(svn_fs_base__dag_get_node(&dst_node, fs,
4468 copy_dst = svn_fs_base__dag_get_created_path(dst_node);
4441 dag_node_t *dst_node; local
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddsl_pool.c301 offsetof(dsl_sync_task_t, dst_node));
303 offsetof(dsl_sync_task_t, dst_node));

Completed in 292 milliseconds