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.c52 children_t *tmp; \
64 children_t *tmp; \
228 } children_t; typedef
230 children_t sentinel = {.next = NULL };
232 children_t *children = &sentinel;
304 children_t *tmp, *cur; in main()
515 tmp = malloc(sizeof(children_t)); in main()
540 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()