Home
last modified time | relevance | path

Searched refs:children_t (Results 1 – 3 of 3) sorted by relevance

/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_broadcast/
D1-2.c54 children_t *tmp; \
66 children_t *tmp; \
230 } children_t; typedef
232 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()
/third_party/boost/boost/spirit/home/classic/tree/
Dcommon.hpp70 typedef std::vector<tree_node<T>, allocator_type> children_t; typedef
72 typedef std::list<tree_node<T>, allocator_type> children_t; typedef
75 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;
/third_party/boost/boost/wave/util/
Dcpp_iterator.hpp84 typename ParseNodeT::children_t const &children = name_node->children; in retrieve_macroname()