| /src/external/gpl3/gcc/dist/gcc/text-art/ |
| widget.h | 140 : m_child (std::move (child)) 149 return m_child->get_req_size (); 153 m_child->set_alloc_rect (get_alloc_rect ()); 157 m_child->paint_to_canvas (canvas); 160 std::unique_ptr<widget> m_child; member in class:text_art::wrapper_widget
|
| /src/external/bsd/atf/dist/atf-c++/detail/ |
| process.cpp | 288 m_child(c), 296 ::kill(atf_process_child_pid(&m_child), SIGTERM); 299 atf_error_t err = atf_process_child_wait(&m_child, &s); 310 atf_error_t err = atf_process_child_wait(&m_child, &s); 322 return atf_process_child_pid(&m_child); 328 return atf_process_child_stdout(&m_child); 334 return atf_process_child_stderr(&m_child);
|
| process.hpp | 204 atf_process_child_t m_child; member in class:atf::process::child
|
| /src/external/gpl3/gcc/dist/gcc/ |
| fibonacci_heap.h | 58 fibonacci_node (): m_parent (NULL), m_child (NULL), m_left (this), 64 fibonacci_node (K key, V *data = NULL): m_parent (NULL), m_child (NULL), 117 fibonacci_node *m_child; member in class:fibonacci_node 301 if (m_parent != NULL && m_parent->m_child == this) 302 m_parent->m_child = ret; 320 if (parent->m_child == NULL) 321 parent->m_child = this; 323 parent->m_child->insert_before (this); 606 for (x = ret->m_child, orig = NULL; x != orig && x != NULL; x = y)
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| fibonacci_heap.h | 58 fibonacci_node (): m_parent (NULL), m_child (NULL), m_left (this), 64 fibonacci_node (K key, V *data = NULL): m_parent (NULL), m_child (NULL), 117 fibonacci_node *m_child; member in class:fibonacci_node 301 if (m_parent != NULL && m_parent->m_child == this) 302 m_parent->m_child = ret; 320 if (parent->m_child == NULL) 321 parent->m_child = this; 323 parent->m_child->insert_before (this); 606 for (x = ret->m_child, orig = NULL; x != orig && x != NULL; x = y)
|