Searched refs:children_t (Results 1 – 2 of 2) sorted by relevance
58 children_t *tmp; \70 children_t *tmp; \234 } children_t; typedef236 children_t sentinel = {.next = NULL };238 children_t *children = &sentinel;310 children_t *tmp, *cur; in main()521 tmp = malloc(sizeof(children_t)); in main()546 tmp = malloc(sizeof(children_t)); in main()
161 typedef Stmt::child_range children_t(); typedef162 template <class T> good implements_children(children_t T::*) { in implements_children()166 static inline bad implements_children(children_t Stmt::*) { in implements_children()