Home
last modified time | relevance | path

Searched refs:first_line (Results 1 – 20 of 20) sorted by relevance

/external/webkit/WebKitTools/Scripts/webkitpy/
Dchangelogs.py59 first_line = changelog_file.readline()
60 if not ChangeLog.date_line_regexp.match(first_line):
62 entry_lines.append(first_line)
/external/bison/data/
Dyacc.c202 int first_line;
601 (Current).first_line = YYRHSLOC (Rhs, 1).first_line; \
608 (Current).first_line = (Current).last_line = \
625 (Loc).first_line, (Loc).first_column, \
1065 yylloc.first_line = yylloc.last_line = 1;
1516 int first_line;
Dglr.c190 int first_line;
495 (Current).first_line = YYRHSLOC (Rhs, 1).first_line; \
502 (Current).first_line = (Current).last_line = \
515 (Loc).first_line, (Loc).first_column, \
2305 yylloc.first_line = yylloc.last_line = 1;
/external/bison/src/
Dparse-gram.c299 int first_line; member
880 (Current).first_line = YYRHSLOC (Rhs, 1).first_line; \
887 (Current).first_line = (Current).last_line = \
904 (Loc).first_line, (Loc).first_column, \
1557 yylloc.first_line = yylloc.last_line = 1;
Dparse-gram.h173 int first_line; member
/external/bison/tests/
Dcalc.at78 #define first_line begin.line
177 AT_LOC.first_line, AT_LOC.first_column);
178 if (AT_LOC.first_line != AT_LOC.last_line)
272 AT_LOC.first_line = AT_LOC.last_line;
280 AT_LOC.first_line = AT_LOC.last_line;
Dglr-regression.at1154 yylloc.first_line = yylloc.last_line = 1;
1174 yylloc.first_line, yylloc.first_column,
1360 yylloc.first_line = yylloc.last_line = 1;
1380 yylloc.first_line, yylloc.first_column,
1601 @$.first_line = 1;
1631 fprintf (stderr, "Error at %d.%d-%d.%d: %s.\n", locp->first_line,
1641 llocp->first_line = llocp->last_line = 2;
Dactions.at184 [#define RANGE(Location) (Location).first_line, (Location).last_line])
305 [ AT_LOC.first_line = AT_LOC.first_column = 10 * c;
306 AT_LOC.last_line = AT_LOC.last_column = AT_LOC.first_line + 9;
Dcxx-type.at98 @2.first_line, @2.first_column,
185 yylloc.first_line = yylloc.last_line = lineNum;
Dtestsuite7026 (yylloc).first_line = (yylloc).first_column = 10 * c;
7027 (yylloc).last_line = (yylloc).last_column = (yylloc).first_line + 9;
7541 (yylloc).first_line = (yylloc).first_column = 10 * c;
7542 (yylloc).last_line = (yylloc).last_column = (yylloc).first_line + 9;
9018 (yylloc).first_line = (yylloc).first_column = 10 * c;
9019 (yylloc).last_line = (yylloc).last_column = (yylloc).first_line + 9;
9464 (yylloc).first_line = (yylloc).first_column = 10 * c;
9465 (yylloc).last_line = (yylloc).last_column = (yylloc).first_line + 9;
13581 (yylloc).first_line = (yylloc).last_line;
13588 (yylloc).first_line = (yylloc).last_line;
[all …]
/external/libpcap/
Dgrammar.c1176 (Current).first_line = YYRHSLOC (Rhs, 1).first_line; \
1183 (Current).first_line = (Current).last_line = \
1200 (Loc).first_line, (Loc).first_column, \
/external/elfutils/src/
Dldscript.c686 ((Current).first_line = (Rhs)[1].first_line, \
/external/webkit/JavaScriptCore/parser/
DLexer.cpp891 llocp->first_line = lineNumber; in lex()
DGrammar.y182 statement->setLoc(start.first_line, end.last_line); in setStatementLocation()
/external/chromium/net/tools/flip_server/
Dbalsa_headers.cc541 const base::StringPiece firstline = first_line(); in DumpToString()
Dbalsa_headers.h973 const base::StringPiece first_line() const { in first_line() function
/external/bison/doc/
Drefcard.tex455 first_line} and {\tt last_line}, and {\it column\_spec} is specified
Dbison.texinfo2000 @code{first_line}, @code{first_column}, @code{last_line} and
2042 @@3.first_line, @@3.first_column,
2093 yylloc.first_line = yylloc.last_line;
2144 yylloc.first_line = yylloc.last_line = 1;
3477 int first_line;
3509 @@$.first_line = @@1.first_line;
3519 @@3.first_line, @@3.first_column,
3546 @@3.first_line, @@3.first_column,
3596 (Current).first_line = YYRHSLOC(Rhs, 1).first_line; \
3603 (Current).first_line = (Current).last_line = \
[all …]
Dbison.info2148 four member structure with the following integer fields: `first_line',
2185 @3.first_line, @3.first_column,
2228 yylloc.first_line = yylloc.last_line;
2273 yylloc.first_line = yylloc.last_line = 1;
3414 int first_line;
3442 @$.first_line = @1.first_line;
3452 @3.first_line, @3.first_column,
3475 @3.first_line, @3.first_column,
3519 (Current).first_line = YYRHSLOC(Rhs, 1).first_line; \
3526 (Current).first_line = (Current).last_line = \
[all …]
/external/bison/
DChangeLog1668 (first_line, first_column, last_line, last_column): Define for lalr1.cc
5951 first_line -> start.line, first_column -> start.column,
6473 * src/location.h (LOCATION_PRINT): If first_line is 0, just issue