Searched refs:do_scalar_typedef (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | gengtype.cc | 556 do_scalar_typedef (const char *s, struct fileloc *pos) in do_scalar_typedef() function 5243 POS_HERE (do_scalar_typedef ("CUMULATIVE_ARGS", &pos)); in main() 5244 POS_HERE (do_scalar_typedef ("REAL_VALUE_TYPE", &pos)); in main() 5245 POS_HERE (do_scalar_typedef ("FIXED_VALUE_TYPE", &pos)); in main() 5246 POS_HERE (do_scalar_typedef ("double_int", &pos)); in main() 5247 POS_HERE (do_scalar_typedef ("poly_int64_pod", &pos)); in main() 5248 POS_HERE (do_scalar_typedef ("offset_int", &pos)); in main() 5249 POS_HERE (do_scalar_typedef ("widest_int", &pos)); in main() 5250 POS_HERE (do_scalar_typedef ("int64_t", &pos)); in main() 5251 POS_HERE (do_scalar_typedef ("poly_int64", &pos)); in main() [all …]
|
H A D | gengtype.h | 434 extern void do_scalar_typedef (const char *s, struct fileloc *pos);
|
H A D | ChangeLog-2007 | 24838 (do_scalar_typedef): Declare. 24842 (do_scalar_typedef): Export. Always use scalar_nonchar for the type.
|
H A D | ChangeLog-2002 | 7395 * gengtype.c (do_scalar_typedef): New function. 7402 do_scalar_typedef.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | gengtype.c | 541 do_scalar_typedef (const char *s, struct fileloc *pos) in do_scalar_typedef() function 5192 POS_HERE (do_scalar_typedef ("CUMULATIVE_ARGS", &pos)); in main() 5193 POS_HERE (do_scalar_typedef ("REAL_VALUE_TYPE", &pos)); in main() 5194 POS_HERE (do_scalar_typedef ("FIXED_VALUE_TYPE", &pos)); in main() 5195 POS_HERE (do_scalar_typedef ("double_int", &pos)); in main() 5196 POS_HERE (do_scalar_typedef ("poly_int64_pod", &pos)); in main() 5197 POS_HERE (do_scalar_typedef ("offset_int", &pos)); in main() 5198 POS_HERE (do_scalar_typedef ("widest_int", &pos)); in main() 5199 POS_HERE (do_scalar_typedef ("int64_t", &pos)); in main() 5200 POS_HERE (do_scalar_typedef ("poly_int64", &pos)); in main() [all …]
|
H A D | gengtype.h | 423 extern void do_scalar_typedef (const char *s, struct fileloc *pos);
|