Home
last modified time | relevance | path

Searched refs:cngtyp (Results 1 – 8 of 8) sorted by relevance

/dports/math/libpgmath/flang-d07daf3/tools/flang1/flang1exe/
H A Dsemutil.c216 cngtyp(stkptr, DT_INT); in chktyp()
219 cngtyp(stkptr, dtype); in chktyp()
224 cngtyp(stkptr, dtype); in chktyp()
355 cngtyp(old, DT_INT8); in casttyp()
358 cngtyp(old, DT_INT); in casttyp()
465 cngtyp(old, DT_LOG); in cngtyp2()
470 cngtyp(old, DT_INT); in cngtyp2()
548 cngtyp(old, DT_INT); in cngtyp2()
579 cngtyp(old, DT_INT); in cngtyp2()
610 cngtyp(old, DT_INT); in cngtyp2()
[all …]
H A Dsemant2.c1758 cngtyp(e1, DT_INT); in semant2()
1764 cngtyp(e1, DT_INT); in semant2()
2594 cngtyp(RHS(2), DT_LOG); in log_negation()
2872 cngtyp(rp, dtype); in form_cmplx_const()
2874 cngtyp(ip, dtype); in form_cmplx_const()
H A Dsemfunc.c522 cngtyp(e1, DT_INT); in byvalue_ref_arg()
556 cngtyp(e1, DT_INT); in byvalue_ref_arg()
4263 cngtyp(sp, DT_INT); in ref_intrin()
4576 cngtyp(sp, dtype); in ref_intrin()
4590 cngtyp(sp, DT_LOG); in ref_intrin()
4602 cngtyp(sp, argtyp); in ref_intrin()
8786 cngtyp(stkp, DT_INT); in ref_pd()
8838 cngtyp(stkp, dtyper); in ref_pd()
8887 cngtyp(stkp, DT_INT); in ref_pd()
8995 cngtyp(stkp, dtype1); in ref_pd()
[all …]
H A Dsemstk.h269 void cngtyp(SST *, DTYPE);
H A Dsemant3.c431 cngtyp(RHS(5), dtype); in semant3()
913 cngtyp(RHS(1), DT_INT); in semant3()
929 cngtyp(RHS(1), DT_INT); in semant3()
H A Dsemfunc2.c2415 (void)cngtyp(ARG_STK(i), DTYPEG(arg)); in chk_arguments()
H A Dsemutil2.c1822 cngtyp(stkp, acs.eltype); in compute_size_expr()
1851 cngtyp(stkp, acs.eltype); in compute_size_expr()
/dports/math/libpgmath/flang-d07daf3/tools/flang2/flang2exe/
H A Dsemant.h784 void cngtyp();