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

/haiku-buildtools/legacy/gcc/gcc/java/
H A Dclass.c1001 HOST_WIDE_INT field_count; local
1048 field_count = static_field_count + instance_field_count;
1049 if (field_count > 0)
1054 field_array_type = build_prim_array_type (field_type_node, field_count);
1179 PUSH_FIELD_VALUE (cons, "field_count", build_int_2 (field_count, 0));
/haiku-buildtools/gcc/gcc/java/
H A Dclass.c1786 HOST_WIDE_INT field_count; local
1869 field_count = static_field_count + instance_field_count;
1870 field_indexes.create (field_count);
1935 if (field_count > 0)
1938 field_array_type = build_prim_array_type (field_type_node, field_count);
2138 PUSH_FIELD_VALUE (v2, "field_count",
2139 build_int_cst (NULL_TREE, field_count));
/haiku-buildtools/legacy/binutils/binutils/
H A Dieee.c2533 unsigned int field_count, field_alloc; local
2575 field_count = 0;
2871 if (field_count + 1 >= field_alloc)
2878 fields[field_count] = field;
2879 ++field_count;
2880 fields[field_count] = DEBUG_FIELD_NULL;
/haiku-buildtools/binutils/binutils/
H A Dieee.c2543 unsigned int field_count, field_alloc; local
2585 field_count = 0;
2881 if (field_count + 1 >= field_alloc)
2888 fields[field_count] = field;
2889 ++field_count;
2890 fields[field_count] = DEBUG_FIELD_NULL;
/haiku-buildtools/legacy/gcc/gcc/
H A Dsys-protos.h345 extern int field_count(FORM *);
/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Dtypes.h2196 field_count() const function in class:Struct_type
H A Dexpressions.cc6435 && field_indexes->field_index < stype->field_count());
11867 if (this->vals_->size() > st->field_count())
13025 size_t field_count = st->field_count(); local
13026 std::vector<Expression*> vals(field_count);
13220 list->reserve(field_count);
13221 for (size_t i = 0; i < field_count; ++i)
H A Dtypes.cc9686 && field_indexes->field_index < stype->field_count());
/haiku-buildtools/gcc/gcc/config/rs6000/
H A Drs6000.c9197 int field_count = rs6000_aggregate_candidate (type, &field_mode);
9199 if (field_count > 0)
9206 if (field_count * n_regs <= AGGR_ARG_NUM_REG)
9211 *n_elts = field_count;
9181 int field_count = rs6000_aggregate_candidate (type, &field_mode); local
[all...]

Completed in 533 milliseconds