Home
last modified time | relevance | path

Searched refs:finaltype (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/external/gpl3/binutils/dist/bfd/
Delf-hppa.h755 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/gdb/dist/bfd/
Delf-hppa.h755 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/dist/gcc/
Dvr-values.cc3946 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()