OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:old_node
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/bsd/ntp/dist/ntpd/
ntp_prio_q.c
103
node *
old_node
= my_node;
local
105
free(
old_node
- 1);
/src/external/gpl3/gcc/dist/libgcc/
unwind-dw2-btree.h
461
struct btree_node *
old_node
= *node;
local
462
new_node->entry_count =
old_node
->entry_count;
463
new_node->content =
old_node
->content;
464
old_node
->content.children[0].separator = max_separator;
465
old_node
->content.children[0].child = new_node;
466
old_node
->entry_count = 1;
467
old_node
->type = btree_node_inner;
469
*parent =
old_node
;
/src/external/mpl/bind/dist/lib/dns/
qp.c
1660
dns_qpnode_t new_leaf,
old_node
;
local
1736
old_node
= *n;
1744
new_twigs[old_bit > new_bit] =
old_node
;
/src/external/gpl3/gcc/dist/gcc/
trans-mem.cc
4931
struct cgraph_node *
old_node
;
4976
new_node->externally_visible = info->
old_node
->externally_visible;
4977
new_node->no_reorder = info->
old_node
->no_reorder;
4983
if (info->
old_node
->force_output
4984
|| info->
old_node
->ref_list.first_referring ())
4986
if (info->
old_node
->forced_by_abi)
4991
/* Create a copy of the function (possibly declaration only) of
OLD_NODE
,
4995
ipa_tm_create_version (struct cgraph_node *
old_node
)
5000
old_decl =
old_node
->decl;
5016
gcc_assert (!
old_node
->ipa_transforms_to_apply.exists ())
4920
struct cgraph_node *
old_node
;
member in struct:create_version_alias_info
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
trans-mem.cc
4916
struct cgraph_node *
old_node
;
4961
new_node->externally_visible = info->
old_node
->externally_visible;
4962
new_node->no_reorder = info->
old_node
->no_reorder;
4968
if (info->
old_node
->force_output
4969
|| info->
old_node
->ref_list.first_referring ())
4971
if (info->
old_node
->forced_by_abi)
4976
/* Create a copy of the function (possibly declaration only) of
OLD_NODE
,
4980
ipa_tm_create_version (struct cgraph_node *
old_node
)
4985
old_decl =
old_node
->decl;
5001
gcc_assert (!
old_node
->ipa_transforms_to_apply.exists ())
4905
struct cgraph_node *
old_node
;
member in struct:create_version_alias_info
[
all
...]
Completed in 38 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026