Home
last modified time | relevance | path

Searched refs:this_node (Results 1 – 17 of 17) sorted by relevance

/netbsd-src/external/gpl2/texinfo/dist/info/
H A Dindices.c489 NODE *this_node; in apropos_in_all_indices() local
506 this_node = info_get_node (this_item->filename, this_item->nodename); in apropos_in_all_indices()
508 if (!this_node && this_item->nodename && in apropos_in_all_indices()
510 this_node = info_get_node (this_item->label, "Top"); in apropos_in_all_indices()
512 if (!this_node) in apropos_in_all_indices()
523 files_name = this_node->parent; in apropos_in_all_indices()
525 files_name = this_node->filename; in apropos_in_all_indices()
547 free (this_node); in apropos_in_all_indices()
/netbsd-src/external/gpl2/lvm2/dist/daemons/clvmd/
H A Dclvmd-cman.c64 static struct cman_node this_node; variable
169 if (this_node.cn_nodeid == 0) { in _get_our_csid()
170 cman_get_node(c_handle, 0, &this_node); in _get_our_csid()
172 memcpy(csid, &this_node.cn_nodeid, CMAN_MAX_CSID_LEN); in _get_our_csid()
252 if (nodeid == this_node.cn_nodeid) in data_callback()
/netbsd-src/usr.sbin/makefs/
H A Dcd9660.c1361 cd9660node *this_node; in cd9660_convert_structure() local
1382 if ((this_node = cd9660_allocate_cd9660node()) == NULL) { in cd9660_convert_structure()
1400 this_node->parent = parent_node; in cd9660_convert_structure()
1402 this_node); in cd9660_convert_structure()
1403 this_node->level = level; in cd9660_convert_structure()
1407 this_node->type = CD9660_TYPE_DIR; in cd9660_convert_structure()
1430 this_node->level = in cd9660_convert_structure()
1434 this_node) == 0) { in cd9660_convert_structure()
1449 iterator->child, this_node, in cd9660_convert_structure()
1464 this_node->type = CD9660_TYPE_FILE; in cd9660_convert_structure()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dipa-param-manipulation.cc1946 struct cgraph_node *this_node = id->dst_node; in record_argument_state() local
1948 cgraph_edge *cs = this_node->get_edge (orig_stmt); in record_argument_state()
1953 gcc_assert (this_node->clones); in record_argument_state()
1955 if (!this_node->clones) in record_argument_state()
1957 for (cgraph_node *subclone = this_node->clones; subclone != this_node;) in record_argument_state()
1985 while (subclone != this_node && !subclone->next_sibling_clone) in record_argument_state()
1987 if (subclone != this_node) in record_argument_state()
H A Dmultiple_target.cc52 && info->this_node->decl == *op) in replace_function_decl()
472 cgraph_node *callee = fv2->this_node; in redirect_to_specific_clone()
H A Dcgraph.cc128 int uid = ptr->this_node->get_uid (); in hash()
137 return n1->this_node->get_uid () == n2->this_node->get_uid (); in equal()
172 key.this_node = this; in function_version()
187 version_info_node->this_node = this; in insert_new_function_version()
2153 fprintf (f, "%s ", vi->prev->this_node->dump_asm_name ()); in dump()
2158 fprintf (f, "%s ", vi->next->this_node->dump_asm_name ()); in dump()
H A Dtree-inline.cc6128 struct cgraph_node *this_node = id->dst_node; in update_clone_info() local
6129 if (!this_node->clones) in update_clone_info()
6131 for (cgraph_node *node = this_node->clones; node != this_node;) in update_clone_info()
H A Dcgraph.h824 cgraph_node *this_node; member
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dmultiple_target.c52 && info->this_node->decl == *op) in replace_function_decl()
494 cgraph_node *callee = fv2->this_node; in redirect_to_specific_clone()
H A Dcgraph.c125 int uid = ptr->this_node->get_uid (); in hash()
134 return n1->this_node->get_uid () == n2->this_node->get_uid (); in equal()
169 key.this_node = this; in function_version()
184 version_info_node->this_node = this; in insert_new_function_version()
2112 fprintf (f, "%s ", vi->prev->this_node->dump_asm_name ()); in dump()
2117 fprintf (f, "%s ", vi->next->this_node->dump_asm_name ()); in dump()
H A Dcgraph.h871 cgraph_node *this_node; member
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386-features.cc2809 (default_version_info->this_node->decl)) in ix86_get_function_versions_dispatcher()
2829 default_node = default_version_info->this_node; in ix86_get_function_versions_dispatcher()
2973 default_ver_decl = node_version_info->next->this_node->decl; in ix86_generate_version_dispatcher_body()
2990 versn = versn_info->this_node; in ix86_generate_version_dispatcher_body()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Di386-features.c2679 (default_version_info->this_node->decl)) in ix86_get_function_versions_dispatcher()
2699 default_node = default_version_info->this_node; in ix86_get_function_versions_dispatcher()
2843 default_ver_decl = node_version_info->next->this_node->decl; in ix86_generate_version_dispatcher_body()
2860 versn = versn_info->this_node; in ix86_generate_version_dispatcher_body()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Drs6000.cc24897 const tree decl2 = default_version_info->this_node->decl; in rs6000_get_function_versions_dispatcher()
24918 default_node = default_version_info->this_node; in rs6000_get_function_versions_dispatcher()
25190 = make_resolver_func (ninfo->next->this_node->decl, node->decl, &empty_bb); in rs6000_generate_version_dispatcher_body()
25203 struct cgraph_node *version = vinfo->this_node; in rs6000_generate_version_dispatcher_body()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Drs6000.c24211 const tree decl2 = default_version_info->this_node->decl; in rs6000_get_function_versions_dispatcher()
24232 default_node = default_version_info->this_node; in rs6000_get_function_versions_dispatcher()
24504 = make_resolver_func (ninfo->next->this_node->decl, node->decl, &empty_bb); in rs6000_generate_version_dispatcher_body()
24517 struct cgraph_node *version = vinfo->this_node; in rs6000_generate_version_dispatcher_body()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcall.c8352 mark_used (it_v->this_node->decl); in mark_versions_used()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dcall.cc8899 mark_used (it_v->this_node->decl); in mark_versions_used()