Searched refs:p_child (Results 1 - 7 of 7) sorted by relevance

/openbsd-current/gnu/gcc/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/
H A Ddebug_fn_imps.hpp81 const_node_pointer p_child = p_nd->m_p_l_child;
82 while (p_child != NULL)
84 const_node_pointer p_next_child = p_child->m_p_next_sibling;
85 _GLIBCXX_DEBUG_ASSERT(!Cmp_Fn::operator()(p_nd->m_value, p_child->m_value));
86 p_child = p_next_child;
138 const_node_pointer p_child = p_nd->m_p_l_child; local
139 while (p_child != NULL)
142 p_child = p_child->m_p_next_sibling;
/openbsd-current/gnu/usr.bin/gcc/gcc/fixinc/
H A Dprocopen.c68 chain_open (stdin_fd, pp_args, p_child)
71 pid_t *p_child;
85 if (p_child != (pid_t *) NULL)
86 *p_child = NOPROCESS;
129 if (p_child != (pid_t *) NULL)
130 *p_child = NOPROCESS;
134 if (p_child != (pid_t *) NULL)
135 *p_child = ch_id;
H A Dserver.h79 pid_t * p_child));
/openbsd-current/gnu/gcc/fixincludes/
H A Dserver.h71 int chain_open( int in_fd, tCC** pp_args, pid_t* p_child );
H A Dprocopen.c65 chain_open (int stdin_fd, tCC** pp_args, pid_t* p_child) argument
79 if (p_child != (pid_t *) NULL)
80 *p_child = NOPROCESS;
123 if (p_child != (pid_t *) NULL)
124 *p_child = NOPROCESS;
128 if (p_child != (pid_t *) NULL)
129 *p_child = ch_id;
/openbsd-current/gnu/gcc/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_base_/
H A Derase_fn_imps.hpp92 node_pointer p_child = p_nd->m_p_l_child; local
94 if (p_child != NULL)
96 p_child->m_p_prev_or_parent = NULL;
98 while (p_child->m_p_next_sibling != NULL)
99 p_child = p_child->m_p_next_sibling;
104 base_type::m_p_root = join(p_cur_root, p_child);
/openbsd-current/gnu/gcc/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/
H A Derase_fn_imps.hpp161 node_pointer p_child =* it; local
162 clear_imp(p_child);

Completed in 205 milliseconds