HomeSort by: relevance | last modified time | path
    Searched defs:cumulative_args_t (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
target.h 57 struct cumulative_args_t { void *magic; void *p; }; struct
62 __attribute__((transparent_union)) to get cumulative_args_t function
67 union cumulative_args_t { void *p; }; union
322 get_cumulative_args (cumulative_args_t arg)
330 inline cumulative_args_t
333 cumulative_args_t ret;
  /src/external/gpl3/gcc.old/dist/gcc/
target.h 57 struct cumulative_args_t { void *magic; void *p; }; struct
62 __attribute__((transparent_union)) to get cumulative_args_t function
67 union cumulative_args_t { void *p; }; union
298 get_cumulative_args (cumulative_args_t arg)
306 static inline cumulative_args_t
309 cumulative_args_t ret;

Completed in 22 milliseconds