Home
last modified time | relevance | path

Searched refs:location_type (Results 1 – 16 of 16) sorted by relevance

/external/bison/examples/calc++/
Dcalc++-parser.hh92 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);
Dcalc++-parser.cc211 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()
Dcalc++-driver.hh12 yy::calcxx_parser::location_type* yylloc, \
Dcalc++-parser.yy71 yy::calcxx_parser::error (const yy::calcxx_parser::location_type& l,
/external/bison/data/
Dglr.cc83 [[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
Dlalr1.cc78 [[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/ImageMagick/coders/
Dviff.c194 location_type, in ReadVIFFImage() member
310 viff_info.location_type=ReadBlobLong(image); in ReadVIFFImage()
362 if (viff_info.location_type != VFF_LOC_IMPLICIT) in ReadVIFFImage()
902 location_type, in WriteVIFFImage() member
996 viff_info.location_type=VFF_LOC_IMPLICIT; in WriteVIFFImage()
1069 (void) WriteBlobMSBLong(image,viff_info.location_type); in WriteVIFFImage()
/external/bison/tests/
Dc++.at138 ]$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)
Dlocal.at141 [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)
Dtestsuite53678 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/vixl/src/aarch32/
Ddisasm-aarch32.h119 PrintLabel(LocationType location_type, Label* label, Label::Offset position) in PrintLabel() argument
120 : location_type_(location_type), label_(label), position_(position) {} in PrintLabel()
142 PrintMemOperand(LocationType location_type, const MemOperand& operand) in PrintMemOperand() argument
143 : location_type_(location_type), operand_(operand) {} in PrintMemOperand()
153 PrintAlignedMemOperand(LocationType location_type, in PrintAlignedMemOperand() argument
155 : location_type_(location_type), operand_(operand) {} in PrintAlignedMemOperand()
/external/bison/
DNEWS80 under the name "location_type" (which is maintained for backward
83 For consistency, lalr1.java's %define variables location_type and
DChangeLog-20121108 * 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 …]
DChangeLog1343 api.location.type instead of location_type.
1348 Leave tests/java.at with location_type, at least for the time being,
/external/bison/doc/
Dbison.info9359 -- 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.
Dbison.texi9939 @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}.