Home
last modified time | relevance | path

Searched refs:function_unit_op (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dgenattrtab.c210 struct function_unit_op struct
213 struct function_unit_op *next; /* Next operation for this function unit. */ argument
235 struct function_unit_op *ops; /* Pointer to first operation type. */ argument
1871 struct function_unit_op *op, **op_array, ***unit_ops; in expand_units()
1971 unit_ops = (struct function_unit_op ***) in expand_units()
1972 xmalloc ((num_units + 1) * sizeof (struct function_unit_op **)); in expand_units()
1985 unit_ops[unit->num] = op_array = (struct function_unit_op **) in expand_units()
1986 xmalloc (unit->num_opclasses * sizeof (struct function_unit_op *)); in expand_units()
1993 unit_ops[num_units] = op_array = (struct function_unit_op **) in expand_units()
1995 * sizeof (struct function_unit_op *)); in expand_units()
[all …]
H A DChangeLog.413001 (struct function_unit_op): Likewise.