Searched refs:llocp (Results 1 – 9 of 9) sorted by relevance
/external/webkit/JavaScriptCore/parser/ |
D | Lexer.h | 50 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()
|
D | Lexer.cpp | 277 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/ |
D | testsuite | 8048 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 …]
|
D | local.at | 89 [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])])
|
D | cxx-type.at | 67 # 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)
|
D | glr-regression.at | 1636 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;
|
D | calc.at | 86 static void yyerror (AT_YYERROR_ARG_LOC_IF([YYLTYPE *llocp, ]) 170 yyerror (AT_YYERROR_ARG_LOC_IF([YYLTYPE *llocp, ])
|
/external/bison/doc/ |
D | bison.texinfo | 4642 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
|
D | bison.info | 4413 yylex (YYSTYPE *lvalp, YYLTYPE *llocp) 4451 int yylex (YYSTYPE *lvalp, YYLTYPE *llocp, int *nastiness); 4530 int yylex (YYSTYPE *lvalp, YYLTYPE *llocp, int *nastiness);
|