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

  /src/external/gpl3/gcc/dist/gcc/
store-motion.cc 626 struct st_expr * ptr, **prev_next_ptr_ptr;
686 for (ptr = store_motion_mems, prev_next_ptr_ptr = &store_motion_mems;
688 ptr = *prev_next_ptr_ptr)
692 *prev_next_ptr_ptr = ptr->next;
697 prev_next_ptr_ptr = &ptr->next;
625 struct st_expr * ptr, **prev_next_ptr_ptr; local
  /src/external/gpl3/gcc.old/dist/gcc/
store-motion.cc 626 struct st_expr * ptr, **prev_next_ptr_ptr;
686 for (ptr = store_motion_mems, prev_next_ptr_ptr = &store_motion_mems;
688 ptr = *prev_next_ptr_ptr)
692 *prev_next_ptr_ptr = ptr->next;
697 prev_next_ptr_ptr = &ptr->next;
625 struct st_expr * ptr, **prev_next_ptr_ptr; local

Completed in 22 milliseconds