Home | History | Annotate | Download | only in preprocessor

Lines Matching refs:yystypepp

56 static int CPPif(yystypepp * yylvalpp);
151 static int CPPdefine(yystypepp * yylvalpp)
239 static int CPPundef(yystypepp * yylvalpp)
266 static int CPPelse(int matchelse, yystypepp * yylvalpp)
396 static int eval(int token, int prec, int *res, int *err, yystypepp * yylvalpp)
469 static int CPPif(yystypepp * yylvalpp) {
498 static int CPPifdef(int defined, yystypepp * yylvalpp)
529 static int CPPline(yystypepp * yylvalpp)
563 static int CPPerror(yystypepp * yylvalpp) {
591 static int CPPpragma(yystypepp * yylvalpp)
660 static int CPPversion(yystypepp * yylvalpp)
694 static int CPPextension(yystypepp * yylvalpp)
737 int readCPPline(yystypepp * yylvalpp)
838 yystypepp val = {0};
850 static int eof_scan(InputSrc *in, yystypepp * yylvalpp) { return -1; }
851 static void noop(InputSrc *in, int ch, yystypepp * yylvalpp) { }
871 static TokenStream *PrescanMacroArg(TokenStream *a, yystypepp * yylvalpp) {
903 static int macro_scan(MacroInputSrc *in, yystypepp * yylvalpp) {
932 int MacroExpand(int atom, yystypepp * yylvalpp)