Home
last modified time | relevance | path

Searched refs:size_of_string_in_bytes (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dtrans.h525 tree size_of_string_in_bytes (int, tree);
H A Dtrans-intrinsic.c7971 size_of_string_in_bytes (int kind, tree string_length) in size_of_string_in_bytes() function
8053 byte_size = size_of_string_in_bytes (arg->ts.kind, argse.string_length); in gfc_conv_intrinsic_sizeof()
8190 tmp = size_of_string_in_bytes (arg->ts.kind, argse.string_length); in gfc_conv_intrinsic_storage_size()
8340 tmp = size_of_string_in_bytes (arg->expr->ts.kind, in gfc_conv_intrinsic_transfer()
8398 tmp = size_of_string_in_bytes (arg->expr->ts.kind, in gfc_conv_intrinsic_transfer()
8467 tmp = size_of_string_in_bytes (arg->expr->ts.kind, argse.string_length); in gfc_conv_intrinsic_transfer()
H A Dtrans-array.c9604 size = size_of_string_in_bytes (c->ts.kind, len); in structure_alloc_comps()
9702 tmp = size_of_string_in_bytes (c->ts.kind, tmp); in structure_alloc_comps()
H A Dtrans-expr.c8439 size = size_of_string_in_bytes (cm->ts.kind, se.string_length in gfc_trans_subcomponent_assign()
8534 size = size_of_string_in_bytes (cm->ts.kind, se.string_length); in gfc_trans_subcomponent_assign()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dtrans.h527 tree size_of_string_in_bytes (int, tree);
H A Dtrans-intrinsic.cc8053 size_of_string_in_bytes (int kind, tree string_length) in size_of_string_in_bytes() function
8137 byte_size = size_of_string_in_bytes (arg->ts.kind, argse.string_length); in gfc_conv_intrinsic_sizeof()
8274 tmp = size_of_string_in_bytes (arg->ts.kind, argse.string_length); in gfc_conv_intrinsic_storage_size()
8424 tmp = size_of_string_in_bytes (arg->expr->ts.kind, in gfc_conv_intrinsic_transfer()
8482 tmp = size_of_string_in_bytes (arg->expr->ts.kind, in gfc_conv_intrinsic_transfer()
8551 tmp = size_of_string_in_bytes (arg->expr->ts.kind, argse.string_length); in gfc_conv_intrinsic_transfer()
H A DChangeLog-20142368 * trans-intrinsic (size_of_string_in_bytes): Make non-static.
2372 * trans.h (size_of_string_in_bytes,gfc_deferred_strlen): New prototypes.
H A DChangeLog-20082362 (size_of_string_in_bytes): New function.
2363 (gfc_conv_intrinsic_size): Call size_of_string_in_bytes for
H A Dtrans-array.cc9796 size = size_of_string_in_bytes (c->ts.kind, len); in structure_alloc_comps()
9903 tmp = size_of_string_in_bytes (c->ts.kind, tmp); in structure_alloc_comps()
H A Dtrans-expr.cc8982 size = size_of_string_in_bytes (cm->ts.kind, se.string_length in gfc_trans_subcomponent_assign()
9077 size = size_of_string_in_bytes (cm->ts.kind, se.string_length); in gfc_trans_subcomponent_assign()
H A DChangeLog-20101623 size_of_string_in_bytes, gfc_conv_intrinsic_sizeof,