/netbsd-src/external/gpl3/gcc/dist/libgfortran/caf/ |
H A D | libcaf.h | 228 int src_kind, bool may_require_tmp, bool dst_reallocatable, int *stat, 232 int src_kind, bool may_require_tmp, bool dst_reallocatable, int *stat, 237 int dst_kind, int src_kind, bool may_require_tmp, int *dst_stat,
|
H A D | single.c | 735 bool may_require_tmp, int *stat) in _gfortran_caf_get() argument 789 if (may_require_tmp) in _gfortran_caf_get() 928 bool may_require_tmp, int *stat) in _gfortran_caf_send() argument 982 if (may_require_tmp) in _gfortran_caf_send() 1139 int dst_kind, int src_kind, bool may_require_tmp) in _gfortran_caf_sendget() argument 1148 src, dst_kind, src_kind, may_require_tmp, NULL); in _gfortran_caf_sendget() 1546 bool may_require_tmp __attribute__ ((unused)), in _gfortran_caf_get_by_ref() argument 2436 bool may_require_tmp __attribute__ ((unused)), in _gfortran_caf_send_by_ref() argument 2805 int src_kind, bool may_require_tmp, int *dst_stat, in _gfortran_caf_sendget_by_ref() argument 2815 dst_kind, src_kind, may_require_tmp, true, in _gfortran_caf_sendget_by_ref() [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/caf/ |
H A D | libcaf.h | 228 int src_kind, bool may_require_tmp, bool dst_reallocatable, int *stat, 232 int src_kind, bool may_require_tmp, bool dst_reallocatable, int *stat, 237 int dst_kind, int src_kind, bool may_require_tmp, int *dst_stat,
|
H A D | single.c | 735 bool may_require_tmp, int *stat) in _gfortran_caf_get() argument 789 if (may_require_tmp) in _gfortran_caf_get() 928 bool may_require_tmp, int *stat) in _gfortran_caf_send() argument 982 if (may_require_tmp) in _gfortran_caf_send() 1139 int dst_kind, int src_kind, bool may_require_tmp) in _gfortran_caf_sendget() argument 1148 src, dst_kind, src_kind, may_require_tmp, NULL); in _gfortran_caf_sendget() 1546 bool may_require_tmp __attribute__ ((unused)), in _gfortran_caf_get_by_ref() argument 2436 bool may_require_tmp __attribute__ ((unused)), in _gfortran_caf_send_by_ref() argument 2805 int src_kind, bool may_require_tmp, int *dst_stat, in _gfortran_caf_sendget_by_ref() argument 2815 dst_kind, src_kind, may_require_tmp, true, in _gfortran_caf_sendget_by_ref() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | gfortran.texi | 4373 gfc_descriptor_t *src, int dst_kind, int src_kind, bool may_require_tmp, 4392 @item @var{may_require_tmp} @tab intent(in) The variable is @code{false} when 4407 @var{may_require_tmp} is true, the library might additionally create a 4430 gfc_descriptor_t *dest, int src_kind, int dst_kind, bool may_require_tmp, 4449 @item @var{may_require_tmp} @tab intent(in) The variable is @code{false} when 4464 @var{may_require_tmp} is true, the library might additionally create a 4489 bool may_require_tmp, int *stat)} 4517 @item @var{may_require_tmp} @tab intent(in) The variable is @code{false} when 4532 overlapping memory. If @var{may_require_tmp} is true, the library 4554 bool may_require_tmp, bool dst_reallocatable, int *stat, int dst_type)} [all …]
|
H A D | trans-intrinsic.cc | 1665 tree may_require_tmp, bool may_realloc, in gfc_conv_intrinsic_caf_get() argument 1782 may_require_tmp = boolean_false_node; in gfc_conv_intrinsic_caf_get() 1796 may_require_tmp, in gfc_conv_intrinsic_caf_get() 1903 may_require_tmp = boolean_false_node; in gfc_conv_intrinsic_caf_get() 1915 dst_var, kind, lhs_kind, may_require_tmp, stat); in gfc_conv_intrinsic_caf_get() 1936 tree may_require_tmp, src_stat, dst_stat, dst_team; in conv_caf_send() local 1945 may_require_tmp = gfc_check_dependency (lhs_expr, rhs_expr, true) == 0 in conv_caf_send() 2150 may_require_tmp, lhs_may_realloc, in conv_caf_send() 2278 may_require_tmp, dst_realloc, src_stat, in conv_caf_send() 2286 may_require_tmp, src_stat, dst_team); in conv_caf_send() [all …]
|
H A D | ChangeLog-2014 | 874 may_require_tmp dummy argument. 876 conv_caf_send): Handle may_require_tmp argument.
|
H A D | gfortran.info | 5655 may_require_tmp, int *stat)' 5718 may_require_tmp, int *stat)' 5783 *src_vector, int dst_kind, int src_kind, bool may_require_tmp, int 5856 dst_kind, int src_kind, bool may_require_tmp, bool 5925 src_kind, bool may_require_tmp, bool dst_reallocatable, int *stat, 5996 src_kind, bool may_require_tmp, int *dst_stat, int *src_stat, int
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | gfortran.texi | 4765 gfc_descriptor_t *src, int dst_kind, int src_kind, bool may_require_tmp, 4784 @item @var{may_require_tmp} @tab intent(in) The variable is @code{false} when 4799 @var{may_require_tmp} is true, the library might additionally create a 4822 gfc_descriptor_t *dest, int src_kind, int dst_kind, bool may_require_tmp, 4841 @item @var{may_require_tmp} @tab intent(in) The variable is @code{false} when 4856 @var{may_require_tmp} is true, the library might additionally create a 4881 bool may_require_tmp, int *stat)} 4909 @item @var{may_require_tmp} @tab intent(in) The variable is @code{false} when 4924 overlapping memory. If @var{may_require_tmp} is true, the library 4946 bool may_require_tmp, bool dst_reallocatable, int *stat, int dst_type)} [all …]
|
H A D | trans-intrinsic.c | 1657 tree may_require_tmp, bool may_realloc, in gfc_conv_intrinsic_caf_get() argument 1774 may_require_tmp = boolean_false_node; in gfc_conv_intrinsic_caf_get() 1788 may_require_tmp, in gfc_conv_intrinsic_caf_get() 1895 may_require_tmp = boolean_false_node; in gfc_conv_intrinsic_caf_get() 1907 dst_var, kind, lhs_kind, may_require_tmp, stat); in gfc_conv_intrinsic_caf_get() 1928 tree may_require_tmp, src_stat, dst_stat, dst_team; in conv_caf_send() local 1937 may_require_tmp = gfc_check_dependency (lhs_expr, rhs_expr, true) == 0 in conv_caf_send() 2142 may_require_tmp, lhs_may_realloc, in conv_caf_send() 2270 may_require_tmp, dst_realloc, src_stat, in conv_caf_send() 2278 may_require_tmp, src_stat, dst_team); in conv_caf_send() [all …]
|
H A D | gfortran.info | 5961 may_require_tmp, int *stat)' 6024 may_require_tmp, int *stat)' 6089 *src_vector, int dst_kind, int src_kind, bool may_require_tmp, int 6162 dst_kind, int src_kind, bool may_require_tmp, bool 6231 src_kind, bool may_require_tmp, bool dst_reallocatable, int *stat, 6302 src_kind, bool may_require_tmp, int *dst_stat, int *src_stat, int
|
/netbsd-src/external/gpl3/gcc/dist/libgfortran/ |
H A D | ChangeLog-2014 | 225 _gfortran_caf_sendget): Handle may_require_tmp.
|