Searched refs:do_scalar_typedef (Results 1 – 3 of 3) sorted by relevance
/openbsd-src/gnu/gcc/gcc/ |
H A D | gengtype.c | 93 static void do_scalar_typedef (const char *, struct fileloc *); 128 do_scalar_typedef (const char *s, struct fileloc *pos) in do_scalar_typedef() function 3039 do_scalar_typedef ("CUMULATIVE_ARGS", &pos); in main() 3040 do_scalar_typedef ("REAL_VALUE_TYPE", &pos); in main() 3041 do_scalar_typedef ("double_int", &pos); in main() 3042 do_scalar_typedef ("uint8", &pos); in main() 3043 do_scalar_typedef ("jword", &pos); in main() 3044 do_scalar_typedef ("JCF_u2", &pos); in main() 3046 do_scalar_typedef ("location_t", &pos); in main() 3047 do_scalar_typedef ("source_locus", &pos); in main() [all …]
|
/openbsd-src/gnu/usr.bin/gcc/gcc/ |
H A D | gengtype.c | 93 static void do_scalar_typedef PARAMS ((const char *, struct fileloc *)); 131 do_scalar_typedef (s, pos) in do_scalar_typedef() function 2583 do_scalar_typedef ("CUMULATIVE_ARGS", &pos); 2584 do_scalar_typedef ("REAL_VALUE_TYPE", &pos); 2585 do_scalar_typedef ("uint8", &pos); 2586 do_scalar_typedef ("jword", &pos); 2587 do_scalar_typedef ("JCF_u2", &pos);
|
H A D | ChangeLog | 13397 * gengtype.c (do_scalar_typedef): New function. 13404 do_scalar_typedef.
|