Home
last modified time | relevance | path

Searched refs:POS_HERE (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dgengtype.cc5241 #define POS_HERE(Call) do { pos.file = this_file; pos.line = __LINE__; \ in main() macro
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 …]
DChangeLog-20106542 * gengtype (main): Get here's position using POS_HERE macro for