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

  /src/external/gpl3/gcc/dist/gcc/
calls.cc 353 STRUCT_VALUE_SIZE is the number of bytes wanted in a structure value.
380 poly_int64 struct_value_size ATTRIBUTE_UNUSED,
441 gen_int_mode (struct_value_size, Pmode));
474 gen_int_mode (struct_value_size, Pmode));
2672 poly_int64 struct_value_size = 0;
2833 if (!poly_int_tree_p (TYPE_SIZE_UNIT (rettype), &struct_value_size))
2834 struct_value_size = -1;
3675 adjusted_args_size.constant, struct_value_size,
4146 poly_int64 struct_value_size = 0;
4218 struct_value_size = GET_MODE_SIZE (outmode)
2671 poly_int64 struct_value_size = 0; local
4144 poly_int64 struct_value_size = 0; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
calls.cc 351 STRUCT_VALUE_SIZE is the number of bytes wanted in a structure value.
378 poly_int64 struct_value_size ATTRIBUTE_UNUSED,
439 gen_int_mode (struct_value_size, Pmode));
472 gen_int_mode (struct_value_size, Pmode));
2620 poly_int64 struct_value_size = 0;
2783 if (!poly_int_tree_p (TYPE_SIZE_UNIT (rettype), &struct_value_size))
2784 struct_value_size = -1;
3615 adjusted_args_size.constant, struct_value_size,
4080 poly_int64 struct_value_size = 0;
4152 struct_value_size = GET_MODE_SIZE (outmode)
2619 poly_int64 struct_value_size = 0; local
4078 poly_int64 struct_value_size = 0; local
    [all...]

Completed in 23 milliseconds