Searched refs:final_type (Results 1 - 9 of 9) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/bfd/
H A Delf-hppa.h591 elf_hppa_reloc_type final_type = base_type; local
610 final_type = R_PARISC_DIR14F;
615 final_type = R_PARISC_DIR14R;
618 final_type = R_PARISC_DLTIND14R;
621 final_type = R_PARISC_LTOFF_FPTR14DR;
624 final_type = R_PARISC_DLTIND14F;
627 final_type = R_PARISC_PLABEL14R;
638 final_type = R_PARISC_DIR17F;
643 final_type = R_PARISC_DIR17R;
658 final_type
[all...]
H A Dsom.c1305 int *final_type, **final_types; local
1308 final_type = bfd_alloc (abfd, (bfd_size_type) sizeof (int));
1309 if (!final_types || !final_type)
1323 final_types[0] = final_type;
1326 *final_type = base_type;
1341 final_types[1] = final_type;
1343 *final_type = base_type;
1352 final_types[1] = final_type;
1354 *final_type = base_type;
1363 final_types[1] = final_type;
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/bfd/
H A Delf-hppa.h591 elf_hppa_reloc_type final_type = base_type; local
610 final_type = R_PARISC_DIR14F;
615 final_type = R_PARISC_DIR14R;
618 final_type = R_PARISC_DLTIND14R;
621 final_type = R_PARISC_LTOFF_FPTR14DR;
624 final_type = R_PARISC_DLTIND14F;
627 final_type = R_PARISC_PLABEL14R;
638 final_type = R_PARISC_DIR17F;
643 final_type = R_PARISC_DIR17R;
658 final_type
[all...]
H A Dsom.c1305 int *final_type, **final_types; local
1308 final_type = bfd_alloc (abfd, (bfd_size_type) sizeof (int));
1309 if (!final_types || !final_type)
1323 final_types[0] = final_type;
1326 *final_type = base_type;
1341 final_types[1] = final_type;
1343 *final_type = base_type;
1352 final_types[1] = final_type;
1354 *final_type = base_type;
1363 final_types[1] = final_type;
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dgnu-v3-abi.c677 struct type *domain_type, *final_type, *method_type; local
682 final_type = lookup_pointer_type (domain_type);
692 *this_p = value_cast (final_type, *this_p);
711 *this_p = value_cast (final_type, *this_p);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/cp/
H A Dtypeck.c2842 tree final_type = 0;
3342 final_type = result_type;
3347 if (op0 == arg0 && TREE_TYPE (op0) != final_type)
3349 if (op1 == arg1 && TREE_TYPE (op1) != final_type)
3399 final_type = result_type;
3401 if (arg0 == op0 && final_type == TREE_TYPE (op0))
3415 && (!TYPE_UNSIGNED (final_type)
3603 if (final_type != 0)
3604 result = cp_convert (final_type, result);
2834 tree final_type = 0; local
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dc-typeck.c7695 tree final_type = 0;
8089 final_type = result_type;
8096 && TREE_TYPE (op0) != final_type)
8100 && TREE_TYPE (op1) != final_type)
8153 final_type = result_type;
8155 if (arg0 == op0 && final_type == TREE_TYPE (op0))
8163 && (!TYPE_UNSIGNED (final_type) || unsigned_arg))
8354 if (final_type != 0)
8355 result = convert (final_type, result);
7658 tree final_type = 0; local
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dc-typeck.c9096 tree final_type = 0;
9746 final_type = result_type;
9758 final_type = result_type;
9760 if (arg0 == op0 && final_type == TREE_TYPE (op0))
9769 && (!TYPE_UNSIGNED (final_type) || unsigned_arg))
9894 if (final_type != 0)
9895 ret = convert (final_type, ret);
9058 tree final_type = 0; local
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/cp/
H A Dtypeck.c3605 tree final_type = 0;
4359 final_type = result_type;
4419 if (final_type != 0)
4420 result = cp_convert (final_type, result);
3597 tree final_type = 0; local

Completed in 496 milliseconds