Home
last modified time | relevance | path

Searched refs:OP_LOC (Results 1 – 14 of 14) sorted by relevance

/dports/math/libpgmath/flang-d07daf3/tools/flang1/utils/ast/
H A Dast.in.h80 #define OP_LOC 26 macro
/dports/math/libpgmath/flang-d07daf3/tools/flang1/flang1exe/
H A Dfunc.c1446 ptr_ast = mk_unop(OP_LOC, A_PARENTG(past), DT_PTR); in check_pointer_type()
1475 ptr_ast = mk_unop(OP_LOC, A_PARENTG(tast), DT_PTR); in check_pointer_type()
1505 ptr_ast = mk_unop(OP_LOC, A_PARENTG(tast), DT_PTR); in check_pointer_type()
1577 *pvar = mk_unop(OP_LOC, mk_id(*sptr), DT_PTR); in move_alloc_arg()
3465 A_OPTYPEG(arg) == OP_LOC || A_OPTYPEG(arg) == OP_REF) { in rewrite_sub_args()
5039 cptr = mk_unop(OP_LOC, cptr, DT_PTR); in transform_c_f_pointer()
H A Drest.c1403 if (A_OPTYPEG(ele) == OP_VAL || A_OPTYPEG(ele) == OP_LOC || in transform_call()
3009 ast = mk_assn_stmt(mk_id(tmpptr), mk_unop(OP_LOC, astb.ptr0, DT_PTR), in copy_arg_to_seq_tmp()
3110 ast = mk_assn_stmt(mk_id(tmpptr), mk_unop(OP_LOC, astb.ptr0, DT_PTR), in copy_arg_to_seq_tmp()
H A Dastout.c232 case OP_LOC: in precedence()
517 case OP_LOC: in print_ast()
H A Ddtypeutl.c2157 case OP_LOC: in priority()
2295 case OP_LOC: in getop()
H A Dsemant2.c218 SST_ASTP(LHS, mk_unop(OP_LOC, SST_ASTG(RHS(3)), DT_PTR)); in semant2()
H A Doutconv.c2244 ast2 = mk_unop(OP_LOC, ast2, dtype); in inline_RTE_set_type()
2397 mk_unop(OP_LOC, tgtx, DT_PTR)); in _ptrassign()
H A Dlowerilm.c3717 if (A_TYPEG(src) == A_UNOP && A_OPTYPEG(src) == OP_LOC) { in lower_stmt()
6564 src = mk_unop(OP_LOC, src, DT_PTR); in lower_data_stmts()
H A Dsemfin.c2523 from = mk_unop(OP_LOC, from, DT_PTR); in nml_emit_desc()
H A Dlowerexp.c5330 case OP_LOC: { in lower_ast()
H A Ddpm_out.c4885 return mk_unop(OP_LOC, arg_ast, DT_PTR); in gen_RTE_loc()
H A Dsemantio.c2810 SST_UNITP(RHS(2), mk_unop(OP_LOC, SST_UNITG(RHS(2)), DT_PTR)); in semantio()
H A Dsemant3.c543 mk_unop(OP_LOC, ARGT_ARG(A_ARGSG(rhs_ast), 0), DT_PTR)); in semant3()
H A Dast.c1301 case OP_LOC: in mk_unop()