Searched refs:children_t (Results 1 – 3 of 3) sorted by relevance
54 children_t *tmp; \66 children_t *tmp; \230 } children_t; typedef232 static children_t sentinel = {.next = NULL };234 static children_t *children = &sentinel;306 children_t *tmp, *cur; in main()517 tmp = malloc(sizeof(children_t)); in main()542 tmp = malloc(sizeof(children_t)); in main()
70 typedef std::vector<tree_node<T>, allocator_type> children_t; typedef72 typedef std::list<tree_node<T>, allocator_type> children_t; typedef75 typedef typename children_t::iterator tree_iterator;76 typedef typename children_t::const_iterator const_tree_iterator;79 children_t children;91 tree_node(T const& v, children_t const& c) in tree_node()117 for (typename tree_node<T>::children_t::const_iterator it = n.children.begin(); in operator <<()536 typedef typename node_t::children_t container_t;
84 typename ParseNodeT::children_t const &children = name_node->children; in retrieve_macroname()