HomeSort by: relevance | last modified time | path
    Searched defs:finaltype (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/binutils/dist/bfd/
elf-hppa.h 755 elf_hppa_reloc_type *finaltype; local
766 finaltype = bfd_alloc (abfd, amt);
767 if (finaltype == NULL)
771 final_types[0] = finaltype;
774 *finaltype = elf_hppa_reloc_final_type (abfd, base_type, format, field);
  /src/external/gpl3/binutils.old/dist/bfd/
elf-hppa.h 755 elf_hppa_reloc_type *finaltype; local
766 finaltype = bfd_alloc (abfd, amt);
767 if (finaltype == NULL)
771 final_types[0] = finaltype;
774 *finaltype = elf_hppa_reloc_final_type (abfd, base_type, format, field);
  /src/external/gpl3/gdb/dist/bfd/
elf-hppa.h 755 elf_hppa_reloc_type *finaltype; local
766 finaltype = bfd_alloc (abfd, amt);
767 if (finaltype == NULL)
771 final_types[0] = finaltype;
774 *finaltype = elf_hppa_reloc_final_type (abfd, base_type, format, field);
  /src/external/gpl3/gdb.old/dist/bfd/
elf-hppa.h 755 elf_hppa_reloc_type *finaltype; local
766 finaltype = bfd_alloc (abfd, amt);
767 if (finaltype == NULL)
771 final_types[0] = finaltype;
774 *finaltype = elf_hppa_reloc_final_type (abfd, base_type, format, field);
  /src/external/gpl3/gcc/dist/gcc/
vr-values.cc 1563 tree innerop, middleop, finaltype; local
1569 finaltype = TREE_TYPE (gimple_assign_lhs (stmt));
1570 if (!INTEGRAL_TYPE_P (finaltype))
1598 final_prec = TYPE_PRECISION (finaltype);
1624 final_sgn = TYPE_SIGN (finaltype);
  /src/external/gpl3/gcc.old/dist/gcc/
vr-values.cc 3946 tree innerop, middleop, finaltype; local
3952 finaltype = TREE_TYPE (gimple_assign_lhs (stmt));
3953 if (!INTEGRAL_TYPE_P (finaltype))
3981 final_prec = TYPE_PRECISION (finaltype);
4007 final_sgn = TYPE_SIGN (finaltype);

Completed in 38 milliseconds