Home
last modified time | relevance | path

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

/external/webkit/JavaScriptCore/parser/
DLexer.h50 int lex(void* lvalp, void* llocp);
140 inline int jscyylex(void* lvalp, void* llocp, void* globalData) in jscyylex() argument
142 return static_cast<JSGlobalData*>(globalData)->lexer->lex(lvalp, llocp); in jscyylex()
DLexer.cpp277 YYLTYPE* llocp = static_cast<YYLTYPE*>(p2); in lex() local
891 llocp->first_line = lineNumber; in lex()
892 llocp->last_line = lineNumber; in lex()
893 llocp->first_column = startOffset; in lex()
894 llocp->last_column = currentOffset(); in lex()
/external/bison/tests/
Dtestsuite8048 yylex (YYSTYPE *lvalp, YYLTYPE *llocp)
8054 (*llocp).begin.line = (*llocp).begin.column = 10 * c;
8055 (*llocp).end.line = (*llocp).end.column = (*llocp).begin.line + 9;
8062 printf (" (%d@%d-%d)\n", c, RANGE ((*llocp)));
8532 yylex (YYSTYPE *lvalp, YYLTYPE *llocp)
8538 (*llocp).begin.line = (*llocp).begin.column = 10 * c;
8539 (*llocp).end.line = (*llocp).end.column = (*llocp).begin.line + 9;
8546 printf (" (%d@%d-%d)\n", c, RANGE ((*llocp)));
19575 (*llocp) = last_yylloc;
19581 read_signed_integer (YYSTYPE *lvalp, YYLTYPE *llocp)
[all …]
Dlocal.at89 [m4_pushdef([AT_LOC], [(*llocp)])
92 [YYSTYPE *lvalp[]AT_LOCATION_IF([, YYLTYPE *llocp])])
94 [lvalp[]AT_LOCATION_IF([, llocp])])
96 [(void) lvalp;AT_LOCATION_IF([(void) llocp])])
Dcxx-type.at67 # define LEX_PARAMETERS YYSTYPE *lvalp, struct YYLTYPE *llocp
68 # define ERROR_PARAMETERS struct YYLTYPE *llocp, char const *s
159 # define yylloc (*llocp)
226 /* Pacify GCC by using llocp. */
227 if (! llocp)
Dglr-regression.at1636 yylex (YYSTYPE *lvalp, YYLTYPE *llocp)
1641 llocp->first_line = llocp->last_line = 2;
1642 llocp->first_column = inputp - input + 1;
1643 llocp->last_column = llocp->first_column + 1;
Dcalc.at86 static void yyerror (AT_YYERROR_ARG_LOC_IF([YYLTYPE *llocp, ])
170 yyerror (AT_YYERROR_ARG_LOC_IF([YYLTYPE *llocp, ])
/external/bison/doc/
Dbison.texinfo4642 yylex (YYSTYPE *lvalp, YYLTYPE *llocp)
4694 int yylex (YYSTYPE *lvalp, YYLTYPE *llocp, int *nastiness);
4792 int yylex (YYSTYPE *lvalp, YYLTYPE *llocp, int *nastiness);
8707 @c LocalWords: strncmp intval tindex lvalp locp llocp typealt YYBACKUP
Dbison.info4413 yylex (YYSTYPE *lvalp, YYLTYPE *llocp)
4451 int yylex (YYSTYPE *lvalp, YYLTYPE *llocp, int *nastiness);
4530 int yylex (YYSTYPE *lvalp, YYLTYPE *llocp, int *nastiness);