Searched refs:vnext (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dvarpool.c658 varpool_node *vnext = dyn_cast <varpool_node *> (next); local
659 if (vnext && vnext->analyzed && !next->comdat_local_p ())
660 enqueue_node (vnext, &first);
H A Dipa.c313 varpool_node *vnode, *vnext; local
585 for (vnode = first_variable (); vnode; vnode = vnext)
587 vnext = next_variable (vnode);
606 vnext = next_variable (vnode);
H A Domp-expand.c6702 tree t, u, vin = NULL, vmain, vnext, l2; local
6854 vnext = gimple_omp_continue_control_def (cont);
6859 vnext = NULL_TREE;
6929 gimple_call_set_lhs (stmt, vnext);
6934 vnext, build_one_cst (TREE_TYPE (cond_var)));
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dvarpool.cc667 varpool_node *vnext = dyn_cast <varpool_node *> (next); local
668 if (vnext && vnext->analyzed && !next->comdat_local_p ())
669 enqueue_node (vnext, &first);
H A Dipa.cc313 varpool_node *vnode, *vnext; local
588 for (vnode = first_variable (); vnode; vnode = vnext)
590 vnext = next_variable (vnode);
609 vnext = next_variable (vnode);
H A Domp-expand.cc8260 tree t, u, vin = NULL, vmain, vnext, l2; local
8412 vnext = gimple_omp_continue_control_def (cont);
8417 vnext = NULL_TREE;
8487 gimple_call_set_lhs (stmt, vnext);
8492 vnext, build_one_cst (TREE_TYPE (cond_var)));
/netbsd-current/external/gpl3/binutils.old/dist/binutils/
H A Ddwarf.c6213 unsigned char *next = start, *vnext = vstart; local
6380 vnext = section_begin + voffset;
6382 vnext = NULL;
6385 if (vnext && vnext < next)
6387 vstart = vnext;
6389 if (start == vnext)
6407 vstart = vnext;
6416 if (vnext && voffset >= bytes)
6448 if (adjacent_view_loclists && vnext
[all...]
/netbsd-current/external/gpl3/binutils/dist/binutils/
H A Ddwarf.c7222 unsigned char *next = start, *vnext = vstart; local
7386 vnext = section_begin + voffset;
7388 vnext = NULL;
7391 if (vnext && vnext < next)
7393 vstart = vnext;
7395 if (start == vnext)
7415 vstart = vnext;
7425 if (vnext && voffset >= bytes)
7458 if (adjacent_view_loclists && vnext
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/binutils/
H A Ddwarf.c6349 unsigned char *next = start, *vnext = vstart; local
6516 vnext = section_begin + voffset;
6518 vnext = NULL;
6521 if (vnext && vnext < next)
6523 vstart = vnext;
6525 if (start == vnext)
6543 vstart = vnext;
6552 if (vnext && voffset >= bytes)
6584 if (adjacent_view_loclists && vnext
[all...]

Completed in 259 milliseconds