Searched refs:finaltype (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/gpl3/binutils/dist/bfd/ |
H A D | elf-hppa.h | 755 elf_hppa_reloc_type *finaltype; in _bfd_elf_hppa_gen_reloc_type() local 766 finaltype = bfd_alloc (abfd, amt); in _bfd_elf_hppa_gen_reloc_type() 767 if (finaltype == NULL) in _bfd_elf_hppa_gen_reloc_type() 771 final_types[0] = finaltype; in _bfd_elf_hppa_gen_reloc_type() 774 *finaltype = elf_hppa_reloc_final_type (abfd, base_type, format, field); in _bfd_elf_hppa_gen_reloc_type()
|
/netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
H A D | elf-hppa.h | 755 elf_hppa_reloc_type *finaltype; in _bfd_elf_hppa_gen_reloc_type() local 766 finaltype = bfd_alloc (abfd, amt); in _bfd_elf_hppa_gen_reloc_type() 767 if (finaltype == NULL) in _bfd_elf_hppa_gen_reloc_type() 771 final_types[0] = finaltype; in _bfd_elf_hppa_gen_reloc_type() 774 *finaltype = elf_hppa_reloc_final_type (abfd, base_type, format, field); in _bfd_elf_hppa_gen_reloc_type()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | vr-values.c | 3924 tree innerop, middleop, finaltype; in simplify_conversion_using_ranges() local 3930 finaltype = TREE_TYPE (gimple_assign_lhs (stmt)); in simplify_conversion_using_ranges() 3931 if (!INTEGRAL_TYPE_P (finaltype)) in simplify_conversion_using_ranges() 3956 final_prec = TYPE_PRECISION (finaltype); in simplify_conversion_using_ranges() 3982 final_sgn = TYPE_SIGN (finaltype); in simplify_conversion_using_ranges()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | vr-values.cc | 3946 tree innerop, middleop, finaltype; in simplify_conversion_using_ranges() local 3952 finaltype = TREE_TYPE (gimple_assign_lhs (stmt)); in simplify_conversion_using_ranges() 3953 if (!INTEGRAL_TYPE_P (finaltype)) in simplify_conversion_using_ranges() 3981 final_prec = TYPE_PRECISION (finaltype); in simplify_conversion_using_ranges() 4007 final_sgn = TYPE_SIGN (finaltype); in simplify_conversion_using_ranges()
|