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

  /src/external/gpl3/gcc/dist/gcc/
bitmap.cc 863 const bitmap_element *from_ptr;
871 for (from_ptr = from->first; from_ptr; from_ptr = from_ptr->next)
875 to_elt->indx = from_ptr->indx;
876 memcpy (to_elt->bits, from_ptr->bits, sizeof (to_elt->bits));
884 to->indx = from_ptr->indx;
855 const bitmap_element *from_ptr; local
gimplify.cc 4989 tree t, to, to_ptr, from, from_ptr;
5003 from_ptr = build_fold_addr_expr_loc (loc, from);
5004 gimplify_arg (&from_ptr, seq_p, loc);
5012 gs = gimple_build_call (t, 3, to_ptr, from_ptr, size);
4986 tree t, to, to_ptr, from, from_ptr; local
  /src/external/gpl3/gcc.old/dist/gcc/
bitmap.cc 863 const bitmap_element *from_ptr;
871 for (from_ptr = from->first; from_ptr; from_ptr = from_ptr->next)
875 to_elt->indx = from_ptr->indx;
876 memcpy (to_elt->bits, from_ptr->bits, sizeof (to_elt->bits));
884 to->indx = from_ptr->indx;
855 const bitmap_element *from_ptr; local
gimplify.cc 4597 tree t, to, to_ptr, from, from_ptr;
4609 from_ptr = build_fold_addr_expr_loc (loc, from);
4610 gimplify_arg (&from_ptr, seq_p, loc);
4618 gs = gimple_build_call (t, 3, to_ptr, from_ptr, size);
4594 tree t, to, to_ptr, from, from_ptr; local

Completed in 56 milliseconds