Searched defs:cumulative_args_t (Results 1 – 2 of 2) sorted by relevance
57 struct cumulative_args_t { void *magic; void *p; }; struct67 union cumulative_args_t { void *p; }; union
57 typedef struct { void *magic; void *p; } cumulative_args_t; typedef67 typedef union { void *p; } cumulative_args_t; typedef