Home
last modified time | relevance | path

Searched refs:astparent (Results 1 – 2 of 2) sorted by relevance

/dports/math/libpgmath/flang-d07daf3/tools/flang1/flang1exe/
H A Dtransfrm.c3044 int astparent = A_PARENTG(ast); in build_sdsc_node() local
3046 astsdsc = mk_member(astparent, astsdsc, DTYPEG(sptr)); in build_sdsc_node()
3384 int astparent = ast; in rewrite_deallocate() local
3399 astparent = subscript_allocmem(ast, asd); in rewrite_deallocate()
3401 astparent = mk_subscr_copy(ast, asd, DTY(dtype + 1)); in rewrite_deallocate()
3413 astmem = mk_member(astparent, astmem, A_DTYPEG(astmem)); in rewrite_deallocate()
3851 contains_sptr(int astSrc, int sptrDst, int astparent) in contains_sptr() argument
3859 parentMatch = astparent; in contains_sptr()
H A Dsemutil2.c621 gen_defer_shape(int sptr, int astparent, int savedelete) in gen_defer_shape() argument
646 ast = mk_assn_stmt(check_member(astparent, lb), src, astb.bnd.dtype); in gen_defer_shape()
667 ast = mk_assn_stmt(check_member(astparent, ub), sem.bounds[i].upast, in gen_defer_shape()
686 mk_extent_expr(check_member(astparent, lb), sem.bounds[i].upast); in gen_defer_shape()
690 ast = mk_assn_stmt(check_member(astparent, ext), in gen_defer_shape()
691 check_member(astparent, extent), astb.bnd.dtype); in gen_defer_shape()
717 mk_triple(check_member(astparent, lb), check_member(astparent, ub), 0); in gen_defer_shape()
719 ast = check_member(astparent, mk_id(sptr)); in gen_defer_shape()