Searched refs:src_stat (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/libgfortran/caf/ |
H A D | libcaf.h | 238 int *src_stat, int dst_type, int src_type);
|
H A D | single.c | 2806 int *src_stat, int dst_type, int src_type) in _gfortran_caf_sendget_by_ref() argument 2816 src_stat, src_type); in _gfortran_caf_sendget_by_ref() 2818 if (src_stat && *src_stat != 0) in _gfortran_caf_sendget_by_ref()
|
/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/caf/ |
H A D | libcaf.h | 238 int *src_stat, int dst_type, int src_type);
|
H A D | single.c | 2806 int *src_stat, int dst_type, int src_type) in _gfortran_caf_sendget_by_ref() argument 2816 src_stat, src_type); in _gfortran_caf_sendget_by_ref() 2818 if (src_stat && *src_stat != 0) in _gfortran_caf_sendget_by_ref()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | trans-intrinsic.c | 1928 tree may_require_tmp, src_stat, dst_stat, dst_team; in conv_caf_send() local 1943 src_stat = dst_stat = null_pointer_node; 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() 2306 src_stat = stat_se.expr; in conv_caf_send() 2321 dst_stat, src_stat, in conv_caf_send() 2335 rhs_kind, may_require_tmp, src_stat); in conv_caf_send()
|
H A D | gfortran.texi | 5071 int *src_stat, int dst_type, int src_type)} 5098 @item @var{src_stat} @tab intent(out) When non-@code{NULL} give the result of
|
H A D | gfortran.info | 6302 src_kind, bool may_require_tmp, int *dst_stat, int *src_stat, int
|
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | trans-intrinsic.cc | 1936 tree may_require_tmp, src_stat, dst_stat, dst_team; in conv_caf_send() local 1951 src_stat = dst_stat = null_pointer_node; 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() 2314 src_stat = stat_se.expr; in conv_caf_send() 2329 dst_stat, src_stat, in conv_caf_send() 2343 rhs_kind, may_require_tmp, src_stat); in conv_caf_send()
|
H A D | gfortran.texi | 4679 int *src_stat, int dst_type, int src_type)} 4706 @item @var{src_stat} @tab intent(out) When non-@code{NULL} give the result of
|
H A D | gfortran.info | 5996 src_kind, bool may_require_tmp, int *dst_stat, int *src_stat, int
|