Searched refs:prev_type (Results 1 - 11 of 11) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/objc-obj-c++-shared/
H A Dobjc-test-suite-next-encode-assist.h50 const char *prev_type; member in struct:objc_struct_layout
H A Dobjc-test-suite-next-encode-assist-impl.h553 layout->prev_type = NULL;
567 if (layout->prev_type)
569 type = objc_skip_type_qualifiers (layout->prev_type);
616 layout->prev_type = layout->type;
650 *type = layout->prev_type;
/haiku-buildtools/legacy/gcc/libobjc/
H A Dencoding.c723 layout->prev_type = NULL;
747 if (layout->prev_type == NULL)
749 layout->prev_type = layout->type;
750 layout->type = objc_skip_typespec (layout->prev_type);
756 if (layout->prev_type)
758 type = objc_skip_type_qualifiers (layout->prev_type);
864 layout->prev_type = layout->type;
917 *type = layout->prev_type;
/haiku-buildtools/legacy/binutils/bfd/
H A Dvms.c181 int prev_type;
197 prev_type = -1;
212 if ((prev_type == EOBJ_S_C_EGSD)
224 prev_type = PRIV (rec_type);
228 if (prev_type <= OBJ_S_C_MAXRECTYP)
234 switch (prev_type)
238 err = _bfd_vms_slurp_hdr (abfd, prev_type);
243 err = _bfd_vms_slurp_eom (abfd, prev_type);
247 err = _bfd_vms_slurp_gsd (abfd, prev_type);
251 err = _bfd_vms_slurp_tir (abfd, prev_type);
179 int prev_type; local
[all...]
/haiku-buildtools/legacy/gcc/libobjc/objc/
H A Dencoding.h83 const char *prev_type; member in struct:objc_struct_layout
/haiku-buildtools/legacy/binutils/gas/config/
H A Dtc-mmix.c3417 relax_substateT prev_type = fragP->fr_subtype; local
3434 fragP->fr_subtype = mmix_relax_table[prev_type].rlx_more;
3445 - mmix_relax_table[prev_type].rlx_length);
/haiku-buildtools/gcc/gcc/
H A Dstor-layout.c1400 tree prev_type = prev_saved ? DECL_BIT_FIELD_TYPE (prev_saved) : NULL;
1416 && simple_cst_equal (TYPE_SIZE (type), TYPE_SIZE (prev_type)))
1486 ? !simple_cst_equal (TYPE_SIZE (type), TYPE_SIZE (prev_type))
1396 tree prev_type = prev_saved ? DECL_BIT_FIELD_TYPE (prev_saved) : NULL; local
H A Dtree-vect-stmts.c7894 tree prev_type, intermediate_type; local
8032 prev_type = vectype;
8048 TYPE_UNSIGNED (prev_type));
8070 prev_type = intermediate_type;
/haiku-buildtools/binutils/gas/config/
H A Dtc-mmix.c3422 relax_substateT prev_type = fragP->fr_subtype; local
3439 fragP->fr_subtype = mmix_relax_table[prev_type].rlx_more;
3450 - mmix_relax_table[prev_type].rlx_length);
/haiku-buildtools/gcc/gcc/config/aarch64/
H A Daarch64.c10800 enum attr_type prev_type = get_attr_type (prev); local
10804 if (prev_type == TYPE_ALUS_SREG
10805 || prev_type == TYPE_ALUS_IMM
10806 || prev_type == TYPE_LOGICS_REG
10807 || prev_type == TYPE_LOGICS_IMM)
/haiku-buildtools/binutils/bfd/
H A Delf32-arm.c17087 enum stub_insn_type prev_type; local
17130 prev_type = DATA_TYPE;
17154 if (template_sequence[i].type != prev_type)
17156 prev_type = template_sequence[i].type;

Completed in 325 milliseconds