Home | History | Annotate | Download | only in re2c

Lines Matching defs:Go

50 typedef struct Go {
53 } Go;
64 Go go;
68 void Go_genGoto(Go*, FILE *, State*, State*, int*);
69 void Go_genBase(Go*, FILE *, State*, State*, int*);
70 void Go_genLinear(Go*, FILE *, State*, State*, int*);
71 void Go_genBinary(Go*, FILE *, State*, State*, int*);
72 void Go_genSwitch(Go*, FILE *, State*, State*, int*);
73 void Go_compact(Go*);
74 void Go_unmap(Go*, Go*, State*);