Home
last modified time | relevance | path

Searched refs:ty_to_lib (Results 1 – 9 of 9) sorted by relevance

/dports/math/libpgmath/flang-d07daf3/tools/flang2/flang2exe/
H A Dfenddf.cpp142 int ty_to_lib[] = { variable
/dports/math/libpgmath/flang-d07daf3/tools/flang1/flang1exe/
H A Ddtypeutl.h23 extern int ty_to_lib[];
H A Dsemantio.c1273 ast1 = mk_cval((INT)ty_to_lib[TY_CHAR], DT_INT); in semantio()
1289 ast1 = mk_cval((INT)ty_to_lib[TY_NCHAR], DT_INT); in semantio()
2404 (void)add_io_arg(mk_cval((INT)ty_to_lib[TY_CHAR], DT_INT)); in semantio()
2419 ast1 = mk_cval((INT)ty_to_lib[DTYG(A_DTYPEG(ast))], DT_INT); in semantio()
2772 (void)add_io_arg(mk_cval((INT)ty_to_lib[TY_CHAR], DT_INT)); in semantio()
2787 ast1 = mk_cval((INT)ty_to_lib[DTYG(A_DTYPEG(ast))], DT_INT); in semantio()
H A Dlowerexp.c3458 lower_getintcon(ty_to_lib[DTYG(A_NDTYPEG(ARGT_ARG(args, 0)))])); in lower_intrinsic()
3588 ilm2 = plower("oS", "ICON", lower_getintcon(ty_to_lib[TY_INT])); in lower_intrinsic()
4479 ilm2 = plower("oS", "ICON", lower_getintcon(ty_to_lib[DTYG(argdtype)])); in lower_intrinsic()
H A Dastout.c1788 put_int((INT)ty_to_lib[i]); /* run-time 'kind' of object */ in print_ast()
3604 ty_val = ty_to_lib[t]; in gen_allocate()
H A Ddtypeutl.c3437 int ty_to_lib[] = { variable
3526 return ty_to_lib[DTY(dtype)]; in dtype_to_arg()
H A Dast.c7100 (void)add_arg(mk_cval((INT)ty_to_lib[DTYG(A_TYPEG(opnd))], DT_INT)); in ast_intr()
7106 (void)add_arg(mk_cval((INT)ty_to_lib[DTYG(A_TYPEG(opnd))], DT_INT)); in ast_intr()
7112 (void)add_arg(mk_cval((INT)ty_to_lib[DTYG(A_TYPEG(opnd))], DT_INT)); in ast_intr()
H A Dcomm.c1538 mk_isz_cval(ty_to_lib[DTYG(DTYPEG(dest_sptr))], astb.bnd.dtype); in transform_ptr()
H A Dsemant3.c4292 val = mk_cval1(ty_to_lib[TY_CHAR], DT_INT); in semant3()