Home
last modified time | relevance | path

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

/dports/math/libpgmath/flang-d07daf3/tools/flang1/flang1exe/
H A Dsemantio.c690 PT_CHECK(PT_STATUS, astb.ptr0c); in semantio()
712 PT_CHECK(PT_ACCESS, astb.ptr0c); in semantio()
713 PT_CHECK(PT_ACTION, astb.ptr0c); in semantio()
714 PT_CHECK(PT_BLANK, astb.ptr0c); in semantio()
715 PT_CHECK(PT_DELIM, astb.ptr0c); in semantio()
716 PT_CHECK(PT_FORM, astb.ptr0c); in semantio()
718 PT_CHECK(PT_PAD, astb.ptr0c); in semantio()
721 PT_CHECK(PT_STATUS, astb.ptr0c); in semantio()
722 PT_CHECK(PT_FILE, astb.ptr0c); in semantio()
826 PTV(PT_FILE) = astb.ptr0c; in semantio()
[all …]
H A Dlower.h185 int license, localmode, ptr0, ptr0c; member
H A Dlowersym.c1259 lowersym.ptr0 = lowersym.ptr0c = 0; in lower_init_sym()
3309 lowersym.ptr0c = lowersym.ptr0; in lower_add_pghpf_commons()
3324 lowersym.ptr0c = sym1; in lower_add_pghpf_commons()
3327 lowersym.ptr0c = bsym1; in lower_add_pghpf_commons()
5167 if (whichmem == &lowersym.ptr0c) in lowersym_pghpf_cmem()
H A Dlowerexp.c1732 if (ast == astb.ptr0 || ast == astb.ptr1 || ast == astb.ptr0c) in lower_parenthesize_expression()
5334 } else if (A_LOPG(ast) == astb.ptr0c) { in lower_ast()
5346 } else if (ast == astb.ptr0c) { in lower_ast()
5500 ilm = lowersym_pghpf_cmem(&lowersym.ptr0c); in lower_nullc_arg()
H A Dsemant3.c1667 SST_ASTP(LHS, astb.ptr0c); /* null pointer */ in semant3()
1670 ast2 = astb.ptr0c; in semant3()
1713 ast2 = astb.ptr0c; in semant3()
1730 SST_ASTP(LHS, astb.ptr0c); /* null pointer */ in semant3()
1761 ast2 = astb.ptr0c; in semant3()
H A Ddpm_out.c3264 src = gen_RTE_loc(astb.ptr0c); in emit_kopy_in()
3562 src = gen_RTE_loc(astb.ptr0c); in emit_scalar_kopy_in()
4673 if (actual && actual != astb.ptr0 && actual != astb.ptr0c) { in set_actual()
H A Dsemfin.c2907 if (ast == astb.ptr0c) in _available_size()
3018 if (ast == astb.ptr0c) in _available()
H A Dastout.c531 if (ast == astb.ptr0c) { in print_ast()
3075 if (param && OPTARGG(param) && (arg == astb.ptr0 || arg == astb.ptr0c)) { in put_call()
H A Dfunc.c2828 ARGT_ARG(newargt, i) = arg != 0 ? arg : i == 0 ? astb.ptr0c : astb.ptr0; in rewrite_func_ast()
2840 ARGT_ARG(newargt, i) = arg != 0 ? arg : i == 1 ? astb.ptr0c : astb.ptr0; in rewrite_func_ast()
4613 arr = astb.ptr0c; in transform_associated()
7235 ARGT_ARG(newargt, 3) = astb.ptr0c; in reshape()
H A Drest.c1408 ele = astb.ptr0c; in transform_call()
1412 if (ele == astb.ptr0 || ele == astb.ptr0c) in transform_call()
H A Ddump.c803 putbit("ptr0c", astx == astb.ptr0c); in dast()
H A Dast.c189 MKU(astb.ptr0c, 3, DT_CHAR); in ast_init()
6106 else if (i == astb.ptr0c) in _dump_one_ast()
H A Dsemfunc.c11303 ARG_AST(i) = astb.ptr0c; in ref_pd_subr()
/dports/math/libpgmath/flang-d07daf3/tools/flang1/utils/ast/
H A Dast.in.h303 int ptr0c; /* 'predefined' ast for non-present character I/O spec*/ member