Searched refs:location_type (Results 1 – 14 of 14) sorted by relevance
/external/bison/examples/calc++/ |
D | calc++-parser.hh | 92 typedef location location_type; typedef in yy::calcxx_parser 134 virtual void error (const location_type& loc, const std::string& msg); 148 const location_type* yylocationp); 155 const location_type* yylocationp); 166 typedef stack<location_type> location_stack_type; 255 location_type* yylocationp);
|
D | calc++-parser.cc | 211 const semantic_type* yyvaluep, const location_type* yylocationp) in yy_symbol_value_print_() 249 const semantic_type* yyvaluep, const location_type* yylocationp) in yy_symbol_print_() 261 int yytype, semantic_type* yyvaluep, location_type* yylocationp) in yydestruct_() 352 location_type yylloc; in parse() 354 location_type yyerror_range[3]; in parse() 359 location_type yyloc; in parse() 488 slice<location_type, location_stack_type> slice (yylocation_stack_, yylen); in parse() 1075 yy::calcxx_parser::error (const yy::calcxx_parser::location_type& l, in error()
|
D | calc++-driver.hh | 12 yy::calcxx_parser::location_type* yylloc, \
|
D | calc++-parser.yy | 71 yy::calcxx_parser::error (const yy::calcxx_parser::location_type& l,
|
/external/bison/data/ |
D | glr.cc | 83 [[const ]b4_namespace_ref::b4_parser_class_name[::location_type *yylocationp], 106 [[const ]b4_namespace_ref::b4_parser_class_name[::location_type *yylocationp], 122 [[const ]b4_namespace_ref::b4_parser_class_name[::location_type *yylocationp], 163 const location_type* yylocationp) 182 const location_type* yylocationp) 270 [[location]])[ location_type; 305 virtual void error (const location_type& loc, const std::string& msg); 316 const location_type* yylocationp); 323 const location_type* yylocationp); 340 # define ]b4_api_PREFIX[LTYPE ]b4_namespace_ref[::]b4_parser_class_name[::location_type
|
D | lalr1.cc | 78 [[location]])[ location_type; 113 virtual void error (const location_type& loc, const std::string& msg); 127 const location_type* yylocationp); 134 const location_type* yylocationp); 145 typedef stack<location_type> location_stack_type; 234 location_type* yylocationp); 414 const semantic_type* yyvaluep, const location_type* yylocationp) 432 const semantic_type* yyvaluep, const location_type* yylocationp) 444 int yytype, semantic_type* yyvaluep, location_type* yylocationp) 528 location_type yylloc; [all …]
|
/external/bison/tests/ |
D | c++.at | 138 ]$1[::parser::error (const ]$1[::parser::location_type &loc, 301 | 'e' { YYUSE ($$); YYUSE($1); error (location_type(), "syntax error"); } 338 yy::parser::error (const location_type& l, const std::string& m)
|
D | local.at | 141 [m4_bmatch([$3], [%define \(api\.location\.type\|location_type\)], [$1], [$2])]) 198 [AT_SKEL_CC_IF([AT_NAME_PREFIX[::parser::location_type]], 402 ]AT_NAME_PREFIX[::parser::error (const location_type& l, const std::string& m)
|
D | testsuite | 53678 yy::parser::error (const location_type& l, const std::string& m) 103885 int yylex (yy::parser::semantic_type *lvalp, yy::parser::location_type *llocp); 103886 static int get_char (yy::parser::semantic_type *lvalp, yy::parser::location_type *llocp); 103887 static void unget_char (yy::parser::semantic_type *lvalp, yy::parser::location_type *llocp, int c); 103890 static yy::parser::location_type last_yylloc; 103893 get_char (yy::parser::semantic_type *lvalp, yy::parser::location_type *llocp) 103911 unget_char (yy::parser::semantic_type *lvalp, yy::parser::location_type *llocp, int c) 105218 int yylex (yy::parser::semantic_type *lvalp, yy::parser::location_type *llocp); 105219 static int get_char (yy::parser::semantic_type *lvalp, yy::parser::location_type *llocp); 105220 static void unget_char (yy::parser::semantic_type *lvalp, yy::parser::location_type *llocp, int c); [all …]
|
/external/bison/ |
D | NEWS | 80 under the name "location_type" (which is maintained for backward 83 For consistency, lalr1.java's %define variables location_type and
|
D | ChangeLog-2012 | 1108 * data/glr.cc: If location_type was user defined, do not include 1111 Check that glr.cc supports user defined location_type. 1119 (C++ Parser Interface): Fix semantic_type and location_type names. 1125 lalr1.cc: don't generate location.hh when location_type is defined 1130 variable location_type, rather, use b4_percent_define_get with a 1133 location.hh and position.hh) if the user defined location_type. 1139 lalr1.cc: location_type: make sure we don't depend on loc.(begin|end). 1144 location_type changes. 1220 test location_type. 1224 * tests/calc.at (_AT_DATA_CALC_Y): When %define location_type is [all …]
|
D | ChangeLog | 1343 api.location.type instead of location_type. 1348 Leave tests/java.at with location_type, at least for the time being,
|
/external/bison/doc/ |
D | bison.info | 9359 -- Type of parser: location_type 9390 -- Method on parser: void error (const location_type& L, const 9407 -- Method on parser: int yylex (semantic_type* YYLVAL, location_type* 9484 yy::calcxx_parser::location_type* yylloc, \ 9690 yy::calcxx_parser::error (const yy::calcxx_parser::location_type& l, 10300 `location_type'. *Note Java Location Values::. 12390 * location_type: C++ Parser Interface.
|
D | bison.texi | 9939 @defcvx {Type} {parser} {location_type} 9977 @deftypemethod {parser} {void} error (const location_type& @var{l}, const std::string& @var{m}) 9994 @deftypemethod {parser} {int} yylex (semantic_type* @var{yylval}, location_type* @var{yylloc}, @var… 10077 yy::calcxx_parser::location_type* yylloc, \ 10350 yy::calcxx_parser::error (const yy::calcxx_parser::location_type& l, 11051 Formerly named @code{location_type}.
|