Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dgenmodes.c52 struct mode_data struct
54 struct mode_data *next; /* next this class - arbitrary order */ argument
64 struct mode_data *component; /* mode of components */ argument
65 struct mode_data *wider; /* next wider mode */ argument
67 struct mode_data *contained; /* Pointer to list of modes that have argument
69 struct mode_data *next_cont; /* Next mode in that list. */ argument
78 static struct mode_data *modes[MAX_MODE_CLASS]; argument
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dgenmodes.c50 struct mode_data struct
52 struct mode_data *next; /* next this class - arbitrary order */ argument
62 struct mode_data *component; /* mode of components */ argument
63 struct mode_data *wider; /* next wider mode */ argument
65 struct mode_data *contained; /* Pointer to list of modes that have argument
67 struct mode_data *next_cont; /* Next mode in that list. */ argument
69 struct mode_data *complex; /* complex type with mode as component. */ argument
82 static struct mode_data *modes[MAX_MODE_CLASS]; argument