/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/ |
H A D | point_const_iterator.hpp | 104 return to_ptr(integral_constant<int, Simple>()); in operator ->() 112 return *to_ptr(integral_constant<int, Simple>()); in operator *() 127 to_ptr(true_type) const in to_ptr() function in __gnu_pbds::detail::binary_heap_point_const_iterator_ 131 to_ptr(false_type) const in to_ptr() function in __gnu_pbds::detail::binary_heap_point_const_iterator_
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/ |
H A D | point_const_iterator.hpp | 104 return to_ptr(integral_constant<int, Simple>()); in operator ->() 112 return *to_ptr(integral_constant<int, Simple>()); in operator *() 127 to_ptr(true_type) const in to_ptr() function in __gnu_pbds::detail::binary_heap_point_const_iterator_ 131 to_ptr(false_type) const in to_ptr() function in __gnu_pbds::detail::binary_heap_point_const_iterator_
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | bitmap.cc | 856 bitmap_element *to_ptr = 0; in bitmap_copy() local 873 if (to_ptr == 0) in bitmap_copy() 881 to_elt->prev = to_ptr; in bitmap_copy() 883 to_ptr->next = to_elt; in bitmap_copy() 886 to_ptr = to_elt; in bitmap_copy()
|
H A D | gimplify.cc | 4594 tree t, to, to_ptr, from, from_ptr; in gimplify_modify_expr_to_memcpy() local 4610 to_ptr = build_fold_addr_expr_loc (loc, to); in gimplify_modify_expr_to_memcpy() 4611 gimplify_arg (&to_ptr, seq_p, loc); in gimplify_modify_expr_to_memcpy() 4615 gs = gimple_build_call (t, 3, to_ptr, from_ptr, size); in gimplify_modify_expr_to_memcpy() 4621 t = create_tmp_var (TREE_TYPE (to_ptr)); in gimplify_modify_expr_to_memcpy() 4642 tree t, from, to, to_ptr; in gimplify_modify_expr_to_memset() local 4659 to_ptr = build_fold_addr_expr_loc (loc, to); in gimplify_modify_expr_to_memset() 4660 gimplify_arg (&to_ptr, seq_p, loc); in gimplify_modify_expr_to_memset() 4663 gs = gimple_build_call (t, 3, to_ptr, integer_zero_node, size); in gimplify_modify_expr_to_memset() 4668 t = create_tmp_var (TREE_TYPE (to_ptr)); in gimplify_modify_expr_to_memset()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | bitmap.c | 851 bitmap_element *to_ptr = 0; in bitmap_copy() local 868 if (to_ptr == 0) in bitmap_copy() 876 to_elt->prev = to_ptr; in bitmap_copy() 878 to_ptr->next = to_elt; in bitmap_copy() 881 to_ptr = to_elt; in bitmap_copy()
|
H A D | gimplify.c | 4327 tree t, to, to_ptr, from, from_ptr; in gimplify_modify_expr_to_memcpy() local 4343 to_ptr = build_fold_addr_expr_loc (loc, to); in gimplify_modify_expr_to_memcpy() 4344 gimplify_arg (&to_ptr, seq_p, loc); in gimplify_modify_expr_to_memcpy() 4348 gs = gimple_build_call (t, 3, to_ptr, from_ptr, size); in gimplify_modify_expr_to_memcpy() 4353 t = create_tmp_var (TREE_TYPE (to_ptr)); in gimplify_modify_expr_to_memcpy() 4374 tree t, from, to, to_ptr; in gimplify_modify_expr_to_memset() local 4391 to_ptr = build_fold_addr_expr_loc (loc, to); in gimplify_modify_expr_to_memset() 4392 gimplify_arg (&to_ptr, seq_p, loc); in gimplify_modify_expr_to_memset() 4395 gs = gimple_build_call (t, 3, to_ptr, integer_zero_node, size); in gimplify_modify_expr_to_memset() 4400 t = create_tmp_var (TREE_TYPE (to_ptr)); in gimplify_modify_expr_to_memset()
|