Searched refs:copy_to_scalar (Results 1 – 2 of 2) sorted by relevance
/dports/math/libpgmath/flang-d07daf3/tools/flang1/flang1exe/ |
H A D | vsub.c | 2082 copy_to_scalar(int ast, int std, int sym) in copy_to_scalar() function 2116 nlw = copy_to_scalar(lw, std, ASTLI_SPTR(astli)); in forall_bound_dependence() 2124 nup = copy_to_scalar(up, std, ASTLI_SPTR(astli)); in forall_bound_dependence() 2132 nst = copy_to_scalar(st, std, ASTLI_SPTR(astli)); in forall_bound_dependence()
|
H A D | rest.c | 713 copy_to_scalar(int ast, int std, int sym) in copy_to_scalar() function 790 nlb = copy_to_scalar(lb, std, sym); in remove_subscript_expressions() 794 nub = copy_to_scalar(ub, std, sym); in remove_subscript_expressions() 796 nst = copy_to_scalar(st, std, sym); in remove_subscript_expressions() 803 nss = copy_to_scalar(ss, std, sym); in remove_subscript_expressions()
|