Home
last modified time | relevance | path

Searched refs:to_ptr (Results 1 – 7 of 7) sorted by relevance

/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/
H A Dpoint_const_iterator.hpp108 return to_ptr(integral_constant<int, Simple>()); in operator ->()
116 return *to_ptr(integral_constant<int, Simple>()); in operator *()
131 to_ptr(true_type) const in to_ptr() function in __gnu_pbds::detail::binary_heap_point_const_iterator_
135 to_ptr(false_type) const in to_ptr() function in __gnu_pbds::detail::binary_heap_point_const_iterator_
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/
H A Dpoint_const_iterator.hpp108 return to_ptr(integral_constant<int, Simple>()); in operator ->()
116 return *to_ptr(integral_constant<int, Simple>()); in operator *()
131 to_ptr(true_type) const in to_ptr() function in __gnu_pbds::detail::binary_heap_point_const_iterator_
135 to_ptr(false_type) const in to_ptr() function in __gnu_pbds::detail::binary_heap_point_const_iterator_
/dflybsd-src/contrib/ncurses/ncurses/tinfo/
H A Dparse_entry.c882 struct name_table_entry const *to_ptr; in postprocess_termcap() local
915 to_ptr = _nc_find_entry(ap->to, _nc_get_hash_table(FALSE)); in postprocess_termcap()
917 if (!from_ptr || !to_ptr) /* should never happen! */ in postprocess_termcap()
925 if (tp->Strings[to_ptr->nte_index]) { in postprocess_termcap()
927 const char *t = tp->Strings[to_ptr->nte_index]; in postprocess_termcap()
953 tp->Strings[to_ptr->nte_index] = _nc_save_str(buf2); in postprocess_termcap()
955 tp->Strings[to_ptr->nte_index] = bp; in postprocess_termcap()
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dbitmap.c515 bitmap_element *to_ptr = 0; in bitmap_copy() local
529 if (to_ptr == 0) in bitmap_copy()
537 to_elt->prev = to_ptr; in bitmap_copy()
539 to_ptr->next = to_elt; in bitmap_copy()
542 to_ptr = to_elt; in bitmap_copy()
H A Dgimplify.c3278 tree t, to, to_ptr, from, from_ptr; in gimplify_modify_expr_to_memcpy() local
3294 to_ptr = build_fold_addr_expr_loc (loc, to); in gimplify_modify_expr_to_memcpy()
3295 gimplify_arg (&to_ptr, seq_p, loc); in gimplify_modify_expr_to_memcpy()
3299 gs = gimple_build_call (t, 3, to_ptr, from_ptr, size); in gimplify_modify_expr_to_memcpy()
3304 t = create_tmp_var (TREE_TYPE (to_ptr), NULL); in gimplify_modify_expr_to_memcpy()
3325 tree t, from, to, to_ptr; in gimplify_modify_expr_to_memset() local
3342 to_ptr = build_fold_addr_expr_loc (loc, to); in gimplify_modify_expr_to_memset()
3343 gimplify_arg (&to_ptr, seq_p, loc); in gimplify_modify_expr_to_memset()
3346 gs = gimple_build_call (t, 3, to_ptr, integer_zero_node, size); in gimplify_modify_expr_to_memset()
3351 t = create_tmp_var (TREE_TYPE (to_ptr), NULL); in gimplify_modify_expr_to_memset()
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dbitmap.c443 bitmap_element *to_ptr = 0; in bitmap_copy() local
457 if (to_ptr == 0) in bitmap_copy()
465 to_elt->prev = to_ptr; in bitmap_copy()
467 to_ptr->next = to_elt; in bitmap_copy()
470 to_ptr = to_elt; in bitmap_copy()
H A Dgimplify.c4208 tree t, to, to_ptr, from, from_ptr; in gimplify_modify_expr_to_memcpy() local
4224 to_ptr = build_fold_addr_expr_loc (loc, to); in gimplify_modify_expr_to_memcpy()
4225 gimplify_arg (&to_ptr, seq_p, loc); in gimplify_modify_expr_to_memcpy()
4229 gs = gimple_build_call (t, 3, to_ptr, from_ptr, size); in gimplify_modify_expr_to_memcpy()
4234 t = create_tmp_var (TREE_TYPE (to_ptr)); in gimplify_modify_expr_to_memcpy()
4255 tree t, from, to, to_ptr; in gimplify_modify_expr_to_memset() local
4272 to_ptr = build_fold_addr_expr_loc (loc, to); in gimplify_modify_expr_to_memset()
4273 gimplify_arg (&to_ptr, seq_p, loc); in gimplify_modify_expr_to_memset()
4276 gs = gimple_build_call (t, 3, to_ptr, integer_zero_node, size); in gimplify_modify_expr_to_memset()
4281 t = create_tmp_var (TREE_TYPE (to_ptr)); in gimplify_modify_expr_to_memset()