Home
last modified time | relevance | path

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

/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_broadcast/
D1-2.c58 children_t *tmp; \
70 children_t *tmp; \
234 } children_t; typedef
236 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()
/external/clang/lib/AST/
DStmt.cpp161 typedef Stmt::child_range children_t(); typedef
162 template <class T> good implements_children(children_t T::*) { in implements_children()
166 static inline bad implements_children(children_t Stmt::*) { in implements_children()