HomeSort by: relevance | last modified time | path
    Searched defs:tnode (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/analyzer/
trimmed-graph.cc 136 trimmed_node *tnode = new trimmed_node (inner_node); local
137 add_node (tnode);
138 m_map_from_enode_to_tnode.put (inner_node, tnode);
  /src/external/gpl3/gcc/dist/gcc/analyzer/
trimmed-graph.cc 124 trimmed_node *tnode = new trimmed_node (inner_node); local
125 add_node (tnode);
126 m_map_from_enode_to_tnode.put (inner_node, tnode);
  /src/sys/fs/udf/
udf_rename.c 326 struct udf_node *fnode, *fdnode, *tnode, *tdnode; local
357 tnode = (tvp == NULL) ? NULL : VTOI(tvp);
367 udf_dir_detach(tdnode->ump, tdnode, tnode, tcnp);
368 if (tnode->fe) {
369 *tvp_nlinkp = udf_rw16(tnode->fe->link_cnt);
371 KASSERT(tnode->efe != NULL);
372 *tvp_nlinkp = udf_rw16(tnode->efe->link_cnt);
  /src/sys/fs/tmpfs/
tmpfs_vnops.c 139 tmpfs_node_t *dnode, *tnode; local
253 tnode = de->td_node;
260 if (!lastcn && tnode->tn_type != VDIR && tnode->tn_type != VLNK) {
273 KAUTH_VNODE_DELETE, tnode->tn_vnode,
275 dnode->tn_uid, tnode->tn_uid));
284 error = vcache_get(dvp->v_mount, &tnode, sizeof(tnode), vpp);
  /src/sys/fs/nilfs/
nilfs_vnops.c 692 ("\tnode retrieved/created OK\n"));
1293 struct nilfs_node *fnode, *fdnode, *tnode, *tdnode; local
1308 tnode = (tvp == NULL) ? NULL : VTOI(tvp);
1359 nilfs_dir_detach(tdnode->ump, tdnode, tnode, tcnp);
  /src/usr.bin/xlint/lint1/
lint1.h 281 struct tnode *func;
282 struct tnode **args;
287 typedef struct tnode tnode_t;
290 struct tnode { struct
  /src/external/gpl3/gcc/dist/gcc/
trans-mem.cc 4587 struct cgraph_node *tnode;
4594 tnode = cgraph_node::get (fndecl);
4595 d = get_cg_data (&tnode, true);
5243 struct cgraph_node *tnode = e->callee;
5245 d = get_cg_data (&tnode, true);
4576 struct cgraph_node *tnode; local
5232 struct cgraph_node *tnode = e->callee; local
  /src/external/gpl3/gcc.old/dist/gcc/
trans-mem.cc 4572 struct cgraph_node *tnode;
4579 tnode = cgraph_node::get (fndecl);
4580 d = get_cg_data (&tnode, true);
5228 struct cgraph_node *tnode = e->callee;
5230 d = get_cg_data (&tnode, true);
4561 struct cgraph_node *tnode; local
5217 struct cgraph_node *tnode = e->callee; local

Completed in 38 milliseconds