Searched refs:to_ptr (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/binary_heap_/
H A Dconst_point_iterator.hpp114 return to_ptr(integral_constant<int, Simple>());
122 return *to_ptr(integral_constant<int, Simple>());
137 to_ptr(true_type) const function in class:pb_ds::detail::binary_heap_const_point_iterator_
141 to_ptr(false_type) const function in class:pb_ds::detail::binary_heap_const_point_iterator_
/freebsd-11-stable/contrib/ncurses/ncurses/tinfo/
H A Dparse_entry.c791 struct name_table_entry const *to_ptr; local
821 to_ptr = _nc_find_entry(ap->to, _nc_get_hash_table(FALSE));
823 if (!from_ptr || !to_ptr) /* should never happen! */
831 if (tp->Strings[to_ptr->nte_index]) {
837 tp->Strings[to_ptr->nte_index]) != 0)
840 _nc_visbuf(tp->Strings[to_ptr->nte_index]));
858 tp->Strings[to_ptr->nte_index] = _nc_save_str(buf2);
/freebsd-11-stable/contrib/gdb/gdb/
H A Dcharset.c430 char to, *to_ptr = &to;
436 if (iconv (ci->i, &from_ptr, &from_left, &to_ptr, &to_left)
422 char to, *to_ptr = &to; local
/freebsd-11-stable/contrib/gcc/
H A Dbitmap.c397 bitmap_element *from_ptr, *to_ptr = 0;
411 if (to_ptr == 0)
419 to_elt->prev = to_ptr;
421 to_ptr->next = to_elt;
424 to_ptr = to_elt;
391 bitmap_element *from_ptr, *to_ptr = 0; local
H A Dgimplify.c2552 tree args, t, to, to_ptr, from;
2562 to_ptr = build_fold_addr_expr (to);
2563 args = tree_cons (NULL, to_ptr, args);
2569 t = build1 (NOP_EXPR, TREE_TYPE (to_ptr), t);
2584 tree args, t, to, to_ptr;
2592 to_ptr = build_fold_addr_expr (to);
2593 args = tree_cons (NULL, to_ptr, args);
2599 t = build1 (NOP_EXPR, TREE_TYPE (to_ptr), t);
2551 tree args, t, to, to_ptr, from; local
2583 tree args, t, to, to_ptr; local

Completed in 213 milliseconds