Home
last modified time | relevance | path

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

/dports/devel/csmith/csmith-2.3.0/src/
H A Dutil.cpp50 static int gensym_count = 0; variable
55 gensym_count = 0; in reset_gensym()
66 ss << ++gensym_count; in gensym()
78 ss << ++gensym_count; in gensym()
/dports/lang/sagittarius-scheme/sagittarius-0.9.8/src/
H A Dsymbol.c121 static intptr_t gensym_count = 0; in Sg_Gensym() local
124 nc = snprintf(numbuf, sizeof(numbuf), "%"PRIdPTR, gensym_count++); in Sg_Gensym()
/dports/lang/gauche/Gauche-0.9.10/src/
H A Dsymbol.c163 static intptr_t gensym_count = 0; in Scm_Gensym() local
166 int nc = snprintf(numbuf, 49, "%"PRIdPTR, gensym_count++); in Scm_Gensym()
/dports/lang/clisp/clisp-df3b9f6fdcff22832898e89a989eb499c0f842ed/utils/
H A Dccmp2c.c822 static int gensym_count = 0; variable
926 gensym_count++; in emit_expansion()
928 gensym_count); in emit_expansion()
/dports/net/p5-Net-SSH2/Net-SSH2-0.72/
H A DSSH2.xs243 static unsigned long gensym_count = 0; variable
275 SV* name_sv = sv_2mortal(newSVpvf("_GEN_%ld", (long)gensym_count++)); in wrap_tied_into()
/dports/devel/bison/bison-3.7.6/
H A DChangeLog-201224684 * src/reader.c (gensym): `gensym_count' is your own.