Searched refs:fwt_pool (Results 1 – 2 of 2) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/gcc/c-family/ |
H A D | c-format.c | 1444 alloc_pool fwt_pool; in check_format_arg() local 1602 fwt_pool = create_alloc_pool ("format_wanted_type pool", in check_format_arg() 1605 params, arg_num, fwt_pool); in check_format_arg() 1606 free_alloc_pool (fwt_pool); in check_format_arg() 1621 unsigned HOST_WIDE_INT arg_num, alloc_pool fwt_pool) in check_format_info_main() argument 2277 pool_alloc (fwt_pool); in check_format_info_main()
|
/dflybsd-src/contrib/gcc-8.0/gcc/c-family/ |
H A D | c-format.c | 1716 object_allocator <format_wanted_type> fwt_pool ("format_wanted_type pool"); in check_format_arg() 1718 format_length, params, arg_num, fwt_pool, arglocs); in check_format_arg() 1850 object_allocator <format_wanted_type> &fwt_pool; variable 2024 fwt_pool (fwt_pool_), in argument_parser() 2736 wanted_type_ptr = fwt_pool.allocate (); in check_argument_type() 2774 object_allocator <format_wanted_type> &fwt_pool, in check_format_info_main() 2822 first_fillin_param, fwt_pool, arglocs); in check_format_info_main()
|