Home | History | Annotate | Download | only in compiler

Lines Matching refs:yyterminate

1455 /* No semi-colon after return; correct usage is to write "yyterminate();" -
1459 #ifndef yyterminate
1460 #define yyterminate() return YY_NULL
2343 { context->AfterEOF = true; yyterminate(); }