Searched refs:children_t (Results 1 – 2 of 2) sorted by relevance
54 children_t *tmp; \66 children_t *tmp; \230 } children_t; typedef232 children_t sentinel = {.next = NULL };234 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()
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()