Home
last modified time | relevance | path

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

/dports/math/libpgmath/flang-d07daf3/tools/flang2/flang2exe/
H A Dsemant.h37 #define S_STFUNC 9 macro
/dports/math/libpgmath/flang-d07daf3/tools/flang1/flang1exe/
H A Dparser.c947 case S_STFUNC: in dumpsst()
H A Dsemutil.c1002 case S_STFUNC: /* delayed var ref */ in mkexpr1()
3314 if (SST_IDG(stktop) == S_STFUNC) in assign()
4916 if (SST_IDG(rop) == S_STFUNC) in unop()
4965 if (SST_IDG(lop) == S_STFUNC) in binop()
4967 if (SST_IDG(rop) == S_STFUNC) in binop()
H A Dsemant.h33 #define S_STFUNC 9 /* statement function reference */ macro
H A Dsemgnr.c1287 case S_STFUNC: in get_type_rank()
H A Dsemant2.c1204 SST_IDP(LHS, S_STFUNC); in semant2()
H A Dsemfunc2.c578 case S_STFUNC: /* delayed var ref */ in mkarg()
H A Dsemant3.c408 if (SST_IDG(RHS(2)) == S_STFUNC) { in semant3()