Lines Matching refs:wanted_type_ptr

2348 	  format_wanted_type *wanted_type_ptr;  in check_format_info_main()  local
2368 wanted_type_ptr = &main_wanted_type; in check_format_info_main()
2379 wanted_type_ptr->wanted_type = wanted_type; in check_format_info_main()
2380 wanted_type_ptr->wanted_type_name = wanted_type_name; in check_format_info_main()
2381 wanted_type_ptr->pointer_count = fci->pointer_count + alloc_flag; in check_format_info_main()
2382 wanted_type_ptr->char_lenient_flag = 0; in check_format_info_main()
2384 wanted_type_ptr->char_lenient_flag = 1; in check_format_info_main()
2385 wanted_type_ptr->scalar_identity_flag = 0; in check_format_info_main()
2387 wanted_type_ptr->scalar_identity_flag = 1; in check_format_info_main()
2388 wanted_type_ptr->writing_in_flag = 0; in check_format_info_main()
2389 wanted_type_ptr->reading_from_flag = 0; in check_format_info_main()
2391 wanted_type_ptr->writing_in_flag = 1; in check_format_info_main()
2395 wanted_type_ptr->writing_in_flag = 1; in check_format_info_main()
2397 wanted_type_ptr->reading_from_flag = 1; in check_format_info_main()
2399 wanted_type_ptr->kind = CF_KIND_FORMAT; in check_format_info_main()
2400 wanted_type_ptr->param = cur_param; in check_format_info_main()
2401 wanted_type_ptr->arg_num = arg_num; in check_format_info_main()
2402 wanted_type_ptr->format_start = format_start; in check_format_info_main()
2403 wanted_type_ptr->format_length = format_chars - format_start; in check_format_info_main()
2404 wanted_type_ptr->offset_loc = format_chars - orig_format_chars; in check_format_info_main()
2405 wanted_type_ptr->next = NULL; in check_format_info_main()
2407 last_wanted_type->next = wanted_type_ptr; in check_format_info_main()
2409 first_wanted_type = wanted_type_ptr; in check_format_info_main()
2410 last_wanted_type = wanted_type_ptr; in check_format_info_main()
2415 wanted_type_ptr = fwt_pool.allocate (); in check_format_info_main()