Home
last modified time | relevance | path

Searched refs:gfc_build_string_const (Results 1 – 16 of 16) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dtrans-const.cc72 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 Dtrans-const.h47 tree gfc_build_string_const (size_t, const char *);
H A Dtrans.cc879 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 Dtrans-stmt.cc1009 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 Dtrans-intrinsic.cc1785 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 DChangeLog-2004982 * trans-const.c (gfc_build_string_const, gfc_init_constants,
1200 * trans-const.c (gfc_build_string_const,
H A DChangeLog-20182581 * trans-const.c (gfc_build_string_const): Use size_t for length
2584 * trans-const.h (gfc_build_string_const): Likewise.
H A DChangeLog-20083467 * 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 DChangeLog-20141548 * trans-const.c (gfc_build_string_const,
H A DChangeLog-20112783 * trans-const.c (gfc_build_string_const): Use size_int
H A DChangeLog-20051491 * trans-const.c (gfc_build_string_const): Use msgid convention.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dtrans-const.c72 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 Dtrans-const.h47 tree gfc_build_string_const (size_t, const char *);
H A Dtrans.c806 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 Dtrans-stmt.c975 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 Dtrans-intrinsic.c1777 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()