/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | trans-const.cc | 72 gfc_build_string_const (size_t length, const char *s) in gfc_build_string_const() function 124 return gfc_build_string_const (strlen (string) + 1, string); in gfc_build_cstring_const() 131 return gfc_build_string_const (strlen (localized) + 1, localized); in gfc_build_localized_cstring_const() 313 gfc_build_string_const (expr->representation.length, in gfc_conv_constant_to_tree() 322 gfc_build_string_const (expr->representation.length, in gfc_conv_constant_to_tree() 332 gfc_build_string_const (expr->representation.length, in gfc_conv_constant_to_tree() 348 gfc_build_string_const (expr->representation.length, in gfc_conv_constant_to_tree() 368 return gfc_build_string_const (expr->representation.length, in gfc_conv_constant_to_tree()
|
H A D | trans-const.h | 47 tree gfc_build_string_const (size_t, const char *);
|
H A D | trans.cc | 879 tmp = gfc_build_string_const (strlen ("memory")+1, "memory"), in gfc_allocate_using_caf_lib() 881 gfc_build_string_const (1, ""), NULL_TREE, NULL_TREE, in gfc_allocate_using_caf_lib() 1572 tmp = gfc_build_string_const (strlen ("memory")+1, "memory"), in gfc_deallocate_with_status() 1574 gfc_build_string_const (1, ""), NULL_TREE, NULL_TREE, in gfc_deallocate_with_status() 1733 tmp = gfc_build_string_const (strlen ("memory")+1, "memory"); in gfc_deallocate_scalar_with_status() 1735 gfc_build_string_const (1, ""), NULL_TREE, NULL_TREE, in gfc_deallocate_scalar_with_status()
|
H A D | trans-stmt.cc | 1009 tmp = gfc_build_string_const (strlen ("memory")+1, "memory"), in gfc_trans_lock_unlock() 1011 gfc_build_string_const (1, ""), NULL_TREE, NULL_TREE, in gfc_trans_lock_unlock() 1197 tmp = gfc_build_string_const (strlen ("memory")+1, "memory"), in gfc_trans_event_post_wait() 1199 gfc_build_string_const (1, ""), NULL_TREE, NULL_TREE, in gfc_trans_event_post_wait() 1295 tmp = gfc_build_string_const (strlen ("memory")+1, "memory"), in gfc_trans_sync() 1297 gfc_build_string_const (1, ""), NULL_TREE, NULL_TREE, in gfc_trans_sync() 1626 tmp = gfc_build_string_const (strlen ("memory")+1, "memory"), in gfc_trans_critical() 1628 gfc_build_string_const (1, ""), in gfc_trans_critical() 1650 tmp = gfc_build_string_const (strlen ("memory")+1, "memory"), in gfc_trans_critical() 1652 gfc_build_string_const (1, ""), in gfc_trans_critical()
|
H A D | trans-intrinsic.cc | 1785 tmp = gfc_build_string_const (strlen ("memory") + 1, "memory"); in gfc_conv_intrinsic_caf_get() 1787 gfc_build_string_const (1, ""), NULL_TREE, in gfc_conv_intrinsic_caf_get() 1906 tmp = gfc_build_string_const (strlen ("memory") + 1, "memory"); in gfc_conv_intrinsic_caf_get() 1908 gfc_build_string_const (1, ""), NULL_TREE, NULL_TREE, in gfc_conv_intrinsic_caf_get() 2293 tmp = gfc_build_string_const (strlen ("memory") + 1, "memory"); in conv_caf_send() 2295 gfc_build_string_const (1, ""), NULL_TREE, NULL_TREE, in conv_caf_send() 2351 tmp = gfc_build_string_const (strlen ("memory") + 1, "memory"); in conv_caf_send() 2353 gfc_build_string_const (1, ""), NULL_TREE, NULL_TREE, in conv_caf_send()
|
H A D | ChangeLog-2004 | 982 * trans-const.c (gfc_build_string_const, gfc_init_constants, 1200 * trans-const.c (gfc_build_string_const,
|
H A D | ChangeLog-2018 | 2581 * trans-const.c (gfc_build_string_const): Use size_t for length 2584 * trans-const.h (gfc_build_string_const): Likewise.
|
H A D | ChangeLog-2008 | 3467 * trans-const.c (gfc_build_string_const): Don't call gettext. 3471 gfc_build_localized_string_const instead of gfc_build_string_const.
|
H A D | ChangeLog-2014 | 1548 * trans-const.c (gfc_build_string_const,
|
H A D | ChangeLog-2011 | 2783 * trans-const.c (gfc_build_string_const): Use size_int
|
H A D | ChangeLog-2005 | 1491 * trans-const.c (gfc_build_string_const): Use msgid convention.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | trans-const.c | 72 gfc_build_string_const (size_t length, const char *s) in gfc_build_string_const() function 124 return gfc_build_string_const (strlen (string) + 1, string); in gfc_build_cstring_const() 131 return gfc_build_string_const (strlen (localized) + 1, localized); in gfc_build_localized_cstring_const() 313 gfc_build_string_const (expr->representation.length, in gfc_conv_constant_to_tree() 322 gfc_build_string_const (expr->representation.length, in gfc_conv_constant_to_tree() 332 gfc_build_string_const (expr->representation.length, in gfc_conv_constant_to_tree() 348 gfc_build_string_const (expr->representation.length, in gfc_conv_constant_to_tree() 368 return gfc_build_string_const (expr->representation.length, in gfc_conv_constant_to_tree()
|
H A D | trans-const.h | 47 tree gfc_build_string_const (size_t, const char *);
|
H A D | trans.c | 806 tmp = gfc_build_string_const (strlen ("memory")+1, "memory"), in gfc_allocate_using_caf_lib() 808 gfc_build_string_const (1, ""), NULL_TREE, NULL_TREE, in gfc_allocate_using_caf_lib() 1499 tmp = gfc_build_string_const (strlen ("memory")+1, "memory"), in gfc_deallocate_with_status() 1501 gfc_build_string_const (1, ""), NULL_TREE, NULL_TREE, in gfc_deallocate_with_status() 1660 tmp = gfc_build_string_const (strlen ("memory")+1, "memory"); in gfc_deallocate_scalar_with_status() 1662 gfc_build_string_const (1, ""), NULL_TREE, NULL_TREE, in gfc_deallocate_scalar_with_status()
|
H A D | trans-stmt.c | 975 tmp = gfc_build_string_const (strlen ("memory")+1, "memory"), in gfc_trans_lock_unlock() 977 gfc_build_string_const (1, ""), NULL_TREE, NULL_TREE, in gfc_trans_lock_unlock() 1163 tmp = gfc_build_string_const (strlen ("memory")+1, "memory"), in gfc_trans_event_post_wait() 1165 gfc_build_string_const (1, ""), NULL_TREE, NULL_TREE, in gfc_trans_event_post_wait() 1259 tmp = gfc_build_string_const (strlen ("memory")+1, "memory"), in gfc_trans_sync() 1261 gfc_build_string_const (1, ""), NULL_TREE, NULL_TREE, in gfc_trans_sync() 1590 tmp = gfc_build_string_const (strlen ("memory")+1, "memory"), in gfc_trans_critical() 1592 gfc_build_string_const (1, ""), in gfc_trans_critical() 1614 tmp = gfc_build_string_const (strlen ("memory")+1, "memory"), in gfc_trans_critical() 1616 gfc_build_string_const (1, ""), in gfc_trans_critical()
|
H A D | trans-intrinsic.c | 1777 tmp = gfc_build_string_const (strlen ("memory") + 1, "memory"); in gfc_conv_intrinsic_caf_get() 1779 gfc_build_string_const (1, ""), NULL_TREE, in gfc_conv_intrinsic_caf_get() 1898 tmp = gfc_build_string_const (strlen ("memory") + 1, "memory"); in gfc_conv_intrinsic_caf_get() 1900 gfc_build_string_const (1, ""), NULL_TREE, NULL_TREE, in gfc_conv_intrinsic_caf_get() 2285 tmp = gfc_build_string_const (strlen ("memory") + 1, "memory"); in conv_caf_send() 2287 gfc_build_string_const (1, ""), NULL_TREE, NULL_TREE, in conv_caf_send() 2343 tmp = gfc_build_string_const (strlen ("memory") + 1, "memory"); in conv_caf_send() 2345 gfc_build_string_const (1, ""), NULL_TREE, NULL_TREE, in conv_caf_send()
|