Home
last modified time | relevance | path

Searched defs:cumulative_args_t (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dtarget.h57 struct cumulative_args_t { void *magic; void *p; }; struct
67 union cumulative_args_t { void *p; }; union
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dtarget.h57 typedef struct { void *magic; void *p; } cumulative_args_t; typedef
67 typedef union { void *p; } cumulative_args_t; typedef