Home
last modified time | relevance | path

Searched refs:SFUSE (Results 1 – 2 of 2) sorted by relevance

/dports/math/libpgmath/flang-d07daf3/tools/flang2/flang2exe/
H A Dsemant.h469 } SFUSE; typedef
482 SFUSE *uses; /* ptr to list of ITEM records locating the
491 SFUSE *links; /* ptr to list of links to be relocated */
495 SFUSE *new_temps; /* ptr to list of ILMs using temps which were created
/dports/math/libpgmath/flang-d07daf3/tools/flang1/flang1exe/
H A Dsemfunc2.c70 } SFUSE; typedef
77 SFUSE *l_use; /**< list of statement functions used in rhs */
86 static SFUSE *l_sfuse = NULL;
87 static SFUSE *end_sfuse = NULL; /**< End of list -- always add here */
89 static void asn_sfuse(SFUSE *);
121 SFUSE *sfuse; in define_stfunc()
258 SFUSE *sfuse; in dump_stfunc()
295 SFUSE *sfuse; in ref_stfunc()
312 sfuse = (SFUSE *)getitem(8, sizeof(SFUSE)); in ref_stfunc()
479 asn_sfuse(SFUSE *l_use) in asn_sfuse()
[all …]