Home
last modified time | relevance | path

Searched refs:mk_promote_scalar (Results 1 – 4 of 4) sorted by relevance

/dports/math/libpgmath/flang-d07daf3/tools/flang1/utils/ast/
H A Dast.in.h364 int mk_promote_scalar (int, DTYPE, int);
/dports/math/libpgmath/flang-d07daf3/tools/flang1/flang1exe/
H A Dsemutil.c873 ast = mk_promote_scalar((int)SST_ASTG(old), newtyp, (int)SST_SHAPEG(new)); in cngshape()
916 ast = mk_promote_scalar((int)SST_ASTG(old), newtyp, (int)SST_SHAPEG(new)); in chkshape()
H A Dfunc.c1097 return mk_promote_scalar(l, d, A_SHAPEG(expr)); in convert_subscript_in_expr()
3658 r = mk_promote_scalar(l, dtype, A_SHAPEG(ast)); in rewrite_sub_ast()
H A Dast.c1732 mk_promote_scalar(int lop, DTYPE dtype, int shd) in mk_promote_scalar() function