Home
last modified time | relevance | path

Searched refs:rhs_sptr (Results 1 – 3 of 3) sorted by relevance

/dports/math/libpgmath/flang-d07daf3/tools/flang1/flang1exe/
H A Dsemant3.c6631 int rhs_sptr = 0; in construct_association() local
6646 rhs_sptr = get_ast_sptr(rhs_ast); in construct_association()
6701 if (rhs_sptr > NOSYM) { in construct_association()
6702 ADDRTKNP(rhs_sptr, TRUE); in construct_association()
6703 PTRRHSP(rhs_sptr, TRUE); in construct_association()
6704 PTRSAFEP(rhs_sptr, FALSE); in construct_association()
6705 VOLP(lhs_sptr, VOLG(rhs_sptr)); in construct_association()
6706 DEVICEP(lhs_sptr, DEVICEG(rhs_sptr)); in construct_association()
6711 TARGETP(lhs_sptr, TARGETG(rhs_sptr) || !stmt_dtype && POINTERG(rhs_sptr)); in construct_association()
6727 if (rhs_sptr > NOSYM && CLASSG(rhs_sptr)) { in construct_association()
[all …]
H A Dsymutl.c2984 int lhs_sptr, rhs_sptr, lhsmem, rhsmem; in mk_forall_sptr_pure() local
3001 rhs_sptr = memsym_of_ast(rhs); in mk_forall_sptr_pure()
3005 assert(DTY(DTYPEG(rhs_sptr)) == TY_ARRAY, in mk_forall_sptr_pure()
3006 "mk_forall_sptr_pure: subscr sym not ARRAY", rhs_sptr, 4); in mk_forall_sptr_pure()
3030 ad = AD_DPTR(DTYPEG(rhs_sptr)); in mk_forall_sptr_pure()
H A Dsemutil.c3664 int rhs_sptr = get_ast_sptr(SST_ASTG(stktop)); in valid_assign_pointer_types() local
3665 if (rhs_sptr > NOSYM) { in valid_assign_pointer_types()
3667 proc_arginfo(rhs_sptr, NULL, &dpdsc, &iface_sptr); in valid_assign_pointer_types()
3669 iface_sptr = rhs_sptr; in valid_assign_pointer_types()