Home
last modified time | relevance | path

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

/dports/math/libpgmath/flang-d07daf3/tools/flang1/flang1exe/
H A Dsemfunc2.c87 static SFUSE *end_sfuse = NULL; /**< End of list -- always add here */ variable
196 end_sfuse = l_sfuse = NULL; in define_stfunc()
329 if (end_sfuse == NULL) in ref_stfunc()
330 end_sfuse = l_sfuse = sfuse; in ref_stfunc()
332 end_sfuse->next = sfuse; in ref_stfunc()
333 end_sfuse = sfuse; in ref_stfunc()