Searched refs:tnode (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/ |
H A D | trimmed-graph.cc | 136 trimmed_node *tnode = new trimmed_node (inner_node); in trimmed_graph() local 137 add_node (tnode); in trimmed_graph() 138 m_map_from_enode_to_tnode.put (inner_node, tnode); in trimmed_graph()
|
/netbsd-src/sys/fs/udf/ |
H A D | udf_rename.c | 326 struct udf_node *fnode, *fdnode, *tnode, *tdnode; in udf_gro_rename() local 357 tnode = (tvp == NULL) ? NULL : VTOI(tvp); in udf_gro_rename() 367 udf_dir_detach(tdnode->ump, tdnode, tnode, tcnp); in udf_gro_rename() 368 if (tnode->fe) { in udf_gro_rename() 369 *tvp_nlinkp = udf_rw16(tnode->fe->link_cnt); in udf_gro_rename() 371 KASSERT(tnode->efe != NULL); in udf_gro_rename() 372 *tvp_nlinkp = udf_rw16(tnode->efe->link_cnt); in udf_gro_rename()
|
/netbsd-src/usr.bin/xlint/lint1/ |
H A D | lint1.h | 275 struct tnode *func; 276 struct tnode **args; 281 typedef struct tnode tnode_t; 284 struct tnode { 278 struct tnode { global() struct 288 __anon50b5975b120atnode global() argument 307 utnode global() argument
|
/netbsd-src/sys/fs/tmpfs/ |
H A D | tmpfs_vnops.c | 139 tmpfs_node_t *dnode, *tnode; in tmpfs_lookup() local 253 tnode = de->td_node; in tmpfs_lookup() 260 if (!lastcn && tnode->tn_type != VDIR && tnode->tn_type != VLNK) { in tmpfs_lookup() 273 KAUTH_VNODE_DELETE, tnode->tn_vnode, in tmpfs_lookup() 275 dnode->tn_uid, tnode->tn_uid)); in tmpfs_lookup() 284 error = vcache_get(dvp->v_mount, &tnode, sizeof(tnode), vpp); in tmpfs_lookup()
|
/netbsd-src/sys/fs/nilfs/ |
H A D | nilfs_vnops.c | 1293 struct nilfs_node *fnode, *fdnode, *tnode, *tdnode; in nilfs_rename() local 1308 tnode = (tvp == NULL) ? NULL : VTOI(tvp); in nilfs_rename() 1359 nilfs_dir_detach(tdnode->ump, tdnode, tnode, tcnp); in nilfs_rename()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | trans-mem.cc | 4561 struct cgraph_node *tnode; in ipa_tm_decrement_clone_counts() local 4568 tnode = cgraph_node::get (fndecl); in ipa_tm_decrement_clone_counts() 4569 d = get_cg_data (&tnode, true); in ipa_tm_decrement_clone_counts() 5217 struct cgraph_node *tnode = e->callee; in ipa_tm_transform_calls_redirect() local 5219 d = get_cg_data (&tnode, true); in ipa_tm_transform_calls_redirect()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | trans-mem.c | 4561 struct cgraph_node *tnode; in ipa_tm_decrement_clone_counts() local 4568 tnode = cgraph_node::get (fndecl); in ipa_tm_decrement_clone_counts() 4569 d = get_cg_data (&tnode, true); in ipa_tm_decrement_clone_counts() 5216 struct cgraph_node *tnode = e->callee; in ipa_tm_transform_calls_redirect() local 5218 d = get_cg_data (&tnode, true); in ipa_tm_transform_calls_redirect()
|