gdb/c-exp.c - gdb

Global variables defined

Data types defined

Functions defined

Macros defined

Source code

  1. /* A Bison parser, made by GNU Bison 2.7.  */

  2. /* Bison implementation for Yacc-like parsers in C

  3.       Copyright (C) 1984, 1989-1990, 2000-2012 Free Software Foundation, Inc.

  4.    This program is free software: you can redistribute it and/or modify
  5.    it under the terms of the GNU General Public License as published by
  6.    the Free Software Foundation, either version 3 of the License, or
  7.    (at your option) any later version.

  8.    This program is distributed in the hope that it will be useful,
  9.    but WITHOUT ANY WARRANTY; without even the implied warranty of
  10.    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  11.    GNU General Public License for more details.

  12.    You should have received a copy of the GNU General Public License
  13.    along with this program.  If not, see <http://www.gnu.org/licenses/>.  */

  14. /* As a special exception, you may create a larger work that contains
  15.    part or all of the Bison parser skeleton and distribute that work
  16.    under terms of your choice, so long as that work isn't itself a
  17.    parser generator using the skeleton or a modified version thereof
  18.    as a parser skeleton.  Alternatively, if you modify or redistribute
  19.    the parser skeleton itself, you may (at your option) remove this
  20.    special exception, which will cause the skeleton and the resulting
  21.    Bison output files to be licensed under the GNU General Public
  22.    License without this special exception.

  23.    This special exception was added by the Free Software Foundation in
  24.    version 2.2 of Bison.  */

  25. /* C LALR(1) parser skeleton written by Richard Stallman, by
  26.    simplifying the original so-called "semantic" parser.  */

  27. /* All symbols defined below should begin with yy or YY, to avoid
  28.    infringing on user name space.  This should be done even for local
  29.    variables, as they might otherwise be expanded by user macros.
  30.    There are some unavoidable exceptions within include files to
  31.    define necessary library symbols; they are noted "INFRINGES ON
  32.    USER NAME SPACE" below.  */

  33. /* Identify Bison output.  */
  34. #define YYBISON 1

  35. /* Bison version.  */
  36. #define YYBISON_VERSION "2.7"

  37. /* Skeleton name.  */
  38. #define YYSKELETON_NAME "yacc.c"

  39. /* Pure parsers.  */
  40. #define YYPURE 0

  41. /* Push parsers.  */
  42. #define YYPUSH 0

  43. /* Pull parsers.  */
  44. #define YYPULL 1




  45. /* Copy the first part of user declarations.  */
  46. /* Line 371 of yacc.c  */
  47. #line 36 "c-exp.y"


  48. #include "defs.h"
  49. #include <ctype.h>
  50. #include "expression.h"
  51. #include "value.h"
  52. #include "parser-defs.h"
  53. #include "language.h"
  54. #include "c-lang.h"
  55. #include "bfd.h" /* Required by objfiles.h.  */
  56. #include "symfile.h" /* Required by objfiles.h.  */
  57. #include "objfiles.h" /* For have_full_symbols and have_partial_symbols */
  58. #include "charset.h"
  59. #include "block.h"
  60. #include "cp-support.h"
  61. #include "dfp.h"
  62. #include "macroscope.h"
  63. #include "objc-lang.h"
  64. #include "typeprint.h"
  65. #include "cp-abi.h"

  66. #define parse_type(ps) builtin_type (parse_gdbarch (ps))

  67. /* Remap normal yacc parser interface names (yyparse, yylex, yyerror, etc),
  68.    as well as gratuitiously global symbol names, so we can have multiple
  69.    yacc generated parsers in gdb.  Note that these are only the variables
  70.    produced by yacc.  If other parser generators (bison, byacc, etc) produce
  71.    additional global names that conflict at link time, then those parser
  72.    generators need to be fixed instead of adding those names to this list. */

  73. #define        yymaxdepth c_maxdepth
  74. #define        yyparse        c_parse_internal
  75. #define        yylex        c_lex
  76. #define        yyerror        c_error
  77. #define        yylval        c_lval
  78. #define        yychar        c_char
  79. #define        yydebug        c_debug
  80. #define        yypact        c_pact
  81. #define        yyr1        c_r1
  82. #define        yyr2        c_r2
  83. #define        yydef        c_def
  84. #define        yychk        c_chk
  85. #define        yypgo        c_pgo
  86. #define        yyact        c_act
  87. #define        yyexca        c_exca
  88. #define yyerrflag c_errflag
  89. #define yynerrs        c_nerrs
  90. #define        yyps        c_ps
  91. #define        yypv        c_pv
  92. #define        yys        c_s
  93. #define        yy_yys        c_yys
  94. #define        yystate        c_state
  95. #define        yytmp        c_tmp
  96. #define        yyv        c_v
  97. #define        yy_yyv        c_yyv
  98. #define        yyval        c_val
  99. #define        yylloc        c_lloc
  100. #define yyreds        c_reds                /* With YYDEBUG defined */
  101. #define yytoks        c_toks                /* With YYDEBUG defined */
  102. #define yyname        c_name                /* With YYDEBUG defined */
  103. #define yyrule        c_rule                /* With YYDEBUG defined */
  104. #define yylhs        c_yylhs
  105. #define yylen        c_yylen
  106. #define yydefred c_yydefred
  107. #define yydgoto        c_yydgoto
  108. #define yysindex c_yysindex
  109. #define yyrindex c_yyrindex
  110. #define yygindex c_yygindex
  111. #define yytable         c_yytable
  112. #define yycheck         c_yycheck
  113. #define yyss        c_yyss
  114. #define yysslim        c_yysslim
  115. #define yyssp        c_yyssp
  116. #define yystacksize c_yystacksize
  117. #define yyvs        c_yyvs
  118. #define yyvsp        c_yyvsp

  119. #ifndef YYDEBUG
  120. #define        YYDEBUG 1                /* Default to yydebug support */
  121. #endif

  122. #define YYFPRINTF parser_fprintf

  123. /* The state of the parser, used internally when we are parsing the
  124.    expression.  */

  125. static struct parser_state *pstate = NULL;

  126. int yyparse (void);

  127. static int yylex (void);

  128. void yyerror (char *);

  129. static int type_aggregate_p (struct type *);


  130. /* Line 371 of yacc.c  */
  131. #line 166 "c-exp.c"

  132. # ifndef YY_NULL
  133. #  if defined __cplusplus && 201103L <= __cplusplus
  134. #   define YY_NULL nullptr
  135. #  else
  136. #   define YY_NULL 0
  137. #  endif
  138. # endif

  139. /* Enabling verbose error messages.  */
  140. #ifdef YYERROR_VERBOSE
  141. # undef YYERROR_VERBOSE
  142. # define YYERROR_VERBOSE 1
  143. #else
  144. # define YYERROR_VERBOSE 0
  145. #endif


  146. /* Enabling traces.  */
  147. #ifndef YYDEBUG
  148. # define YYDEBUG 0
  149. #endif
  150. #if YYDEBUG
  151. extern int yydebug;
  152. #endif

  153. /* Tokens.  */
  154. #ifndef YYTOKENTYPE
  155. # define YYTOKENTYPE
  156.    /* Put the tokens into the symbol table, so that GDB and other debuggers
  157.       know about them.  */
  158.    enum yytokentype {
  159.      INT = 258,
  160.      FLOAT = 259,
  161.      DECFLOAT = 260,
  162.      STRING = 261,
  163.      NSSTRING = 262,
  164.      SELECTOR = 263,
  165.      CHAR = 264,
  166.      NAME = 265,
  167.      UNKNOWN_CPP_NAME = 266,
  168.      COMPLETE = 267,
  169.      TYPENAME = 268,
  170.      CLASSNAME = 269,
  171.      OBJC_LBRAC = 270,
  172.      NAME_OR_INT = 271,
  173.      OPERATOR = 272,
  174.      STRUCT = 273,
  175.      CLASS = 274,
  176.      UNION = 275,
  177.      ENUM = 276,
  178.      SIZEOF = 277,
  179.      UNSIGNED = 278,
  180.      COLONCOLON = 279,
  181.      TEMPLATE = 280,
  182.      ERROR = 281,
  183.      NEW = 282,
  184.      DELETE = 283,
  185.      REINTERPRET_CAST = 284,
  186.      DYNAMIC_CAST = 285,
  187.      STATIC_CAST = 286,
  188.      CONST_CAST = 287,
  189.      ENTRY = 288,
  190.      TYPEOF = 289,
  191.      DECLTYPE = 290,
  192.      TYPEID = 291,
  193.      SIGNED_KEYWORD = 292,
  194.      LONG = 293,
  195.      SHORT = 294,
  196.      INT_KEYWORD = 295,
  197.      CONST_KEYWORD = 296,
  198.      VOLATILE_KEYWORD = 297,
  199.      DOUBLE_KEYWORD = 298,
  200.      VARIABLE = 299,
  201.      ASSIGN_MODIFY = 300,
  202.      TRUEKEYWORD = 301,
  203.      FALSEKEYWORD = 302,
  204.      ABOVE_COMMA = 303,
  205.      OROR = 304,
  206.      ANDAND = 305,
  207.      NOTEQUAL = 306,
  208.      EQUAL = 307,
  209.      GEQ = 308,
  210.      LEQ = 309,
  211.      RSH = 310,
  212.      LSH = 311,
  213.      DECREMENT = 312,
  214.      INCREMENT = 313,
  215.      UNARY = 314,
  216.      DOT_STAR = 315,
  217.      ARROW_STAR = 316,
  218.      ARROW = 317,
  219.      BLOCKNAME = 318,
  220.      FILENAME = 319,
  221.      DOTDOTDOT = 320
  222.    };
  223. #endif
  224. /* Tokens.  */
  225. #define INT 258
  226. #define FLOAT 259
  227. #define DECFLOAT 260
  228. #define STRING 261
  229. #define NSSTRING 262
  230. #define SELECTOR 263
  231. #define CHAR 264
  232. #define NAME 265
  233. #define UNKNOWN_CPP_NAME 266
  234. #define COMPLETE 267
  235. #define TYPENAME 268
  236. #define CLASSNAME 269
  237. #define OBJC_LBRAC 270
  238. #define NAME_OR_INT 271
  239. #define OPERATOR 272
  240. #define STRUCT 273
  241. #define CLASS 274
  242. #define UNION 275
  243. #define ENUM 276
  244. #define SIZEOF 277
  245. #define UNSIGNED 278
  246. #define COLONCOLON 279
  247. #define TEMPLATE 280
  248. #define ERROR 281
  249. #define NEW 282
  250. #define DELETE 283
  251. #define REINTERPRET_CAST 284
  252. #define DYNAMIC_CAST 285
  253. #define STATIC_CAST 286
  254. #define CONST_CAST 287
  255. #define ENTRY 288
  256. #define TYPEOF 289
  257. #define DECLTYPE 290
  258. #define TYPEID 291
  259. #define SIGNED_KEYWORD 292
  260. #define LONG 293
  261. #define SHORT 294
  262. #define INT_KEYWORD 295
  263. #define CONST_KEYWORD 296
  264. #define VOLATILE_KEYWORD 297
  265. #define DOUBLE_KEYWORD 298
  266. #define VARIABLE 299
  267. #define ASSIGN_MODIFY 300
  268. #define TRUEKEYWORD 301
  269. #define FALSEKEYWORD 302
  270. #define ABOVE_COMMA 303
  271. #define OROR 304
  272. #define ANDAND 305
  273. #define NOTEQUAL 306
  274. #define EQUAL 307
  275. #define GEQ 308
  276. #define LEQ 309
  277. #define RSH 310
  278. #define LSH 311
  279. #define DECREMENT 312
  280. #define INCREMENT 313
  281. #define UNARY 314
  282. #define DOT_STAR 315
  283. #define ARROW_STAR 316
  284. #define ARROW 317
  285. #define BLOCKNAME 318
  286. #define FILENAME 319
  287. #define DOTDOTDOT 320



  288. #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
  289. typedef union YYSTYPE
  290. {
  291. /* Line 387 of yacc.c  */
  292. #line 139 "c-exp.y"

  293.     LONGEST lval;
  294.     struct {
  295.       LONGEST val;
  296.       struct type *type;
  297.     } typed_val_int;
  298.     struct {
  299.       DOUBLEST dval;
  300.       struct type *type;
  301.     } typed_val_float;
  302.     struct {
  303.       gdb_byte val[16];
  304.       struct type *type;
  305.     } typed_val_decfloat;
  306.     struct type *tval;
  307.     struct stoken sval;
  308.     struct typed_stoken tsval;
  309.     struct ttype tsym;
  310.     struct symtoken ssym;
  311.     int voidval;
  312.     const struct block *bval;
  313.     enum exp_opcode opcode;

  314.     struct stoken_vector svec;
  315.     VEC (type_ptr) *tvec;

  316.     struct type_stack *type_stack;

  317.     struct objc_class_str class;


  318. /* Line 387 of yacc.c  */
  319. #line 368 "c-exp.c"
  320. } YYSTYPE;
  321. # define YYSTYPE_IS_TRIVIAL 1
  322. # define yystype YYSTYPE /* obsolescent; will be withdrawn */
  323. # define YYSTYPE_IS_DECLARED 1
  324. #endif

  325. extern YYSTYPE yylval;

  326. #ifdef YYPARSE_PARAM
  327. #if defined __STDC__ || defined __cplusplus
  328. int yyparse (void *YYPARSE_PARAM);
  329. #else
  330. int yyparse ();
  331. #endif
  332. #else /* ! YYPARSE_PARAM */
  333. #if defined __STDC__ || defined __cplusplus
  334. int yyparse (void);
  335. #else
  336. int yyparse ();
  337. #endif
  338. #endif /* ! YYPARSE_PARAM */



  339. /* Copy the second part of user declarations.  */
  340. /* Line 390 of yacc.c  */
  341. #line 170 "c-exp.y"

  342. /* YYSTYPE gets defined by %union */
  343. static int parse_number (struct parser_state *par_state,
  344.                          const char *, int, int, YYSTYPE *);
  345. static struct stoken operator_stoken (const char *);
  346. static void check_parameter_typelist (VEC (type_ptr) *);
  347. static void write_destructor_name (struct parser_state *par_state,
  348.                                    struct stoken);

  349. #ifdef YYBISON
  350. static void c_print_token (FILE *file, int type, YYSTYPE value);
  351. #define YYPRINT(FILE, TYPE, VALUE) c_print_token (FILE, TYPE, VALUE)
  352. #endif

  353. /* Line 390 of yacc.c  */
  354. #line 411 "c-exp.c"

  355. #ifdef short
  356. # undef short
  357. #endif

  358. #ifdef YYTYPE_UINT8
  359. typedef YYTYPE_UINT8 yytype_uint8;
  360. #else
  361. typedef unsigned char yytype_uint8;
  362. #endif

  363. #ifdef YYTYPE_INT8
  364. typedef YYTYPE_INT8 yytype_int8;
  365. #elif (defined __STDC__ || defined __C99__FUNC__ \
  366.      || defined __cplusplus || defined _MSC_VER)
  367. typedef signed char yytype_int8;
  368. #else
  369. typedef short int yytype_int8;
  370. #endif

  371. #ifdef YYTYPE_UINT16
  372. typedef YYTYPE_UINT16 yytype_uint16;
  373. #else
  374. typedef unsigned short int yytype_uint16;
  375. #endif

  376. #ifdef YYTYPE_INT16
  377. typedef YYTYPE_INT16 yytype_int16;
  378. #else
  379. typedef short int yytype_int16;
  380. #endif

  381. #ifndef YYSIZE_T
  382. # ifdef __SIZE_TYPE__
  383. #  define YYSIZE_T __SIZE_TYPE__
  384. # elif defined size_t
  385. #  define YYSIZE_T size_t
  386. # elif ! defined YYSIZE_T && (defined __STDC__ || defined __C99__FUNC__ \
  387.      || defined __cplusplus || defined _MSC_VER)
  388. #  include <stddef.h> /* INFRINGES ON USER NAME SPACE */
  389. #  define YYSIZE_T size_t
  390. # else
  391. #  define YYSIZE_T unsigned int
  392. # endif
  393. #endif

  394. #define YYSIZE_MAXIMUM ((YYSIZE_T) -1)

  395. #ifndef YY_
  396. # if defined YYENABLE_NLS && YYENABLE_NLS
  397. #  if ENABLE_NLS
  398. #   include <libintl.h> /* INFRINGES ON USER NAME SPACE */
  399. #   define YY_(Msgid) dgettext ("bison-runtime", Msgid)
  400. #  endif
  401. # endif
  402. # ifndef YY_
  403. #  define YY_(Msgid) Msgid
  404. # endif
  405. #endif

  406. /* Suppress unused-variable warnings by "using" E.  */
  407. #if ! defined lint || defined __GNUC__
  408. # define YYUSE(E) ((void) (E))
  409. #else
  410. # define YYUSE(E) /* empty */
  411. #endif

  412. /* Identity function, used to suppress warnings about constant conditions.  */
  413. #ifndef lint
  414. # define YYID(N) (N)
  415. #else
  416. #if (defined __STDC__ || defined __C99__FUNC__ \
  417.      || defined __cplusplus || defined _MSC_VER)
  418. static int
  419. YYID (int yyi)
  420. #else
  421. static int
  422. YYID (yyi)
  423.     int yyi;
  424. #endif
  425. {
  426.   return yyi;
  427. }
  428. #endif

  429. #if ! defined yyoverflow || YYERROR_VERBOSE

  430. /* The parser invokes alloca or xmalloc; define the necessary symbols.  */

  431. # ifdef YYSTACK_USE_ALLOCA
  432. #  if YYSTACK_USE_ALLOCA
  433. #   ifdef __GNUC__
  434. #    define YYSTACK_ALLOC __builtin_alloca
  435. #   elif defined __BUILTIN_VA_ARG_INCR
  436. #    include <alloca.h> /* INFRINGES ON USER NAME SPACE */
  437. #   elif defined _AIX
  438. #    define YYSTACK_ALLOC __alloca
  439. #   elif defined _MSC_VER
  440. #    define alloca _alloca
  441. #   else
  442. #    define YYSTACK_ALLOC alloca
  443. #    if ! defined _ALLOCA_H && ! defined EXIT_SUCCESS && (defined __STDC__ || defined __C99__FUNC__ \
  444.      || defined __cplusplus || defined _MSC_VER)
  445. #     include <stdlib.h> /* INFRINGES ON USER NAME SPACE */
  446.       /* Use EXIT_SUCCESS as a witness for stdlib.h.  */
  447. #     ifndef EXIT_SUCCESS
  448. #      define EXIT_SUCCESS 0
  449. #     endif
  450. #    endif
  451. #   endif
  452. #  endif
  453. # endif

  454. # ifdef YYSTACK_ALLOC
  455.    /* Pacify GCC's `empty if-body' warning.  */
  456. #  define YYSTACK_FREE(Ptr) do { /* empty */; } while (YYID (0))
  457. #  ifndef YYSTACK_ALLOC_MAXIMUM
  458.     /* The OS might guarantee only one guard page at the bottom of the stack,
  459.        and a page size can be as small as 4096 bytes.  So we cannot safely
  460.        invoke alloca (N) if N exceeds 4096.  Use a slightly smaller number
  461.        to allow for a few compiler-allocated temporary stack slots.  */
  462. #   define YYSTACK_ALLOC_MAXIMUM 4032 /* reasonable circa 2006 */
  463. #  endif
  464. # else
  465. #  define YYSTACK_ALLOC YYMALLOC
  466. #  define YYSTACK_FREE YYFREE
  467. #  ifndef YYSTACK_ALLOC_MAXIMUM
  468. #   define YYSTACK_ALLOC_MAXIMUM YYSIZE_MAXIMUM
  469. #  endif
  470. #  if (defined __cplusplus && ! defined EXIT_SUCCESS \
  471.        && ! ((defined YYMALLOC || defined xmalloc) \
  472.              && (defined YYFREE || defined xfree)))
  473. #   include <stdlib.h> /* INFRINGES ON USER NAME SPACE */
  474. #   ifndef EXIT_SUCCESS
  475. #    define EXIT_SUCCESS 0
  476. #   endif
  477. #  endif
  478. #  ifndef YYMALLOC
  479. #   define YYMALLOC xmalloc
  480. #   if ! defined xmalloc && ! defined EXIT_SUCCESS && (defined __STDC__ || defined __C99__FUNC__ \
  481.      || defined __cplusplus || defined _MSC_VER)
  482. void *xmalloc (YYSIZE_T); /* INFRINGES ON USER NAME SPACE */
  483. #   endif
  484. #  endif
  485. #  ifndef YYFREE
  486. #   define YYFREE xfree
  487. #   if ! defined xfree && ! defined EXIT_SUCCESS && (defined __STDC__ || defined __C99__FUNC__ \
  488.      || defined __cplusplus || defined _MSC_VER)
  489. void xfree (void *); /* INFRINGES ON USER NAME SPACE */
  490. #   endif
  491. #  endif
  492. # endif
  493. #endif /* ! defined yyoverflow || YYERROR_VERBOSE */


  494. #if (! defined yyoverflow \
  495.      && (! defined __cplusplus \
  496.          || (defined YYSTYPE_IS_TRIVIAL && YYSTYPE_IS_TRIVIAL)))

  497. /* A type that is properly aligned for any stack member.  */
  498. union yyalloc
  499. {
  500.   yytype_int16 yyss_alloc;
  501.   YYSTYPE yyvs_alloc;
  502. };

  503. /* The size of the maximum gap between one aligned stack and the next.  */
  504. # define YYSTACK_GAP_MAXIMUM (sizeof (union yyalloc) - 1)

  505. /* The size of an array large to enough to hold all stacks, each with
  506.    N elements.  */
  507. # define YYSTACK_BYTES(N) \
  508.      ((N) * (sizeof (yytype_int16) + sizeof (YYSTYPE)) \
  509.       + YYSTACK_GAP_MAXIMUM)

  510. # define YYCOPY_NEEDED 1

  511. /* Relocate STACK from its old location to the new one.  The
  512.    local variables YYSIZE and YYSTACKSIZE give the old and new number of
  513.    elements in the stack, and YYPTR gives the new location of the
  514.    stack.  Advance YYPTR to a properly aligned location for the next
  515.    stack.  */
  516. # define YYSTACK_RELOCATE(Stack_alloc, Stack)                                \
  517.     do                                                                        \
  518.       {                                                                        \
  519.         YYSIZE_T yynewbytes;                                                \
  520.         YYCOPY (&yyptr->Stack_alloc, Stack, yysize);                        \
  521.         Stack = &yyptr->Stack_alloc;                                        \
  522.         yynewbytes = yystacksize * sizeof (*Stack) + YYSTACK_GAP_MAXIMUM; \
  523.         yyptr += yynewbytes / sizeof (*yyptr);                                \
  524.       }                                                                        \
  525.     while (YYID (0))

  526. #endif

  527. #if defined YYCOPY_NEEDED && YYCOPY_NEEDED
  528. /* Copy COUNT objects from SRC to DST.  The source and destination do
  529.    not overlap.  */
  530. # ifndef YYCOPY
  531. #  if defined __GNUC__ && 1 < __GNUC__
  532. #   define YYCOPY(Dst, Src, Count) \
  533.       __builtin_memcpy (Dst, Src, (Count) * sizeof (*(Src)))
  534. #  else
  535. #   define YYCOPY(Dst, Src, Count)              \
  536.       do                                        \
  537.         {                                       \
  538.           YYSIZE_T yyi;                         \
  539.           for (yyi = 0; yyi < (Count); yyi++)   \
  540.             (Dst)[yyi] = (Src)[yyi];            \
  541.         }                                       \
  542.       while (YYID (0))
  543. #  endif
  544. # endif
  545. #endif /* !YYCOPY_NEEDED */

  546. /* YYFINAL -- State number of the termination state.  */
  547. #define YYFINAL  167
  548. /* YYLAST -- Last index in YYTABLE.  */
  549. #define YYLAST   1734

  550. /* YYNTOKENS -- Number of terminals.  */
  551. #define YYNTOKENS  90
  552. /* YYNNTS -- Number of nonterminals.  */
  553. #define YYNNTS  46
  554. /* YYNRULES -- Number of rules.  */
  555. #define YYNRULES  260
  556. /* YYNRULES -- Number of states.  */
  557. #define YYNSTATES  413

  558. /* YYTRANSLATE(YYLEX) -- Bison symbol number corresponding to YYLEX.  */
  559. #define YYUNDEFTOK  2
  560. #define YYMAXUTOK   320

  561. #define YYTRANSLATE(YYX)                                                \
  562.   ((unsigned int) (YYX) <= YYMAXUTOK ? yytranslate[YYX] : YYUNDEFTOK)

  563. /* YYTRANSLATE[YYLEX] -- Bison symbol number corresponding to YYLEX.  */
  564. static const yytype_uint8 yytranslate[] =
  565. {
  566.        0,     2,     2,     2,     2,     2,     2,     2,     2,     2,
  567.        2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
  568.        2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
  569.        2,     2,     2,    84,     2,     2,     2,    70,    56,     2,
  570.       76,    83,    68,    66,    48,    67,    74,    69,     2,     2,
  571.        2,     2,     2,     2,     2,     2,     2,     2,    87,     2,
  572.       59,    50,    60,    51,    65,     2,     2,     2,     2,     2,
  573.        2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
  574.        2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
  575.        2,    75,     2,    86,    55,     2,     2,     2,     2,     2,
  576.        2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
  577.        2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
  578.        2,     2,     2,    88,    54,    89,    85,     2,     2,     2,
  579.        2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
  580.        2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
  581.        2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
  582.        2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
  583.        2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
  584.        2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
  585.        2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
  586.        2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
  587.        2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
  588.        2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
  589.        2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
  590.        2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
  591.        2,     2,     2,     2,     2,     2,     1,     2,     3,     4,
  592.        5,     6,     7,     8,     9,    10,    11,    12,    13,    14,
  593.       15,    16,    17,    18,    19,    20,    21,    22,    23,    24,
  594.       25,    26,    27,    28,    29,    30,    31,    32,    33,    34,
  595.       35,    36,    37,    38,    39,    40,    41,    42,    43,    44,
  596.       45,    46,    47,    49,    52,    53,    57,    58,    61,    62,
  597.       63,    64,    71,    72,    73,    77,    78,    79,    80,    81,
  598.       82
  599. };

  600. #if YYDEBUG
  601. /* YYPRHS[YYN] -- Index of the first RHS symbol of rule number YYN in
  602.    YYRHS.  */
  603. static const yytype_uint16 yyprhs[] =
  604. {
  605.        0,     0,     3,     5,     7,     9,    14,    19,    24,    26,
  606.       30,    33,    36,    39,    42,    45,    48,    51,    54,    57,
  607.       60,    65,    70,    73,    77,    82,    86,    91,    97,   101,
  608.      105,   109,   114,   118,   123,   129,   133,   137,   142,   147,
  609.      148,   154,   155,   161,   162,   168,   170,   172,   174,   177,
  610.      181,   184,   187,   188,   194,   195,   201,   203,   204,   206,
  611.      210,   216,   218,   222,   227,   232,   236,   240,   244,   248,
  612.      252,   256,   260,   264,   268,   272,   276,   280,   284,   288,
  613.      292,   296,   300,   304,   308,   312,   318,   322,   326,   328,
  614.      330,   332,   334,   336,   338,   340,   345,   350,   358,   366,
  615.      374,   382,   384,   387,   389,   391,   393,   395,   397,   399,
  616.      403,   406,   410,   414,   419,   425,   427,   430,   432,   435,
  617.      437,   438,   442,   444,   446,   448,   449,   450,   455,   456,
  618.      460,   462,   465,   467,   470,   472,   474,   478,   481,   483,
  619.      486,   488,   491,   494,   498,   502,   505,   509,   511,   513,
  620.      515,   517,   519,   522,   526,   529,   533,   537,   541,   544,
  621.      547,   551,   556,   560,   564,   569,   573,   578,   582,   587,
  622.      590,   594,   597,   601,   604,   608,   610,   613,   616,   619,
  623.      623,   626,   629,   633,   636,   639,   643,   646,   649,   653,
  624.      656,   658,   661,   663,   669,   672,   675,   677,   679,   681,
  625.      683,   685,   689,   691,   695,   697,   700,   703,   704,   707,
  626.      710,   713,   715,   717,   719,   722,   725,   730,   735,   740,
  627.      745,   748,   751,   754,   757,   760,   763,   766,   769,   772,
  628.      775,   778,   781,   784,   787,   790,   793,   796,   799,   802,
  629.      805,   808,   811,   814,   817,   820,   823,   826,   830,   834,
  630.      838,   841,   843,   845,   847,   849,   851,   853,   855,   857,
  631.      859
  632. };

  633. /* YYRHS -- A `-1'-separated list of the rules' RHS.  */
  634. static const yytype_int16 yyrhs[] =
  635. {
  636.       91,     0,    -1,    93,    -1,    92,    -1,   123,    -1,    34,
  637.       76,    94,    83,    -1,    34,    76,   123,    83,    -1,    35,
  638.       76,    94,    83,    -1,    94,    -1,    93,    48,    94,    -1,
  639.       68,    94,    -1,    56,    94,    -1,    67,    94,    -1,    66,
  640.       94,    -1,    84,    94,    -1,    85,    94,    -1,    72,    94,
  641.       -1,    71,    94,    -1,    94,    72,    -1,    94,    71,    -1,
  642.       36,    76,    94,    83,    -1,    36,    76,    92,    83,    -1,
  643.       22,    94,    -1,    94,    79,   134,    -1,    94,    79,   134,
  644.       12,    -1,    94,    79,    12,    -1,    94,    79,    85,   134,
  645.       -1,    94,    79,    85,   134,    12,    -1,    94,    79,   109,
  646.       -1,    94,    78,    94,    -1,    94,    74,   134,    -1,    94,
  647.       74,   134,    12,    -1,    94,    74,    12,    -1,    94,    74,
  648.       85,   134,    -1,    94,    74,    85,   134,    12,    -1,    94,
  649.       74,   109,    -1,    94,    77,    94,    -1,    94,    75,    93,
  650.       86,    -1,    94,    15,    93,    86,    -1,    -1,    15,    13,
  651.       95,    98,    86,    -1,    -1,    15,    14,    96,    98,    86,
  652.       -1,    -1,    15,    94,    97,    98,    86,    -1,   134,    -1,
  653.       99,    -1,   100,    -1,    99,   100,    -1,   134,    87,    94,
  654.       -1,    87,    94,    -1,    48,    94,    -1,    -1,    94,    76,
  655.      101,   104,    83,    -1,    -1,    11,    76,   102,   104,    83,
  656.       -1,    88,    -1,    -1,    94,    -1,   104,    48,    94,    -1,
  657.       94,    76,   126,    83,   111,    -1,    89,    -1,   103,   104,
  658.      105,    -1,   103,    92,   105,    94,    -1,    76,    92,    83,
  659.       94,    -1,    76,    93,    83,    -1,    94,    65,    94,    -1,
  660.       94,    68,    94,    -1,    94,    69,    94,    -1,    94,    70,
  661.       94,    -1,    94,    66,    94,    -1,    94,    67,    94,    -1,
  662.       94,    64,    94,    -1,    94,    63,    94,    -1,    94,    58,
  663.       94,    -1,    94,    57,    94,    -1,    94,    62,    94,    -1,
  664.       94,    61,    94,    -1,    94,    59,    94,    -1,    94,    60,
  665.       94,    -1,    94,    56,    94,    -1,    94,    55,    94,    -1,
  666.       94,    54,    94,    -1,    94,    53,    94,    -1,    94,    52,
  667.       94,    -1,    94,    51,    94,    87,    94,    -1,    94,    50,
  668.       94,    -1,    94,    45,    94,    -1,     3,    -1,     9,    -1,
  669.       16,    -1,     4,    -1,     5,    -1,   108,    -1,    44,    -1,
  670.        8,    76,   134,    83,    -1,    22,    76,   123,    83,    -1,
  671.       29,    59,    92,    60,    76,    94,    83,    -1,    31,    59,
  672.       92,    60,    76,    94,    83,    -1,    30,    59,    92,    60,
  673.       76,    94,    83,    -1,    32,    59,    92,    60,    76,    94,
  674.       83,    -1,     6,    -1,   106,     6,    -1,   106,    -1,     7,
  675.       -1,    46,    -1,    47,    -1,    80,    -1,    81,    -1,   107,
  676.       24,   134,    -1,   135,    33,    -1,   107,    24,   134,    -1,
  677.       13,    24,   134,    -1,    13,    24,    85,   134,    -1,    13,
  678.       24,   134,    24,   134,    -1,   109,    -1,    24,   135,    -1,
  679.      135,    -1,    65,    10,    -1,   132,    -1,    -1,   111,   110,
  680.      111,    -1,   112,    -1,   132,    -1,   113,    -1,    -1,    -1,
  681.      115,    68,   116,   114,    -1,    -1,    68,   117,   114,    -1,
  682.       56,    -1,    56,   115,    -1,   115,    -1,   118,   120,    -1,
  683.      118,    -1,   120,    -1,    76,   119,    83,    -1,   120,   121,
  684.       -1,   121,    -1,   120,   122,    -1,   122,    -1,    75,    86,
  685.       -1,    15,    86,    -1,    75,     3,    86,    -1,    15,     3,
  686.       86,    -1,    76,    83,    -1,    76,   126,    83,    -1,   128,
  687.       -1,    13,    -1,    40,    -1,    38,    -1,    39,    -1,    38,
  688.       40,    -1,    38,    37,    40,    -1,    38,    37,    -1,    37,
  689.       38,    40,    -1,    23,    38,    40,    -1,    38,    23,    40,
  690.       -1,    38,    23,    -1,    38,    38,    -1,    38,    38,    40,
  691.       -1,    38,    38,    37,    40,    -1,    38,    38,    37,    -1,
  692.       37,    38,    38,    -1,    37,    38,    38,    40,    -1,    23,
  693.       38,    38,    -1,    23,    38,    38,    40,    -1,    38,    38,
  694.       23,    -1,    38,    38,    23,    40,    -1,    39,    40,    -1,
  695.       39,    37,    40,    -1,    39,    37,    -1,    23,    39,    40,
  696.       -1,    39,    23,    -1,    39,    23,    40,    -1,    43,    -1,
  697.       38,    43,    -1,    18,   134,    -1,    18,    12,    -1,    18,
  698.      134,    12,    -1,    19,   134,    -1,    19,    12,    -1,    19,
  699.      134,    12,    -1,    20,   134,    -1,    20,    12,    -1,    20,
  700.      134,    12,    -1,    21,   134,    -1,    21,    12,    -1,    21,
  701.      134,    12,    -1,    23,   125,    -1,    23,    -1,    37,   125,
  702.       -1,    37,    -1,    25,   134,    59,   123,    60,    -1,   113,
  703.      124,    -1,   124,   113,    -1,    13,    -1,    40,    -1,    38,
  704.       -1,    39,    -1,   127,    -1,   127,    48,    82,    -1,   123,
  705.       -1,   127,    48,   123,    -1,   124,    -1,   128,   119,    -1,
  706.      124,   130,    -1,    -1,   115,   130,    -1,    41,    42,    -1,
  707.       42,    41,    -1,   131,    -1,    41,    -1,    42,    -1,    17,
  708.       27,    -1,    17,    28,    -1,    17,    27,    75,    86,    -1,
  709.       17,    28,    75,    86,    -1,    17,    27,    15,    86,    -1,
  710.       17,    28,    15,    86,    -1,    17,    66,    -1,    17,    67,
  711.       -1,    17,    68,    -1,    17,    69,    -1,    17,    70,    -1,
  712.       17,    55,    -1,    17,    56,    -1,    17,    54,    -1,    17,
  713.       85,    -1,    17,    84,    -1,    17,    50,    -1,    17,    59,
  714.       -1,    17,    60,    -1,    17,    45,    -1,    17,    64,    -1,
  715.       17,    63,    -1,    17,    58,    -1,    17,    57,    -1,    17,
  716.       62,    -1,    17,    61,    -1,    17,    53,    -1,    17,    52,
  717.       -1,    17,    72,    -1,    17,    71,    -1,    17,    48,    -1,
  718.       17,    78,    -1,    17,    79,    -1,    17,    76,    83,    -1,
  719.       17,    75,    86,    -1,    17,    15,    86,    -1,    17,   129,
  720.       -1,    10,    -1,    80,    -1,    13,    -1,    16,    -1,    11,
  721.       -1,   133,    -1,    10,    -1,    80,    -1,   133,    -1,    11,
  722.       -1
  723. };

  724. /* YYRLINE[YYN] -- source line where rule number YYN was defined.  */
  725. static const yytype_uint16 yyrline[] =
  726. {
  727.        0,   288,   288,   289,   292,   296,   300,   306,   313,   314,
  728.      319,   323,   327,   331,   335,   339,   343,   347,   351,   355,
  729.      359,   363,   367,   371,   377,   384,   394,   400,   407,   415,
  730.      419,   425,   432,   442,   448,   455,   463,   467,   471,   481,
  731.      480,   504,   503,   520,   519,   528,   530,   533,   534,   537,
  732.      539,   541,   548,   545,   557,   556,   582,   586,   589,   593,
  733.      597,   615,   618,   625,   629,   633,   639,   643,   647,   651,
  734.      655,   659,   663,   667,   671,   675,   679,   683,   687,   691,
  735.      695,   699,   703,   707,   711,   715,   719,   723,   730,   737,
  736.      746,   759,   766,   773,   776,   782,   789,   809,   814,   818,
  737.      822,   829,   846,   864,   897,   906,   914,   924,   932,   938,
  738.      948,   963,   985,   998102210311032106011141118,
  739.     1119112211251126113011311136113511391138,
  740.     1141114311471156115811591162116411711178,
  741.     1184119111931195119712011203121512191221,
  742.     1225122912331237124112451249125312571261,
  743.     1265126912731277128112851289129312971301,
  744.     1305130913131317132113251331133713401345,
  745.     1351135413591365136813731379138213871393,
  746.     1397140114051412141614181422142314311439,
  747.     1450145214611467147414751482148614871490,
  748.     1491149414981500150415061508151015121514,
  749.     1516151815201522152415261528153015321534,
  750.     1536153815401542158215841586158815901592,
  751.     1594159615981600160216041606160816101612,
  752.     1614163016311632163316341635163816391647,
  753.     1659
  754. };
  755. #endif

  756. #if YYDEBUG || YYERROR_VERBOSE || 0
  757. /* YYTNAME[SYMBOL-NUM] -- String name of the symbol SYMBOL-NUM.
  758.    First, the terminals, then, starting at YYNTOKENS, nonterminals.  */
  759. static const char *const yytname[] =
  760. {
  761.   "$end", "error", "$undefined", "INT", "FLOAT", "DECFLOAT", "STRING",
  762.   "NSSTRING", "SELECTOR", "CHAR", "NAME", "UNKNOWN_CPP_NAME", "COMPLETE",
  763.   "TYPENAME", "CLASSNAME", "OBJC_LBRAC", "NAME_OR_INT", "OPERATOR",
  764.   "STRUCT", "CLASS", "UNION", "ENUM", "SIZEOF", "UNSIGNED", "COLONCOLON",
  765.   "TEMPLATE", "ERROR", "NEW", "DELETE", "REINTERPRET_CAST", "DYNAMIC_CAST",
  766.   "STATIC_CAST", "CONST_CAST", "ENTRY", "TYPEOF", "DECLTYPE", "TYPEID",
  767.   "SIGNED_KEYWORD", "LONG", "SHORT", "INT_KEYWORD", "CONST_KEYWORD",
  768.   "VOLATILE_KEYWORD", "DOUBLE_KEYWORD", "VARIABLE", "ASSIGN_MODIFY",
  769.   "TRUEKEYWORD", "FALSEKEYWORD", "','", "ABOVE_COMMA", "'='", "'?'",
  770.   "OROR", "ANDAND", "'|'", "'^'", "'&'", "NOTEQUAL", "EQUAL", "'<'", "'>'",
  771.   "GEQ", "LEQ", "RSH", "LSH", "'@'", "'+'", "'-'", "'*'", "'/'", "'%'",
  772.   "DECREMENT", "INCREMENT", "UNARY", "'.'", "'['", "'('", "DOT_STAR",
  773.   "ARROW_STAR", "ARROW", "BLOCKNAME", "FILENAME", "DOTDOTDOT", "')'",
  774.   "'!'", "'~'", "']'", "':'", "'{'", "'}'", "$accept", "start", "type_exp",
  775.   "exp1", "exp", "$@1", "$@2", "$@3", "msglist", "msgarglist", "msgarg",
  776.   "$@4", "$@5", "lcurly", "arglist", "rcurly", "string_exp", "block",
  777.   "variable", "qualified_name", "space_identifier", "const_or_volatile",
  778.   "cv_with_space_id", "const_or_volatile_or_space_identifier_noopt",
  779.   "const_or_volatile_or_space_identifier", "ptr_operator", "$@6", "$@7",
  780.   "ptr_operator_ts", "abs_decl", "direct_abs_decl", "array_mod",
  781.   "func_mod", "type", "typebase", "typename", "parameter_typelist",
  782.   "nonempty_typelist", "ptype", "conversion_type_id",
  783.   "conversion_declarator", "const_and_volatile", "const_or_volatile_noopt",
  784.   "operator", "name", "name_not_typename", YY_NULL
  785. };
  786. #endif

  787. # ifdef YYPRINT
  788. /* YYTOKNUM[YYLEX-NUM] -- Internal token number corresponding to
  789.    token YYLEX-NUM.  */
  790. static const yytype_uint16 yytoknum[] =
  791. {
  792.        0,   256,   257,   258,   259,   260,   261,   262,   263,   264,
  793.      265,   266,   267,   268,   269,   270,   271,   272,   273,   274,
  794.      275,   276,   277,   278,   279,   280,   281,   282,   283,   284,
  795.      285,   286,   287,   288,   289,   290,   291,   292,   293,   294,
  796.      295,   296,   297,   298,   299,   300,   301,   302,    44,   303,
  797.       61,    63,   304,   305,   124,    94,    38,   306,   307,    60,
  798.       62,   308,   309,   310,   311,    64,    43,    45,    42,    47,
  799.       37,   312,   313,   314,    46,    91,    40,   315,   316,   317,
  800.      318,   319,   320,    41,    33,   126,    93,    58,   123,   125
  801. };
  802. # endif

  803. /* YYR1[YYN] -- Symbol number of symbol that rule YYN derives.  */
  804. static const yytype_uint8 yyr1[] =
  805. {
  806.        0,    90,    91,    91,    92,    92,    92,    92,    93,    93,
  807.       94,    94,    94,    94,    94,    94,    94,    94,    94,    94,
  808.       94,    94,    94,    94,    94,    94,    94,    94,    94,    94,
  809.       94,    94,    94,    94,    94,    94,    94,    94,    94,    95,
  810.       94,    96,    94,    97,    94,    98,    98,    99,    99,   100,
  811.      100,   100,   101,    94,   102,    94,   103,   104,   104,   104,
  812.       94,   105,    94,    94,    94,    94,    94,    94,    94,    94,
  813.       94,    94,    94,    94,    94,    94,    94,    94,    94,    94,
  814.       94,    94,    94,    94,    94,    94,    94,    94,    94,    94,
  815.       94,    94,    94,    94,    94,    94,    94,    94,    94,    94,
  816.       94,   106,   106,    94,    94,    94,    94,   107,   107,   107,
  817.      108,   108,   109,   109,   109,   108,   108,   108,   110,   111,
  818.      111,   112,   113,   113,   114,   114,   116,   115,   117,   115,
  819.      115,   115,   118,   119,   119,   119,   120,   120,   120,   120,
  820.      120,   121,   121,   121,   121,   122,   122,   123,   124,   124,
  821.      124,   124,   124,   124,   124,   124,   124,   124,   124,   124,
  822.      124,   124,   124,   124,   124,   124,   124,   124,   124,   124,
  823.      124,   124,   124,   124,   124,   124,   124,   124,   124,   124,
  824.      124,   124,   124,   124,   124,   124,   124,   124,   124,   124,
  825.      124,   124,   124,   124,   124,   124,   125,   125,   125,   125,
  826.      126,   126,   127,   127,   128,   128,   129,   130,   130,   131,
  827.      131,   132,   132,   132,   133,   133,   133,   133,   133,   133,
  828.      133,   133,   133,   133,   133,   133,   133,   133,   133,   133,
  829.      133,   133,   133,   133,   133,   133,   133,   133,   133,   133,
  830.      133,   133,   133,   133,   133,   133,   133,   133,   133,   133,
  831.      133,   134,   134,   134,   134,   134,   134,   135,   135,   135,
  832.      135
  833. };

  834. /* YYR2[YYN] -- Number of symbols composing right hand side of rule YYN.  */
  835. static const yytype_uint8 yyr2[] =
  836. {
  837.        0,     2,     1,     1,     1,     4,     4,     4,     1,     3,
  838.        2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
  839.        4,     4,     2,     3,     4,     3,     4,     5,     3,     3,
  840.        3,     4,     3,     4,     5,     3,     3,     4,     4,     0,
  841.        5,     0,     5,     0,     5,     1,     1,     1,     2,     3,
  842.        2,     2,     0,     5,     0,     5,     1,     0,     1,     3,
  843.        5,     1,     3,     4,     4,     3,     3,     3,     3,     3,
  844.        3,     3,     3,     3,     3,     3,     3,     3,     3,     3,
  845.        3,     3,     3,     3,     3,     5,     3,     3,     1,     1,
  846.        1,     1,     1,     1,     1,     4,     4,     7,     7,     7,
  847.        7,     1,     2,     1,     1,     1,     1,     1,     1,     3,
  848.        2,     3,     3,     4,     5,     1,     2,     1,     2,     1,
  849.        0,     3,     1,     1,     1,     0,     0,     4,     0,     3,
  850.        1,     2,     1,     2,     1,     1,     3,     2,     1,     2,
  851.        1,     2,     2,     3,     3,     2,     3,     1,     1,     1,
  852.        1,     1,     2,     3,     2,     3,     3,     3,     2,     2,
  853.        3,     4,     3,     3,     4,     3,     4,     3,     4,     2,
  854.        3,     2,     3,     2,     3,     1,     2,     2,     2,     3,
  855.        2,     2,     3,     2,     2,     3,     2,     2,     3,     2,
  856.        1,     2,     1,     5,     2,     2,     1,     1,     1,     1,
  857.        1,     3,     1,     3,     1,     2,     2,     0,     2,     2,
  858.        2,     1,     1,     1,     2,     2,     4,     4,     4,     4,
  859.        2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
  860.        2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
  861.        2,     2,     2,     2,     2,     2,     2,     3,     3,     3,
  862.        2,     1,     1,     1,     1,     1,     1,     1,     1,     1,
  863.        1
  864. };

  865. /* YYDEFACT[STATE-NAME] -- Default reduction number in state STATE-NUM.
  866.    Performed when YYTABLE doesn't specify something else to do.  Zero
  867.    means the default is an error.  */
  868. static const yytype_uint16 yydefact[] =
  869. {
  870.      120,    88,    91,    92,   101,   104,     0,    89,   257,   260,
  871.      148,     0,    90,   120,     0,     0,     0,     0,     0,   190,
  872.        0,     0,     0,     0,     0,     0,     0,     0,     0,   192,
  873.      150,   151,   149,   212,   213,   175,    94,   105,   106,     0,
  874.        0,     0,     0,     0,     0,   120,   258,   108,     0,     0,
  875.       56,     0,     3,     2,     8,    57,   103,     0,    93,   115,
  876.        0,   122,   120,     4,   204,   147,   211,   123,   259,   117,
  877.        0,    54,     0,    39,    41,    43,   148,     0,   214,   215,
  878.      233,   244,   230,   241,   240,   227,   225,   226,   237,   236,
  879.      231,   232,   239,   238,   235,   234,   220,   221,   222,   223,
  880.      224,   243,   242,     0,     0,   245,   246,   229,   228,   207,
  881.      250,   251,   255,   178,   253,   254,   252,   256,   177,   181,
  882.      180,   184,   183,   187,   186,     0,   120,    22,   196,   198,
  883.      199,   197,   189,   260,   258,   116,     0,   120,   120,   120,
  884.      120,   120,     0,   120,   198,   199,   191,   158,   154,   159,
  885.      152,   176,   173,   171,   169,   209,   210,    11,    13,    12,
  886.       10,    17,    16,     0,     0,    14,    15,     1,     0,     0,
  887.        0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
  888.        0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
  889.        0,     0,    19,    18,     0,     0,    52,     0,     0,     0,
  890.        0,    58,     0,   102,     0,     0,   120,   194,   195,     0,
  891.      130,   128,     0,   120,   132,   134,   205,   135,   138,   140,
  892.      110,     0,    57,     0,   112,     0,     0,     0,   249,     0,
  893.        0,     0,     0,   248,   247,   207,   206,   179,   182,   185,
  894.      188,     0,   165,   156,   172,   120,     0,     0,     0,     0,
  895.        0,     0,     0,     0,     0,   163,   155,   157,   153,   167,
  896.      162,   160,   174,   170,     0,    65,     9,     0,    87,    86,
  897.        0,    84,    83,    82,    81,    80,    75,    74,    78,    79,
  898.       77,    76,    73,    72,    66,    70,    71,    67,    68,    69,
  899.       32,   253,     0,    35,    30,     0,    57,   202,     0,   200,
  900.       36,    29,    25,     0,    28,    23,    61,     0,     0,    62,
  901.      111,   118,   121,   119,     0,   142,   131,   125,     0,   141,
  902.      145,     0,     0,   126,   133,   120,   137,   139,    95,     0,
  903.      113,     0,     0,     0,     0,    46,    47,    45,     0,     0,
  904.      218,   216,   219,   217,   126,   208,    96,   166,     0,     0,
  905.        0,     0,     0,     5,     6,     7,    21,    20,   164,   168,
  906.      161,    64,    38,     0,    33,    31,    37,     0,   120,   120,
  907.       26,    24,    63,    59,   144,   124,   129,   143,   136,   146,
  908.      125,    55,   114,    51,    50,    40,    48,     0,     0,    42,
  909.       44,   193,     0,     0,     0,     0,    85,    34,    53,    60,
  910.      201,   203,    27,   127,    49,     0,     0,     0,     0,    97,
  911.       99,    98,   100
  912. };

  913. /* YYDEFGOTO[NTERM-NUM].  */
  914. static const yytype_int16 yydefgoto[] =
  915. {
  916.       -1,    51,   163,   164,    54,   225,   226,   227,   334,   335,
  917.      336,   296,   222,    55,   202,   307,    56,    57,    58,    59,
  918.      206,    60,    61,    62,   376,   214,   380,   317,   215,   216,
  919.      217,   218,   219,    63,    64,   132,   322,   299,    65,   110,
  920.      236,    66,    67,    68,   337,    69
  921. };

  922. /* YYPACT[STATE-NUM] -- Index in YYTABLE of the portion describing
  923.    STATE-NUM.  */
  924. #define YYPACT_NINF -214
  925. static const yytype_int16 yypact[] =
  926. {
  927.      468,  -214,  -214,  -214,  -214,  -214,   -24,  -214,  -214,    -2,
  928.       58,   640,  -214,   886,   265,   292,   330,   347,   726,   110,
  929.       25,   193,    33,    48,    63,    84,    50,    80,    82,   185,
  930.      328,    22,  -214,   139,   149,  -214,  -214,  -214,  -214,   812,
  931.      812,   812,   812,   812,   812,   468,   167,  -214,   812,   812,
  932.     -214,   192,  -214,   1451399,   382,   189,   172,  -214,  -214,
  933.      135,  -214,   746,  -214,    86,   215,  -214,   136,  -214,   186,
  934.      193,  -214,    53,    58,  -2141399,  -214,   141,    19,    43,
  935.     -214,  -214,  -214,  -214,  -214,  -214,  -214,  -214,  -214,  -214,
  936.     -214,  -214,  -214,  -214,  -214,  -214,  -214,  -214,  -214,  -214,
  937.     -214,  -214,  -214,   142,   146,  -214,  -214,  -214,  -214,   271,
  938.     -214,  -214,  -214,  -214,  -214,  -214,  -214,  -214,   220,  -214,
  939.      222,  -214,   223,  -214,   230,    58,   468,    24,  -214,    96,
  940.      204,  -214,  -214,  -214,  -214,  -214,   203,   660,   660,   660,
  941.      660,   554,   812,   468,    97,  -214,  -214,   211,   232,   288,
  942.     -214,  -214,   239,   240,  -214,  -214,  -214,    24,    24,    24,
  943.       24,    24,    24,   180,   -23,    24,    24,  -214,   812,   812,
  944.      812,   812,   812,   812,   812,   812,   812,   812,   812,   812,
  945.      812,   812,   812,   812,   812,   812,   812,   812,   812,   812,
  946.      812,   812,  -214,  -214,    67,   8121669,   812,   812,   103,
  947.      1951399,    -8,  -214,   193,   278,    30,    86,  -214,     5,
  948.      221,  -214,    11,   218,   224,    12,  -214,    34,  -214,  -214,
  949.     -214,   216,   812,   193,   276,    37,    37,    37,  -214,   228,
  950.      229,   233,   234,  -214,  -214,   -13,  -214,  -214,  -214,  -214,
  951.     -214,   235,   267,  -214,  -214,   746,   256,   263,   264,   269,
  952.      993,   2481051,   2491109,   293,  -214,  -214,  -214,   295,
  953.      297,  -214,  -214,  -214,   812,  -2141399,    2013991399,
  954.      922145714861515154415731602160210721072,
  955.     10721072,   365,   365113011881188,    24,    24,    24,
  956.     -214,    58,   193,  -214,   332,    60,   812,  -214,   266,   300,
  957.      138,   138,  -214,   193,  -214,   338,  -214,   812,   812,  -214,
  958.      329,  -214,  -214,  -214,   268,  -214,   224,    86,   270,  -214,
  959.     -214,   272,   279,  -214,    34,   227,  -214,  -214,  -214,   -22,
  960.     -214,   193,   812,   812,   275,    37,  -214,   280,   283,   284,
  961.     -214,  -214,  -214,  -214,  -214,  -214,  -214,  -214,   313,   298,
  962.      299,   302,   303,  -214,  -214,  -214,  -214,  -214,  -214,  -214,
  963.     -214,    24,  -214,   812,   364,  -214,  -214,    38,    30,   992,
  964.      384,  -214,    241399,  -214,  -214,  -214,  -214,  -214,  -214,
  965.       86,  -214,  -21413991399,  -214,  -214,   280,   812,  -214,
  966.     -214,  -214,   812,   812,   812,   8121428,  -214,  -214,  -214,
  967.     -214,  -214,  -214,  -21413991167122512831341,  -214,
  968.     -214,  -214,  -214
  969. };

  970. /* YYPGOTO[NTERM-NUM].  */
  971. static const yytype_int16 yypgoto[] =
  972. {
  973.     -214,  -214,     2,    13,   -11,  -214,  -214,  -214,   -72,  -214,
  974.       59,  -214,  -214,  -214,  -207,   206,  -214,  -214,  -214,  -143,
  975.     -214,  -184,  -214,   -63,    29,  -106,  -214,  -214,  -214,   202,
  976.      231,  -213,  -212,  -120,    28,   416,   255,  -214,  -214,  -214,
  977.      217,  -214,  -183,    -5,     3,   435
  978. };

  979. /* YYTABLE[YYPACT[STATE-NUM]].  What to do in state STATE-NUM.  If
  980.    positive, shift that token.  If negative, reduce the rule which
  981.    number is the opposite.  If YYTABLE_NINF, syntax error.  */
  982. #define YYTABLE_NINF -121
  983. static const yytype_int16 yytable[] =
  984. {
  985.       75,   208,    52,   235,   326,   327,   241,   127,   314,   117,
  986.      117,   117,   117,    53,   318,   329,   117,   118,   120,   122,
  987.      124,   251,   312,   313,   136,   168,   308,   209,   157,   158,
  988.      159,   160,   161,   162,   229,     8,   133,   165,   166,   169,
  989.      308,   109,    13,   210,   201,   152,   208,   111,   112,   209,
  990.      114,   293,    70,   115,    13,   344,   304,   200,   231,   153,
  991.      265,   381,   154,   111,   112,   117,   114,   117,   168,   115,
  992.       13,    33,    34,   221,    71,   224,   297,   111,   112,   290,
  993.      291,   306,    72,   115,    13,   332,   308,   212,   213,   367,
  994.      207,   315,   137,   297,   230,   192,   193,   319,   194,   195,
  995.      196,   197,   198,   199,   316,   134,   362,   138,   168,   212,
  996.      325,   326,   327,   111,   112,   302,   291,   116,   232,   115,
  997.       13,   398,   139,   128,   333,   348,   141,    33,    34,   235,
  998.      250,   252,   254,   116,   242,   255,   243,   256,   223,   246,
  999.      247,   248,   249,   140,   208,   253,   366,   116,   129,   130,
  1000.      131,  -120,   292,   169,   338,   339,   142,   266,   143,   268,
  1001.      269,   270,   271,   272,   273,   274,   275,   276,   277,   278,
  1002.      279,   280,   281,   282,   283,   284,   285,   286,   287,   288,
  1003.      289,   155,   267,   116,   399,   313,   300,   301,   303,   117,
  1004.      156,  -107,   167,   168,   117,   203,   204,   294,   128,   117,
  1005.      205,  -119,   305,   111,   112,   297,   114,   310,   295,   115,
  1006.       13,   201,   194,   195,   196,   197,   198,   199,   117,   220,
  1007.      117,   117,   117,   144,   145,   131,   330,   228,   233,   234,
  1008.      209,    76,   237,   209,   238,   239,    14,    15,    16,    17,
  1009.       76,    19,   240,    21,   244,    14,    15,    16,    17,   401,
  1010.       19,   257,    21,   361,   375,    29,    30,    31,    32,    33,
  1011.       34,    35,   245,   264,    29,    30,    31,    32,    33,    34,
  1012.       35,   210,   258,   116,   210,   111,   112,   113,   114,   262,
  1013.      263,   115,    13,   211,   306,   201,   211,   117,   311,   211,
  1014.      212,   213,   323,   212,   213,   364,   372,   373,   117,   328,
  1015.      331,   320,   111,   112,   119,   114,   370,   347,   115,    13,
  1016.      320,   259,    33,    34,   340,   341,   349,   375,   346,   342,
  1017.      343,   383,   384,   350,   351,   260,   117,   210,   261,   352,
  1018.      117,   354,   356,   358,   382,   359,  -120,   360,   387,   211,
  1019.      111,   112,   121,   114,   365,   116,   115,    13,   369,   368,
  1020.      371,   147,   396,  -109,   374,   378,   377,   111,   112,   123,
  1021.      114,   385,   379,   115,    13,   148,   149,   388,   150,   389,
  1022.      390,   151,   116,   391,   392,   393,   397,   404,   394,   395,
  1023.      169,   405,   406,   407,   408,     1,     2,     3,     4,     5,
  1024.        6,     7,     8,     9,   386,    10,   402,    11,    12,    13,
  1025.       14,    15,    16,    17,    18,    19,    20,    21,   309,   403,
  1026.      116,    22,    23,    24,    25,   321,    26,    27,    28,    29,
  1027.       30,    31,    32,    33,    34,    35,    36,   116,    37,    38,
  1028.      186,   187,   188,   189,   190,   191,   192,   193,    39,   194,
  1029.      195,   196,   197,   198,   199,   146,   324,  -120,    40,    41,
  1030.       42,   298,   345,    43,    44,   135,     0,     0,    45,     0,
  1031.        0,     0,    46,    47,     0,     0,    48,    49,     0,     0,
  1032.       50,     1,     2,     3,     4,     5,     6,     7,     8,     9,
  1033.        0,    10,     0,    11,    12,    13,    14,    15,    16,    17,
  1034.       18,    19,    20,    21,     0,     0,     0,    22,    23,    24,
  1035.       25,     0,    26,    27,    28,    29,    30,    31,    32,    33,
  1036.       34,    35,    36,     0,    37,    38,     0,     0,     0,     0,
  1037.        0,     0,     0,     0,    39,     0,     0,     0,     0,     0,
  1038.        0,     0,     0,     0,    40,    41,    42,     0,     0,    43,
  1039.       44,     0,     0,     0,    45,     0,     0,     0,    46,    47,
  1040.        0,     0,    48,    49,     0,     0,    50,     1,     2,     3,
  1041.        4,     5,     6,     7,     8,     9,     0,    10,     0,    11,
  1042.       12,    13,    14,    15,    16,    17,    18,    19,    20,    21,
  1043.        0,     0,     0,    22,    23,    24,    25,     0,     0,     0,
  1044.       28,    29,    30,    31,    32,    33,    34,    35,    36,     0,
  1045.       37,    38,     0,     0,     0,     0,     0,     0,     0,     0,
  1046.       39,     0,     0,     0,     0,     0,     0,     0,     0,     0,
  1047.       40,    41,    42,     0,     0,    43,    44,     0,     0,     0,
  1048.       45,     0,     0,     0,    46,    47,     0,     0,    48,    49,
  1049.        0,     0,    50,     1,     2,     3,     4,     5,     6,     7,
  1050.        8,     9,     0,    73,    74,    11,    12,    13,     0,     0,
  1051.        0,     0,    18,     0,    20,     0,     0,     0,     0,    22,
  1052.       23,    24,    25,    76,     0,     0,    28,     0,    14,    15,
  1053.       16,    17,     0,    19,    36,    21,    37,    38,     0,     0,
  1054.        0,     0,     0,     0,    26,    27,    39,    29,    30,    31,
  1055.       32,    33,    34,    35,     0,     0,    40,    41,    42,     0,
  1056.        0,    43,    44,     0,     0,     0,    45,     0,     0,     0,
  1057.       46,    47,     0,     0,    48,    49,     0,     0,    50,     1,
  1058.        2,     3,     4,     5,     6,     7,     8,     9,     0,   125,
  1059.        0,    11,    12,    13,     0,     0,     0,     0,    18,     0,
  1060.       20,     0,     0,     0,     0,    22,    23,    24,    25,    76,
  1061.        0,     0,    28,     0,    14,    15,    16,    17,     0,    19,
  1062.       36,    21,    37,    38,     0,     0,     0,     0,     0,     0,
  1063.        0,     0,    39,    29,    30,    31,    32,    33,    34,    35,
  1064.        0,     0,    40,    41,    42,     0,     0,    43,    44,     0,
  1065.        0,     0,   126,     0,     0,     0,    46,    47,     0,     0,
  1066.       48,    49,     0,     0,    50,     1,     2,     3,     4,     5,
  1067.        6,     7,     8,     9,     0,   125,     0,    11,    12,    13,
  1068.        0,     0,     0,     0,    18,     0,    20,     0,     0,     0,
  1069.        0,    22,    23,    24,    25,     0,     0,     0,    28,     0,
  1070.        0,     0,     0,     0,     0,     0,    36,     0,    37,    38,
  1071.        0,     0,     0,     0,     0,     0,     0,     0,    39,     0,
  1072.        0,     0,     0,     0,     0,     0,     0,     0,    40,    41,
  1073.       42,     0,     0,    43,    44,     0,     0,     0,    45,     0,
  1074.        0,     0,    46,    47,     0,     0,    48,    49,     0,    76,
  1075.       50,    77,     0,     0,    14,    15,    16,    17,     0,    19,
  1076.        0,    21,     0,    78,    79,     0,     0,     0,     0,     0,
  1077.        0,     0,     0,    29,    30,    31,    32,    33,    34,    35,
  1078.        0,    80,     0,     0,    81,     0,    82,   169,    83,    84,
  1079.       85,    86,    87,    88,    89,    90,    91,    92,    93,    94,
  1080.       95,     0,    96,    97,    98,    99,   100,   101,   102,     0,
  1081.        0,   103,   104,     0,   105,   106,     0,   170,     0,     0,
  1082.      107,   108,   171,   172,   173,   174,   175,   176,   177,   178,
  1083.      179,   180,   181,   182,   183,   184,   185,   186,   187,   188,
  1084.      189,   190,   191,   192,   193,     0,   194,   195,   196,   197,
  1085.      198,   199,     0,     0,     0,    76,     0,     0,   169,   363,
  1086.       14,    15,    16,    17,     0,    19,     0,    21,     0,     0,
  1087.        0,     0,     0,     0,     0,     0,     0,     0,     0,    29,
  1088.       30,    31,    32,    33,    34,    35,     0,     0,   170,     0,
  1089.        0,     0,     0,   171,   172,   173,   174,   175,   176,   177,
  1090.      178,   179,   180,   181,   182,   183,   184,   185,   186,   187,
  1091.      188,   189,   190,   191,   192,   193,   169,   194,   195,   196,
  1092.      197,   198,   199,     0,   400,     0,   353,     0,     0,     0,
  1093.        0,     0,     0,     0,     0,     0,     0,   169,     0,     0,
  1094.        0,     0,     0,     0,     0,     0,   170,     0,     0,     0,
  1095.        0,   171,   172,   173,   174,   175,   176,   177,   178,   179,
  1096.      180,   181,   182,   183,   184,   185,   186,   187,   188,   189,
  1097.      190,   191,   192,   193,   169,   194,   195,   196,   197,   198,
  1098.      199,     0,     0,     0,   355,   184,   185,   186,   187,   188,
  1099.      189,   190,   191,   192,   193,   169,   194,   195,   196,   197,
  1100.      198,   199,     0,     0,   170,     0,     0,     0,     0,   171,
  1101.      172,   173,   174,   175,   176,   177,   178,   179,   180,   181,
  1102.      182,   183,   184,   185,   186,   187,   188,   189,   190,   191,
  1103.      192,   193,   169,   194,   195,   196,   197,   198,   199,     0,
  1104.        0,     0,   357,     0,     0,     0,   187,   188,   189,   190,
  1105.      191,   192,   193,   169,   194,   195,   196,   197,   198,   199,
  1106.        0,     0,   170,     0,     0,     0,     0,   171,   172,   173,
  1107.      174,   175,   176,   177,   178,   179,   180,   181,   182,   183,
  1108.      184,   185,   186,   187,   188,   189,   190,   191,   192,   193,
  1109.      169,   194,   195,   196,   197,   198,   199,     0,     0,     0,
  1110.      409,     0,     0,     0,     0,     0,   189,   190,   191,   192,
  1111.      193,     0,   194,   195,   196,   197,   198,   199,     0,     0,
  1112.      170,     0,     0,     0,     0,   171,   172,   173,   174,   175,
  1113.      176,   177,   178,   179,   180,   181,   182,   183,   184,   185,
  1114.      186,   187,   188,   189,   190,   191,   192,   193,   169,   194,
  1115.      195,   196,   197,   198,   199,     0,     0,     0,   410,     0,
  1116.        0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
  1117.        0,     0,     0,     0,     0,     0,     0,     0,   170,     0,
  1118.        0,     0,     0,   171,   172,   173,   174,   175,   176,   177,
  1119.      178,   179,   180,   181,   182,   183,   184,   185,   186,   187,
  1120.      188,   189,   190,   191,   192,   193,   169,   194,   195,   196,
  1121.      197,   198,   199,     0,     0,     0,   411,     0,     0,     0,
  1122.        0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
  1123.        0,     0,     0,     0,     0,     0,   170,     0,     0,     0,
  1124.        0,   171,   172,   173,   174,   175,   176,   177,   178,   179,
  1125.      180,   181,   182,   183,   184,   185,   186,   187,   188,   189,
  1126.      190,   191,   192,   193,   169,   194,   195,   196,   197,   198,
  1127.      199,     0,     0,     0,   412,     0,     0,     0,     0,     0,
  1128.        0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
  1129.        0,     0,     0,   169,   170,     0,     0,     0,     0,   171,
  1130.      172,   173,   174,   175,   176,   177,   178,   179,   180,   181,
  1131.      182,   183,   184,   185,   186,   187,   188,   189,   190,   191,
  1132.      192,   193,   169,   194,   195,   196,   197,   198,   199,   172,
  1133.      173,   174,   175,   176,   177,   178,   179,   180,   181,   182,
  1134.      183,   184,   185,   186,   187,   188,   189,   190,   191,   192,
  1135.      193,   169,   194,   195,   196,   197,   198,   199,     0,     0,
  1136.      174,   175,   176,   177,   178,   179,   180,   181,   182,   183,
  1137.      184,   185,   186,   187,   188,   189,   190,   191,   192,   193,
  1138.      169,   194,   195,   196,   197,   198,   199,     0,     0,     0,
  1139.      175,   176,   177,   178,   179,   180,   181,   182,   183,   184,
  1140.      185,   186,   187,   188,   189,   190,   191,   192,   193,   169,
  1141.      194,   195,   196,   197,   198,   199,     0,     0,     0,     0,
  1142.      176,   177,   178,   179,   180,   181,   182,   183,   184,   185,
  1143.      186,   187,   188,   189,   190,   191,   192,   193,   169,   194,
  1144.      195,   196,   197,   198,   199,     0,     0,     0,     0,     0,
  1145.      177,   178,   179,   180,   181,   182,   183,   184,   185,   186,
  1146.      187,   188,   189,   190,   191,   192,   193,   169,   194,   195,
  1147.      196,   197,   198,   199,     0,     0,     0,     0,     0,     0,
  1148.      178,   179,   180,   181,   182,   183,   184,   185,   186,   187,
  1149.      188,   189,   190,   191,   192,   193,     0,   194,   195,   196,
  1150.      197,   198,   199,     0,     0,     0,     0,     0,     0,     0,
  1151.        0,   180,   181,   182,   183,   184,   185,   186,   187,   188,
  1152.      189,   190,   191,   192,   193,     0,   194,   195,   196,   197,
  1153.      198,   199,    76,     0,     0,     0,     0,    14,    15,    16,
  1154.       17,     0,    19,     0,    21,     0,     0,     0,     0,     0,
  1155.        0,     0,     0,     0,     0,     0,    29,    30,    31,    32,
  1156.       33,    34,    35,     0,     0,     0,     0,     0,     0,     0,
  1157.        0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
  1158.        0,     0,     0,     0,  -120
  1159. };

  1160. #define yypact_value_is_default(Yystate) \
  1161.   (!!((Yystate) == (-214)))

  1162. #define yytable_value_is_error(Yytable_value) \
  1163.   YYID (0)

  1164. static const yytype_int16 yycheck[] =
  1165. {
  1166.       11,    64,     0,   109,   217,   217,   126,    18,     3,    14,
  1167.       15,    16,    17,     0,     3,   222,    21,    14,    15,    16,
  1168.       17,   141,   206,   206,    21,    48,    48,    15,    39,    40,
  1169.       41,    42,    43,    44,    15,    10,    11,    48,    49,    15,
  1170.       48,    13,    17,    56,    55,    23,   109,    10,    11,    15,
  1171.       13,   194,    76,    16,    17,    68,   199,    55,    15,    37,
  1172.       83,    83,    40,    10,    11,    70,    13,    72,    48,    16,
  1173.       17,    41,    42,    70,    76,    72,   196,    10,    11,    12,
  1174.       13,    89,    24,    16,    17,    48,    48,    75,    76,   296,
  1175.       62,    86,    59,   213,    75,    71,    72,    86,    74,    75,
  1176.       76,    77,    78,    79,   210,    80,    86,    59,    48,    75,
  1177.       76,   324,   324,    10,    11,    12,    13,    80,    75,    16,
  1178.       17,    83,    59,    13,    87,   245,    76,    41,    42,   235,
  1179.      141,   142,   143,    80,    38,    38,    40,    40,    85,   137,
  1180.      138,   139,   140,    59,   207,   143,    86,    80,    38,    39,
  1181.       40,    65,    85,    15,   226,   227,    76,   168,    76,   170,
  1182.      171,   172,   173,   174,   175,   176,   177,   178,   179,   180,
  1183.      181,   182,   183,   184,   185,   186,   187,   188,   189,   190,
  1184.      191,    42,   169,    80,   368,   368,   197,   198,    85,   194,
  1185.       41,    24,     0,    48,   199,     6,    24,   194,    13,   204,
  1186.       65,    65,   199,    10,    11,   325,    13,   204,   195,    16,
  1187.       17,   222,    74,    75,    76,    77,    78,    79,   223,    33,
  1188.      225,   226,   227,    38,    39,    40,   223,    86,    86,    83,
  1189.       15,    13,    12,    15,    12,    12,    18,    19,    20,    21,
  1190.       13,    23,    12,    25,    40,    18,    19,    20,    21,   369,
  1191.       23,    40,    25,   264,   317,    37,    38,    39,    40,    41,
  1192.       42,    43,    59,    83,    37,    38,    39,    40,    41,    42,
  1193.       43,    56,    40,    80,    56,    10,    11,    12,    13,    40,
  1194.       40,    16,    17,    68,    89,   296,    68,   292,    10,    68,
  1195.       75,    76,    68,    75,    76,   292,   307,   308,   303,    83,
  1196.       24,    83,    10,    11,    12,    13,   303,    40,    16,    17,
  1197.       83,    23,    41,    42,    86,    86,    60,   380,    83,    86,
  1198.       86,   332,   333,    60,    60,    37,   331,    56,    40,    60,
  1199.      335,    83,    83,    40,   331,    40,    65,    40,   335,    68,
  1200.       10,    11,    12,    13,    12,    80,    16,    17,    48,    83,
  1201.       12,    23,   363,    24,    86,    83,    86,    10,    11,    12,
  1202.       13,    86,    83,    16,    17,    37,    38,    87,    40,    86,
  1203.       86,    43,    80,    60,    76,    76,    12,   388,    76,    76,
  1204.       15,   392,   393,   394,   395,     3,     4,     5,     6,     7,
  1205.        8,     9,    10,    11,   335,    13,    12,    15,    16,    17,
  1206.       18,    19,    20,    21,    22,    23,    24,    25,   202,   380,
  1207.       80,    29,    30,    31,    32,   213,    34,    35,    36,    37,
  1208.       38,    39,    40,    41,    42,    43,    44,    80,    46,    47,
  1209.       65,    66,    67,    68,    69,    70,    71,    72,    56,    74,
  1210.       75,    76,    77,    78,    79,    29,   215,    65,    66,    67,
  1211.       68,   196,   235,    71,    72,    20,    -1,    -1,    76,    -1,
  1212.       -1,    -1,    80,    81,    -1,    -1,    84,    85,    -1,    -1,
  1213.       88,     3,     4,     5,     6,     7,     8,     9,    10,    11,
  1214.       -1,    13,    -1,    15,    16,    17,    18,    19,    20,    21,
  1215.       22,    23,    24,    25,    -1,    -1,    -1,    29,    30,    31,
  1216.       32,    -1,    34,    35,    36,    37,    38,    39,    40,    41,
  1217.       42,    43,    44,    -1,    46,    47,    -1,    -1,    -1,    -1,
  1218.       -1,    -1,    -1,    -1,    56,    -1,    -1,    -1,    -1,    -1,
  1219.       -1,    -1,    -1,    -1,    66,    67,    68,    -1,    -1,    71,
  1220.       72,    -1,    -1,    -1,    76,    -1,    -1,    -1,    80,    81,
  1221.       -1,    -1,    84,    85,    -1,    -1,    88,     3,     4,     5,
  1222.        6,     7,     8,     9,    10,    11,    -1,    13,    -1,    15,
  1223.       16,    17,    18,    19,    20,    21,    22,    23,    24,    25,
  1224.       -1,    -1,    -1,    29,    30,    31,    32,    -1,    -1,    -1,
  1225.       36,    37,    38,    39,    40,    41,    42,    43,    44,    -1,
  1226.       46,    47,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
  1227.       56,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
  1228.       66,    67,    68,    -1,    -1,    71,    72,    -1,    -1,    -1,
  1229.       76,    -1,    -1,    -1,    80,    81,    -1,    -1,    84,    85,
  1230.       -1,    -1,    88,     3,     4,     5,     6,     7,     8,     9,
  1231.       10,    11,    -1,    13,    14,    15,    16,    17,    -1,    -1,
  1232.       -1,    -1,    22,    -1,    24,    -1,    -1,    -1,    -1,    29,
  1233.       30,    31,    32,    13,    -1,    -1,    36,    -1,    18,    19,
  1234.       20,    21,    -1,    23,    44,    25,    46,    47,    -1,    -1,
  1235.       -1,    -1,    -1,    -1,    34,    35,    56,    37,    38,    39,
  1236.       40,    41,    42,    43,    -1,    -1,    66,    67,    68,    -1,
  1237.       -1,    71,    72,    -1,    -1,    -1,    76,    -1,    -1,    -1,
  1238.       80,    81,    -1,    -1,    84,    85,    -1,    -1,    88,     3,
  1239.        4,     5,     6,     7,     8,     9,    10,    11,    -1,    13,
  1240.       -1,    15,    16,    17,    -1,    -1,    -1,    -1,    22,    -1,
  1241.       24,    -1,    -1,    -1,    -1,    29,    30,    31,    32,    13,
  1242.       -1,    -1,    36,    -1,    18,    19,    20,    21,    -1,    23,
  1243.       44,    25,    46,    47,    -1,    -1,    -1,    -1,    -1,    -1,
  1244.       -1,    -1,    56,    37,    38,    39,    40,    41,    42,    43,
  1245.       -1,    -1,    66,    67,    68,    -1,    -1,    71,    72,    -1,
  1246.       -1,    -1,    76,    -1,    -1,    -1,    80,    81,    -1,    -1,
  1247.       84,    85,    -1,    -1,    88,     3,     4,     5,     6,     7,
  1248.        8,     9,    10,    11,    -1,    13,    -1,    15,    16,    17,
  1249.       -1,    -1,    -1,    -1,    22,    -1,    24,    -1,    -1,    -1,
  1250.       -1,    29,    30,    31,    32,    -1,    -1,    -1,    36,    -1,
  1251.       -1,    -1,    -1,    -1,    -1,    -1,    44,    -1,    46,    47,
  1252.       -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    56,    -1,
  1253.       -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    66,    67,
  1254.       68,    -1,    -1,    71,    72,    -1,    -1,    -1,    76,    -1,
  1255.       -1,    -1,    80,    81,    -1,    -1,    84,    85,    -1,    13,
  1256.       88,    15,    -1,    -1,    18,    19,    20,    21,    -1,    23,
  1257.       -1,    25,    -1,    27,    28,    -1,    -1,    -1,    -1,    -1,
  1258.       -1,    -1,    -1,    37,    38,    39,    40,    41,    42,    43,
  1259.       -1,    45,    -1,    -1,    48,    -1,    50,    15,    52,    53,
  1260.       54,    55,    56,    57,    58,    59,    60,    61,    62,    63,
  1261.       64,    -1,    66,    67,    68,    69,    70,    71,    72,    -1,
  1262.       -1,    75,    76,    -1,    78,    79,    -1,    45,    -1,    -1,
  1263.       84,    85,    50,    51,    52,    53,    54,    55,    56,    57,
  1264.       58,    59,    60,    61,    62,    63,    64,    65,    66,    67,
  1265.       68,    69,    70,    71,    72,    -1,    74,    75,    76,    77,
  1266.       78,    79,    -1,    -1,    -1,    13,    -1,    -1,    15,    87,
  1267.       18,    19,    20,    21,    -1,    23,    -1,    25,    -1,    -1,
  1268.       -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    37,
  1269.       38,    39,    40,    41,    42,    43,    -1,    -1,    45,    -1,
  1270.       -1,    -1,    -1,    50,    51,    52,    53,    54,    55,    56,
  1271.       57,    58,    59,    60,    61,    62,    63,    64,    65,    66,
  1272.       67,    68,    69,    70,    71,    72,    15,    74,    75,    76,
  1273.       77,    78,    79,    -1,    82,    -1,    83,    -1,    -1,    -1,
  1274.       -1,    -1,    -1,    -1,    -1,    -1,    -1,    15,    -1,    -1,
  1275.       -1,    -1,    -1,    -1,    -1,    -1,    45,    -1,    -1,    -1,
  1276.       -1,    50,    51,    52,    53,    54,    55,    56,    57,    58,
  1277.       59,    60,    61,    62,    63,    64,    65,    66,    67,    68,
  1278.       69,    70,    71,    72,    15,    74,    75,    76,    77,    78,
  1279.       79,    -1,    -1,    -1,    83,    63,    64,    65,    66,    67,
  1280.       68,    69,    70,    71,    72,    15,    74,    75,    76,    77,
  1281.       78,    79,    -1,    -1,    45,    -1,    -1,    -1,    -1,    50,
  1282.       51,    52,    53,    54,    55,    56,    57,    58,    59,    60,
  1283.       61,    62,    63,    64,    65,    66,    67,    68,    69,    70,
  1284.       71,    72,    15,    74,    75,    76,    77,    78,    79,    -1,
  1285.       -1,    -1,    83,    -1,    -1,    -1,    66,    67,    68,    69,
  1286.       70,    71,    72,    15,    74,    75,    76,    77,    78,    79,
  1287.       -1,    -1,    45,    -1,    -1,    -1,    -1,    50,    51,    52,
  1288.       53,    54,    55,    56,    57,    58,    59,    60,    61,    62,
  1289.       63,    64,    65,    66,    67,    68,    69,    70,    71,    72,
  1290.       15,    74,    75,    76,    77,    78,    79,    -1,    -1,    -1,
  1291.       83,    -1,    -1,    -1,    -1,    -1,    68,    69,    70,    71,
  1292.       72,    -1,    74,    75,    76,    77,    78,    79,    -1,    -1,
  1293.       45,    -1,    -1,    -1,    -1,    50,    51,    52,    53,    54,
  1294.       55,    56,    57,    58,    59,    60,    61,    62,    63,    64,
  1295.       65,    66,    67,    68,    69,    70,    71,    72,    15,    74,
  1296.       75,    76,    77,    78,    79,    -1,    -1,    -1,    83,    -1,
  1297.       -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
  1298.       -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    45,    -1,
  1299.       -1,    -1,    -1,    50,    51,    52,    53,    54,    55,    56,
  1300.       57,    58,    59,    60,    61,    62,    63,    64,    65,    66,
  1301.       67,    68,    69,    70,    71,    72,    15,    74,    75,    76,
  1302.       77,    78,    79,    -1,    -1,    -1,    83,    -1,    -1,    -1,
  1303.       -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
  1304.       -1,    -1,    -1,    -1,    -1,    -1,    45,    -1,    -1,    -1,
  1305.       -1,    50,    51,    52,    53,    54,    55,    56,    57,    58,
  1306.       59,    60,    61,    62,    63,    64,    65,    66,    67,    68,
  1307.       69,    70,    71,    72,    15,    74,    75,    76,    77,    78,
  1308.       79,    -1,    -1,    -1,    83,    -1,    -1,    -1,    -1,    -1,
  1309.       -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
  1310.       -1,    -1,    -1,    15,    45,    -1,    -1,    -1,    -1,    50,
  1311.       51,    52,    53,    54,    55,    56,    57,    58,    59,    60,
  1312.       61,    62,    63,    64,    65,    66,    67,    68,    69,    70,
  1313.       71,    72,    15,    74,    75,    76,    77,    78,    79,    51,
  1314.       52,    53,    54,    55,    56,    57,    58,    59,    60,    61,
  1315.       62,    63,    64,    65,    66,    67,    68,    69,    70,    71,
  1316.       72,    15,    74,    75,    76,    77,    78,    79,    -1,    -1,
  1317.       53,    54,    55,    56,    57,    58,    59,    60,    61,    62,
  1318.       63,    64,    65,    66,    67,    68,    69,    70,    71,    72,
  1319.       15,    74,    75,    76,    77,    78,    79,    -1,    -1,    -1,
  1320.       54,    55,    56,    57,    58,    59,    60,    61,    62,    63,
  1321.       64,    65,    66,    67,    68,    69,    70,    71,    72,    15,
  1322.       74,    75,    76,    77,    78,    79,    -1,    -1,    -1,    -1,
  1323.       55,    56,    57,    58,    59,    60,    61,    62,    63,    64,
  1324.       65,    66,    67,    68,    69,    70,    71,    72,    15,    74,
  1325.       75,    76,    77,    78,    79,    -1,    -1,    -1,    -1,    -1,
  1326.       56,    57,    58,    59,    60,    61,    62,    63,    64,    65,
  1327.       66,    67,    68,    69,    70,    71,    72,    15,    74,    75,
  1328.       76,    77,    78,    79,    -1,    -1,    -1,    -1,    -1,    -1,
  1329.       57,    58,    59,    60,    61,    62,    63,    64,    65,    66,
  1330.       67,    68,    69,    70,    71,    72,    -1,    74,    75,    76,
  1331.       77,    78,    79,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
  1332.       -1,    59,    60,    61,    62,    63,    64,    65,    66,    67,
  1333.       68,    69,    70,    71,    72,    -1,    74,    75,    76,    77,
  1334.       78,    79,    13,    -1,    -1,    -1,    -1,    18,    19,    20,
  1335.       21,    -1,    23,    -1,    25,    -1,    -1,    -1,    -1,    -1,
  1336.       -1,    -1,    -1,    -1,    -1,    -1,    37,    38,    39,    40,
  1337.       41,    42,    43,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
  1338.       -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
  1339.       -1,    -1,    -1,    -1,    65
  1340. };

  1341. /* YYSTOS[STATE-NUM] -- The (internal number of the) accessing
  1342.    symbol of state STATE-NUM.  */
  1343. static const yytype_uint8 yystos[] =
  1344. {
  1345.        0,     3,     4,     5,     6,     7,     8,     9,    10,    11,
  1346.       13,    15,    16,    17,    18,    19,    20,    21,    22,    23,
  1347.       24,    25,    29,    30,    31,    32,    34,    35,    36,    37,
  1348.       38,    39,    40,    41,    42,    43,    44,    46,    47,    56,
  1349.       66,    67,    68,    71,    72,    76,    80,    81,    84,    85,
  1350.       88,    91,    92,    93,    94,   103,   106,   107,   108,   109,
  1351.      111,   112,   113,   123,   124,   128,   131,   132,   133,   135,
  1352.       76,    76,    24,    13,    14,    94,    13,    15,    27,    28,
  1353.       45,    48,    50,    52,    53,    54,    55,    56,    57,    58,
  1354.       59,    60,    61,    62,    63,    64,    66,    67,    68,    69,
  1355.       70,    71,    72,    75,    76,    78,    79,    84,    85,   124,
  1356.      129,    10,    11,    12,    13,    16,    80,   133,   134,    12,
  1357.      134,    12,   134,    12,   134,    13,    76,    94,    13,    38,
  1358.       39,    40,   125,    11,    80,   135,   134,    59,    59,    59,
  1359.       59,    76,    76,    76,    38,    39,   125,    23,    37,    38,
  1360.       40,    43,    23,    37,    40,    42,    41,    94,    94,    94,
  1361.       94,    94,    94,    92,    93,    94,    94,     0,    48,    15,
  1362.       45,    50,    51,    52,    53,    54,    55,    56,    57,    58,
  1363.       59,    60,    61,    62,    63,    64,    65,    66,    67,    68,
  1364.       69,    70,    71,    72,    74,    75,    76,    77,    78,    79,
  1365.       92,    94,   104,     6,    24,    65,   110,   124,   113,    15,
  1366.       56,    68,    75,    76,   115,   118,   119,   120,   121,   122,
  1367.       33,   134,   102,    85,   134,    95,    96,    97,    86,    15,
  1368.       75,    15,    75,    86,    83,   115,   130,    12,    12,    12,
  1369.       12,   123,    38,    40,    40,    59,    92,    92,    92,    92,
  1370.       94,   123,    94,    92,    94,    38,    40,    40,    40,    23,
  1371.       37,    40,    40,    40,    83,    83,    94,    93,    94,    94,
  1372.       94,    94,    94,    94,    94,    94,    94,    94,    94,    94,
  1373.       94,    94,    94,    94,    94,    94,    94,    94,    94,    94,
  1374.       12,    13,    85,   109,   134,    93,   101,   123,   126,   127,
  1375.       94,    94,    12,    85,   109,   134,    89,   105,    48,   105,
  1376.      134,    10,   111,   132,     3,    86,   115,   117,     3,    86,
  1377.       83,   119,   126,    68,   120,    76,   121,   122,    83,   104,
  1378.      134,    24,    48,    87,    98,    99,   100,   134,    98,    98,
  1379.       86,    86,    86,    86,    68,   130,    83,    40,   123,    60,
  1380.       60,    60,    60,    83,    83,    83,    83,    83,    40,    40,
  1381.       40,    94,    86,    87,   134,    12,    86,   104,    83,    48,
  1382.      134,    12,    94,    94,    86,   113,   114,    86,    83,    83,
  1383.      116,    83,   134,    94,    94,    86,   100,   134,    87,    86,
  1384.       86,    60,    76,    76,    76,    76,    94,    12,    83,   111,
  1385.       82,   123,    12,   114,    94,    94,    94,    94,    94,    83,
  1386.       83,    83,    83
  1387. };

  1388. #define yyerrok                (yyerrstatus = 0)
  1389. #define yyclearin        (yychar = YYEMPTY)
  1390. #define YYEMPTY                (-2)
  1391. #define YYEOF                0

  1392. #define YYACCEPT        goto yyacceptlab
  1393. #define YYABORT                goto yyabortlab
  1394. #define YYERROR                goto yyerrorlab


  1395. /* Like YYERROR except do call yyerror.  This remains here temporarily
  1396.    to ease the transition to the new meaning of YYERROR, for GCC.
  1397.    Once GCC version 2 has supplanted version 1, this can go.  However,
  1398.    YYFAIL appears to be in use.  Nevertheless, it is formally deprecated
  1399.    in Bison 2.4.2's NEWS entry, where a plan to phase it out is
  1400.    discussed.  */

  1401. #define YYFAIL                goto yyerrlab
  1402. #if defined YYFAIL
  1403.   /* This is here to suppress warnings from the GCC cpp's
  1404.      -Wunused-macros.  Normally we don't worry about that warning, but
  1405.      some users do, and we want to make it easy for users to remove
  1406.      YYFAIL uses, which will produce warnings from Bison 2.5.  */
  1407. #endif

  1408. #define YYRECOVERING()  (!!yyerrstatus)

  1409. #define YYBACKUP(Token, Value)                                  \
  1410. do                                                              \
  1411.   if (yychar == YYEMPTY)                                        \
  1412.     {                                                           \
  1413.       yychar = (Token);                                         \
  1414.       yylval = (Value);                                         \
  1415.       YYPOPSTACK (yylen);                                       \
  1416.       yystate = *yyssp;                                         \
  1417.       goto yybackup;                                            \
  1418.     }                                                           \
  1419.   else                                                          \
  1420.     {                                                           \
  1421.       yyerror (YY_("syntax error: cannot back up")); \
  1422.       YYERROR;                                                        \
  1423.     }                                                                \
  1424. while (YYID (0))

  1425. /* Error token number */
  1426. #define YYTERROR        1
  1427. #define YYERRCODE        256


  1428. /* This macro is provided for backward compatibility. */
  1429. #ifndef YY_LOCATION_PRINT
  1430. # define YY_LOCATION_PRINT(File, Loc) ((void) 0)
  1431. #endif


  1432. /* YYLEX -- calling `yylex' with the right arguments.  */
  1433. #ifdef YYLEX_PARAM
  1434. # define YYLEX yylex (YYLEX_PARAM)
  1435. #else
  1436. # define YYLEX yylex ()
  1437. #endif

  1438. /* Enable debugging if requested.  */
  1439. #if YYDEBUG

  1440. # ifndef YYFPRINTF
  1441. #  include <stdio.h> /* INFRINGES ON USER NAME SPACE */
  1442. #  define YYFPRINTF fprintf
  1443. # endif

  1444. # define YYDPRINTF(Args)                        \
  1445. do {                                                \
  1446.   if (yydebug)                                        \
  1447.     YYFPRINTF Args;                                \
  1448. } while (YYID (0))

  1449. # define YY_SYMBOL_PRINT(Title, Type, Value, Location)                          \
  1450. do {                                                                          \
  1451.   if (yydebug)                                                                  \
  1452.     {                                                                          \
  1453.       YYFPRINTF (stderr, "%s ", Title);                                          \
  1454.       yy_symbol_print (stderr,                                                  \
  1455.                   Type, Value); \
  1456.       YYFPRINTF (stderr, "\n");                                                  \
  1457.     }                                                                          \
  1458. } while (YYID (0))


  1459. /*--------------------------------.
  1460. | Print this symbol on YYOUTPUT.  |
  1461. `--------------------------------*/

  1462. /*ARGSUSED*/
  1463. #if (defined __STDC__ || defined __C99__FUNC__ \
  1464.      || defined __cplusplus || defined _MSC_VER)
  1465. static void
  1466. yy_symbol_value_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep)
  1467. #else
  1468. static void
  1469. yy_symbol_value_print (yyoutput, yytype, yyvaluep)
  1470.     FILE *yyoutput;
  1471.     int yytype;
  1472.     YYSTYPE const * const yyvaluep;
  1473. #endif
  1474. {
  1475.   FILE *yyo = yyoutput;
  1476.   YYUSE (yyo);
  1477.   if (!yyvaluep)
  1478.     return;
  1479. # ifdef YYPRINT
  1480.   if (yytype < YYNTOKENS)
  1481.     YYPRINT (yyoutput, yytoknum[yytype], *yyvaluep);
  1482. # else
  1483.   YYUSE (yyoutput);
  1484. # endif
  1485.   switch (yytype)
  1486.     {
  1487.       default:
  1488.         break;
  1489.     }
  1490. }


  1491. /*--------------------------------.
  1492. | Print this symbol on YYOUTPUT.  |
  1493. `--------------------------------*/

  1494. #if (defined __STDC__ || defined __C99__FUNC__ \
  1495.      || defined __cplusplus || defined _MSC_VER)
  1496. static void
  1497. yy_symbol_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep)
  1498. #else
  1499. static void
  1500. yy_symbol_print (yyoutput, yytype, yyvaluep)
  1501.     FILE *yyoutput;
  1502.     int yytype;
  1503.     YYSTYPE const * const yyvaluep;
  1504. #endif
  1505. {
  1506.   if (yytype < YYNTOKENS)
  1507.     YYFPRINTF (yyoutput, "token %s (", yytname[yytype]);
  1508.   else
  1509.     YYFPRINTF (yyoutput, "nterm %s (", yytname[yytype]);

  1510.   yy_symbol_value_print (yyoutput, yytype, yyvaluep);
  1511.   YYFPRINTF (yyoutput, ")");
  1512. }

  1513. /*------------------------------------------------------------------.
  1514. | yy_stack_print -- Print the state stack from its BOTTOM up to its |
  1515. | TOP (included).                                                   |
  1516. `------------------------------------------------------------------*/

  1517. #if (defined __STDC__ || defined __C99__FUNC__ \
  1518.      || defined __cplusplus || defined _MSC_VER)
  1519. static void
  1520. yy_stack_print (yytype_int16 *yybottom, yytype_int16 *yytop)
  1521. #else
  1522. static void
  1523. yy_stack_print (yybottom, yytop)
  1524.     yytype_int16 *yybottom;
  1525.     yytype_int16 *yytop;
  1526. #endif
  1527. {
  1528.   YYFPRINTF (stderr, "Stack now");
  1529.   for (; yybottom <= yytop; yybottom++)
  1530.     {
  1531.       int yybot = *yybottom;
  1532.       YYFPRINTF (stderr, " %d", yybot);
  1533.     }
  1534.   YYFPRINTF (stderr, "\n");
  1535. }

  1536. # define YY_STACK_PRINT(Bottom, Top)                                \
  1537. do {                                                                \
  1538.   if (yydebug)                                                        \
  1539.     yy_stack_print ((Bottom), (Top));                                \
  1540. } while (YYID (0))


  1541. /*------------------------------------------------.
  1542. | Report that the YYRULE is going to be reduced.  |
  1543. `------------------------------------------------*/

  1544. #if (defined __STDC__ || defined __C99__FUNC__ \
  1545.      || defined __cplusplus || defined _MSC_VER)
  1546. static void
  1547. yy_reduce_print (YYSTYPE *yyvsp, int yyrule)
  1548. #else
  1549. static void
  1550. yy_reduce_print (yyvsp, yyrule)
  1551.     YYSTYPE *yyvsp;
  1552.     int yyrule;
  1553. #endif
  1554. {
  1555.   int yynrhs = yyr2[yyrule];
  1556.   int yyi;
  1557.   unsigned long int yylno = yyrline[yyrule];
  1558.   YYFPRINTF (stderr, "Reducing stack by rule %d (line %lu):\n",
  1559.              yyrule - 1, yylno);
  1560.   /* The symbols being reduced.  */
  1561.   for (yyi = 0; yyi < yynrhs; yyi++)
  1562.     {
  1563.       YYFPRINTF (stderr, "   $%d = ", yyi + 1);
  1564.       yy_symbol_print (stderr, yyrhs[yyprhs[yyrule] + yyi],
  1565.                        &(yyvsp[(yyi + 1) - (yynrhs)])
  1566.                                               );
  1567.       YYFPRINTF (stderr, "\n");
  1568.     }
  1569. }

  1570. # define YY_REDUCE_PRINT(Rule)                \
  1571. do {                                        \
  1572.   if (yydebug)                                \
  1573.     yy_reduce_print (yyvsp, Rule); \
  1574. } while (YYID (0))

  1575. /* Nonzero means print parse trace.  It is left uninitialized so that
  1576.    multiple parsers can coexist.  */
  1577. int yydebug;
  1578. #else /* !YYDEBUG */
  1579. # define YYDPRINTF(Args)
  1580. # define YY_SYMBOL_PRINT(Title, Type, Value, Location)
  1581. # define YY_STACK_PRINT(Bottom, Top)
  1582. # define YY_REDUCE_PRINT(Rule)
  1583. #endif /* !YYDEBUG */


  1584. /* YYINITDEPTH -- initial size of the parser's stacks.  */
  1585. #ifndef        YYINITDEPTH
  1586. # define YYINITDEPTH 200
  1587. #endif

  1588. /* YYMAXDEPTH -- maximum size the stacks can grow to (effective only
  1589.    if the built-in stack extension method is used).

  1590.    Do not make this value too large; the results are undefined if
  1591.    YYSTACK_ALLOC_MAXIMUM < YYSTACK_BYTES (YYMAXDEPTH)
  1592.    evaluated with infinite-precision integer arithmetic.  */

  1593. #ifndef YYMAXDEPTH
  1594. # define YYMAXDEPTH 10000
  1595. #endif


  1596. #if YYERROR_VERBOSE

  1597. # ifndef yystrlen
  1598. #  if defined __GLIBC__ && defined _STRING_H
  1599. #   define yystrlen strlen
  1600. #  else
  1601. /* Return the length of YYSTR.  */
  1602. #if (defined __STDC__ || defined __C99__FUNC__ \
  1603.      || defined __cplusplus || defined _MSC_VER)
  1604. static YYSIZE_T
  1605. yystrlen (const char *yystr)
  1606. #else
  1607. static YYSIZE_T
  1608. yystrlen (yystr)
  1609.     const char *yystr;
  1610. #endif
  1611. {
  1612.   YYSIZE_T yylen;
  1613.   for (yylen = 0; yystr[yylen]; yylen++)
  1614.     continue;
  1615.   return yylen;
  1616. }
  1617. #  endif
  1618. # endif

  1619. # ifndef yystpcpy
  1620. #  if defined __GLIBC__ && defined _STRING_H && defined _GNU_SOURCE
  1621. #   define yystpcpy stpcpy
  1622. #  else
  1623. /* Copy YYSRC to YYDEST, returning the address of the terminating '\0' in
  1624.    YYDEST.  */
  1625. #if (defined __STDC__ || defined __C99__FUNC__ \
  1626.      || defined __cplusplus || defined _MSC_VER)
  1627. static char *
  1628. yystpcpy (char *yydest, const char *yysrc)
  1629. #else
  1630. static char *
  1631. yystpcpy (yydest, yysrc)
  1632.     char *yydest;
  1633.     const char *yysrc;
  1634. #endif
  1635. {
  1636.   char *yyd = yydest;
  1637.   const char *yys = yysrc;

  1638.   while ((*yyd++ = *yys++) != '\0')
  1639.     continue;

  1640.   return yyd - 1;
  1641. }
  1642. #  endif
  1643. # endif

  1644. # ifndef yytnamerr
  1645. /* Copy to YYRES the contents of YYSTR after stripping away unnecessary
  1646.    quotes and backslashes, so that it's suitable for yyerror.  The
  1647.    heuristic is that double-quoting is unnecessary unless the string
  1648.    contains an apostrophe, a comma, or backslash (other than
  1649.    backslash-backslash).  YYSTR is taken from yytname.  If YYRES is
  1650.    null, do not copy; instead, return the length of what the result
  1651.    would have been.  */
  1652. static YYSIZE_T
  1653. yytnamerr (char *yyres, const char *yystr)
  1654. {
  1655.   if (*yystr == '"')
  1656.     {
  1657.       YYSIZE_T yyn = 0;
  1658.       char const *yyp = yystr;

  1659.       for (;;)
  1660.         switch (*++yyp)
  1661.           {
  1662.           case '\'':
  1663.           case ',':
  1664.             goto do_not_strip_quotes;

  1665.           case '\\':
  1666.             if (*++yyp != '\\')
  1667.               goto do_not_strip_quotes;
  1668.             /* Fall through.  */
  1669.           default:
  1670.             if (yyres)
  1671.               yyres[yyn] = *yyp;
  1672.             yyn++;
  1673.             break;

  1674.           case '"':
  1675.             if (yyres)
  1676.               yyres[yyn] = '\0';
  1677.             return yyn;
  1678.           }
  1679.     do_not_strip_quotes: ;
  1680.     }

  1681.   if (! yyres)
  1682.     return yystrlen (yystr);

  1683.   return yystpcpy (yyres, yystr) - yyres;
  1684. }
  1685. # endif

  1686. /* Copy into *YYMSG, which is of size *YYMSG_ALLOC, an error message
  1687.    about the unexpected token YYTOKEN for the state stack whose top is
  1688.    YYSSP.

  1689.    Return 0 if *YYMSG was successfully written.  Return 1 if *YYMSG is
  1690.    not large enough to hold the message.  In that case, also set
  1691.    *YYMSG_ALLOC to the required number of bytes.  Return 2 if the
  1692.    required number of bytes is too large to store.  */
  1693. static int
  1694. yysyntax_error (YYSIZE_T *yymsg_alloc, char **yymsg,
  1695.                 yytype_int16 *yyssp, int yytoken)
  1696. {
  1697.   YYSIZE_T yysize0 = yytnamerr (YY_NULL, yytname[yytoken]);
  1698.   YYSIZE_T yysize = yysize0;
  1699.   enum { YYERROR_VERBOSE_ARGS_MAXIMUM = 5 };
  1700.   /* Internationalized format string. */
  1701.   const char *yyformat = YY_NULL;
  1702.   /* Arguments of yyformat. */
  1703.   char const *yyarg[YYERROR_VERBOSE_ARGS_MAXIMUM];
  1704.   /* Number of reported tokens (one for the "unexpected", one per
  1705.      "expected"). */
  1706.   int yycount = 0;

  1707.   /* There are many possibilities here to consider:
  1708.      - Assume YYFAIL is not used.  It's too flawed to consider.  See
  1709.        <http://lists.gnu.org/archive/html/bison-patches/2009-12/msg00024.html>
  1710.        for details.  YYERROR is fine as it does not invoke this
  1711.        function.
  1712.      - If this state is a consistent state with a default action, then
  1713.        the only way this function was invoked is if the default action
  1714.        is an error action.  In that case, don't check for expected
  1715.        tokens because there are none.
  1716.      - The only way there can be no lookahead present (in yychar) is if
  1717.        this state is a consistent state with a default action.  Thus,
  1718.        detecting the absence of a lookahead is sufficient to determine
  1719.        that there is no unexpected or expected token to report.  In that
  1720.        case, just report a simple "syntax error".
  1721.      - Don't assume there isn't a lookahead just because this state is a
  1722.        consistent state with a default action.  There might have been a
  1723.        previous inconsistent state, consistent state with a non-default
  1724.        action, or user semantic action that manipulated yychar.
  1725.      - Of course, the expected token list depends on states to have
  1726.        correct lookahead information, and it depends on the parser not
  1727.        to perform extra reductions after fetching a lookahead from the
  1728.        scanner and before detecting a syntax error.  Thus, state merging
  1729.        (from LALR or IELR) and default reductions corrupt the expected
  1730.        token list.  However, the list is correct for canonical LR with
  1731.        one exception: it will still contain any token that will not be
  1732.        accepted due to an error action in a later state.
  1733.   */
  1734.   if (yytoken != YYEMPTY)
  1735.     {
  1736.       int yyn = yypact[*yyssp];
  1737.       yyarg[yycount++] = yytname[yytoken];
  1738.       if (!yypact_value_is_default (yyn))
  1739.         {
  1740.           /* Start YYX at -YYN if negative to avoid negative indexes in
  1741.              YYCHECK.  In other words, skip the first -YYN actions for
  1742.              this state because they are default actions.  */
  1743.           int yyxbegin = yyn < 0 ? -yyn : 0;
  1744.           /* Stay within bounds of both yycheck and yytname.  */
  1745.           int yychecklim = YYLAST - yyn + 1;
  1746.           int yyxend = yychecklim < YYNTOKENS ? yychecklim : YYNTOKENS;
  1747.           int yyx;

  1748.           for (yyx = yyxbegin; yyx < yyxend; ++yyx)
  1749.             if (yycheck[yyx + yyn] == yyx && yyx != YYTERROR
  1750.                 && !yytable_value_is_error (yytable[yyx + yyn]))
  1751.               {
  1752.                 if (yycount == YYERROR_VERBOSE_ARGS_MAXIMUM)
  1753.                   {
  1754.                     yycount = 1;
  1755.                     yysize = yysize0;
  1756.                     break;
  1757.                   }
  1758.                 yyarg[yycount++] = yytname[yyx];
  1759.                 {
  1760.                   YYSIZE_T yysize1 = yysize + yytnamerr (YY_NULL, yytname[yyx]);
  1761.                   if (! (yysize <= yysize1
  1762.                          && yysize1 <= YYSTACK_ALLOC_MAXIMUM))
  1763.                     return 2;
  1764.                   yysize = yysize1;
  1765.                 }
  1766.               }
  1767.         }
  1768.     }

  1769.   switch (yycount)
  1770.     {
  1771. # define YYCASE_(N, S)                      \
  1772.       case N:                               \
  1773.         yyformat = S;                       \
  1774.       break
  1775.       YYCASE_(0, YY_("syntax error"));
  1776.       YYCASE_(1, YY_("syntax error, unexpected %s"));
  1777.       YYCASE_(2, YY_("syntax error, unexpected %s, expecting %s"));
  1778.       YYCASE_(3, YY_("syntax error, unexpected %s, expecting %s or %s"));
  1779.       YYCASE_(4, YY_("syntax error, unexpected %s, expecting %s or %s or %s"));
  1780.       YYCASE_(5, YY_("syntax error, unexpected %s, expecting %s or %s or %s or %s"));
  1781. # undef YYCASE_
  1782.     }

  1783.   {
  1784.     YYSIZE_T yysize1 = yysize + yystrlen (yyformat);
  1785.     if (! (yysize <= yysize1 && yysize1 <= YYSTACK_ALLOC_MAXIMUM))
  1786.       return 2;
  1787.     yysize = yysize1;
  1788.   }

  1789.   if (*yymsg_alloc < yysize)
  1790.     {
  1791.       *yymsg_alloc = 2 * yysize;
  1792.       if (! (yysize <= *yymsg_alloc
  1793.              && *yymsg_alloc <= YYSTACK_ALLOC_MAXIMUM))
  1794.         *yymsg_alloc = YYSTACK_ALLOC_MAXIMUM;
  1795.       return 1;
  1796.     }

  1797.   /* Avoid sprintf, as that infringes on the user's name space.
  1798.      Don't have undefined behavior even if the translation
  1799.      produced a string with the wrong number of "%s"s.  */
  1800.   {
  1801.     char *yyp = *yymsg;
  1802.     int yyi = 0;
  1803.     while ((*yyp = *yyformat) != '\0')
  1804.       if (*yyp == '%' && yyformat[1] == 's' && yyi < yycount)
  1805.         {
  1806.           yyp += yytnamerr (yyp, yyarg[yyi++]);
  1807.           yyformat += 2;
  1808.         }
  1809.       else
  1810.         {
  1811.           yyp++;
  1812.           yyformat++;
  1813.         }
  1814.   }
  1815.   return 0;
  1816. }
  1817. #endif /* YYERROR_VERBOSE */

  1818. /*-----------------------------------------------.
  1819. | Release the memory associated to this symbol.  |
  1820. `-----------------------------------------------*/

  1821. /*ARGSUSED*/
  1822. #if (defined __STDC__ || defined __C99__FUNC__ \
  1823.      || defined __cplusplus || defined _MSC_VER)
  1824. static void
  1825. yydestruct (const char *yymsg, int yytype, YYSTYPE *yyvaluep)
  1826. #else
  1827. static void
  1828. yydestruct (yymsg, yytype, yyvaluep)
  1829.     const char *yymsg;
  1830.     int yytype;
  1831.     YYSTYPE *yyvaluep;
  1832. #endif
  1833. {
  1834.   YYUSE (yyvaluep);

  1835.   if (!yymsg)
  1836.     yymsg = "Deleting";
  1837.   YY_SYMBOL_PRINT (yymsg, yytype, yyvaluep, yylocationp);

  1838.   switch (yytype)
  1839.     {

  1840.       default:
  1841.         break;
  1842.     }
  1843. }




  1844. /* The lookahead symbol.  */
  1845. int yychar;


  1846. #ifndef YY_IGNORE_MAYBE_UNINITIALIZED_BEGIN
  1847. # define YY_IGNORE_MAYBE_UNINITIALIZED_BEGIN
  1848. # define YY_IGNORE_MAYBE_UNINITIALIZED_END
  1849. #endif
  1850. #ifndef YY_INITIAL_VALUE
  1851. # define YY_INITIAL_VALUE(Value) /* Nothing. */
  1852. #endif

  1853. /* The semantic value of the lookahead symbol.  */
  1854. YYSTYPE yylval YY_INITIAL_VALUE(yyval_default);

  1855. /* Number of syntax errors so far.  */
  1856. int yynerrs;


  1857. /*----------.
  1858. | yyparse.  |
  1859. `----------*/

  1860. #ifdef YYPARSE_PARAM
  1861. #if (defined __STDC__ || defined __C99__FUNC__ \
  1862.      || defined __cplusplus || defined _MSC_VER)
  1863. int
  1864. yyparse (void *YYPARSE_PARAM)
  1865. #else
  1866. int
  1867. yyparse (YYPARSE_PARAM)
  1868.     void *YYPARSE_PARAM;
  1869. #endif
  1870. #else /* ! YYPARSE_PARAM */
  1871. #if (defined __STDC__ || defined __C99__FUNC__ \
  1872.      || defined __cplusplus || defined _MSC_VER)
  1873. int
  1874. yyparse (void)
  1875. #else
  1876. int
  1877. yyparse ()

  1878. #endif
  1879. #endif
  1880. {
  1881.     int yystate;
  1882.     /* Number of tokens to shift before error messages enabled.  */
  1883.     int yyerrstatus;

  1884.     /* The stacks and their tools:
  1885.        `yyss': related to states.
  1886.        `yyvs': related to semantic values.

  1887.        Refer to the stacks through separate pointers, to allow yyoverflow
  1888.        to xreallocate them elsewhere.  */

  1889.     /* The state stack.  */
  1890.     yytype_int16 yyssa[YYINITDEPTH];
  1891.     yytype_int16 *yyss;
  1892.     yytype_int16 *yyssp;

  1893.     /* The semantic value stack.  */
  1894.     YYSTYPE yyvsa[YYINITDEPTH];
  1895.     YYSTYPE *yyvs;
  1896.     YYSTYPE *yyvsp;

  1897.     YYSIZE_T yystacksize;

  1898.   int yyn;
  1899.   int yyresult;
  1900.   /* Lookahead token as an internal (translated) token number.  */
  1901.   int yytoken = 0;
  1902.   /* The variables used to return semantic value and location from the
  1903.      action routines.  */
  1904.   YYSTYPE yyval;

  1905. #if YYERROR_VERBOSE
  1906.   /* Buffer for error messages, and its allocated size.  */
  1907.   char yymsgbuf[128];
  1908.   char *yymsg = yymsgbuf;
  1909.   YYSIZE_T yymsg_alloc = sizeof yymsgbuf;
  1910. #endif

  1911. #define YYPOPSTACK(N)   (yyvsp -= (N), yyssp -= (N))

  1912.   /* The number of symbols on the RHS of the reduced rule.
  1913.      Keep to zero when no symbol should be popped.  */
  1914.   int yylen = 0;

  1915.   yyssp = yyss = yyssa;
  1916.   yyvsp = yyvs = yyvsa;
  1917.   yystacksize = YYINITDEPTH;

  1918.   YYDPRINTF ((stderr, "Starting parse\n"));

  1919.   yystate = 0;
  1920.   yyerrstatus = 0;
  1921.   yynerrs = 0;
  1922.   yychar = YYEMPTY; /* Cause a token to be read.  */
  1923.   goto yysetstate;

  1924. /*------------------------------------------------------------.
  1925. | yynewstate -- Push a new state, which is found in yystate.  |
  1926. `------------------------------------------------------------*/
  1927. yynewstate:
  1928.   /* In all cases, when you get here, the value and location stacks
  1929.      have just been pushed.  So pushing a state here evens the stacks.  */
  1930.   yyssp++;

  1931. yysetstate:
  1932.   *yyssp = yystate;

  1933.   if (yyss + yystacksize - 1 <= yyssp)
  1934.     {
  1935.       /* Get the current used size of the three stacks, in elements.  */
  1936.       YYSIZE_T yysize = yyssp - yyss + 1;

  1937. #ifdef yyoverflow
  1938.       {
  1939.         /* Give user a chance to xreallocate the stack.  Use copies of
  1940.            these so that the &'s don't force the real ones into
  1941.            memory.  */
  1942.         YYSTYPE *yyvs1 = yyvs;
  1943.         yytype_int16 *yyss1 = yyss;

  1944.         /* Each stack pointer address is followed by the size of the
  1945.            data in use in that stack, in bytes.  This used to be a
  1946.            conditional around just the two extra args, but that might
  1947.            be undefined if yyoverflow is a macro.  */
  1948.         yyoverflow (YY_("memory exhausted"),
  1949.                     &yyss1, yysize * sizeof (*yyssp),
  1950.                     &yyvs1, yysize * sizeof (*yyvsp),
  1951.                     &yystacksize);

  1952.         yyss = yyss1;
  1953.         yyvs = yyvs1;
  1954.       }
  1955. #else /* no yyoverflow */
  1956. # ifndef YYSTACK_RELOCATE
  1957.       goto yyexhaustedlab;
  1958. # else
  1959.       /* Extend the stack our own way.  */
  1960.       if (YYMAXDEPTH <= yystacksize)
  1961.         goto yyexhaustedlab;
  1962.       yystacksize *= 2;
  1963.       if (YYMAXDEPTH < yystacksize)
  1964.         yystacksize = YYMAXDEPTH;

  1965.       {
  1966.         yytype_int16 *yyss1 = yyss;
  1967.         union yyalloc *yyptr =
  1968.           (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize));
  1969.         if (! yyptr)
  1970.           goto yyexhaustedlab;
  1971.         YYSTACK_RELOCATE (yyss_alloc, yyss);
  1972.         YYSTACK_RELOCATE (yyvs_alloc, yyvs);
  1973. #  undef YYSTACK_RELOCATE
  1974.         if (yyss1 != yyssa)
  1975.           YYSTACK_FREE (yyss1);
  1976.       }
  1977. # endif
  1978. #endif /* no yyoverflow */

  1979.       yyssp = yyss + yysize - 1;
  1980.       yyvsp = yyvs + yysize - 1;

  1981.       YYDPRINTF ((stderr, "Stack size increased to %lu\n",
  1982.                   (unsigned long int) yystacksize));

  1983.       if (yyss + yystacksize - 1 <= yyssp)
  1984.         YYABORT;
  1985.     }

  1986.   YYDPRINTF ((stderr, "Entering state %d\n", yystate));

  1987.   if (yystate == YYFINAL)
  1988.     YYACCEPT;

  1989.   goto yybackup;

  1990. /*-----------.
  1991. | yybackup.  |
  1992. `-----------*/
  1993. yybackup:

  1994.   /* Do appropriate processing given the current state.  Read a
  1995.      lookahead token if we need one and don't already have one.  */

  1996.   /* First try to decide what to do without reference to lookahead token.  */
  1997.   yyn = yypact[yystate];
  1998.   if (yypact_value_is_default (yyn))
  1999.     goto yydefault;

  2000.   /* Not known => get a lookahead token if don't already have one.  */

  2001.   /* YYCHAR is either YYEMPTY or YYEOF or a valid lookahead symbol.  */
  2002.   if (yychar == YYEMPTY)
  2003.     {
  2004.       YYDPRINTF ((stderr, "Reading a token: "));
  2005.       yychar = YYLEX;
  2006.     }

  2007.   if (yychar <= YYEOF)
  2008.     {
  2009.       yychar = yytoken = YYEOF;
  2010.       YYDPRINTF ((stderr, "Now at end of input.\n"));
  2011.     }
  2012.   else
  2013.     {
  2014.       yytoken = YYTRANSLATE (yychar);
  2015.       YY_SYMBOL_PRINT ("Next token is", yytoken, &yylval, &yylloc);
  2016.     }

  2017.   /* If the proper action on seeing token YYTOKEN is to reduce or to
  2018.      detect an error, take that action.  */
  2019.   yyn += yytoken;
  2020.   if (yyn < 0 || YYLAST < yyn || yycheck[yyn] != yytoken)
  2021.     goto yydefault;
  2022.   yyn = yytable[yyn];
  2023.   if (yyn <= 0)
  2024.     {
  2025.       if (yytable_value_is_error (yyn))
  2026.         goto yyerrlab;
  2027.       yyn = -yyn;
  2028.       goto yyreduce;
  2029.     }

  2030.   /* Count tokens shifted since error; after three, turn off error
  2031.      status.  */
  2032.   if (yyerrstatus)
  2033.     yyerrstatus--;

  2034.   /* Shift the lookahead token.  */
  2035.   YY_SYMBOL_PRINT ("Shifting", yytoken, &yylval, &yylloc);

  2036.   /* Discard the shifted token.  */
  2037.   yychar = YYEMPTY;

  2038.   yystate = yyn;
  2039.   YY_IGNORE_MAYBE_UNINITIALIZED_BEGIN
  2040.   *++yyvsp = yylval;
  2041.   YY_IGNORE_MAYBE_UNINITIALIZED_END

  2042.   goto yynewstate;


  2043. /*-----------------------------------------------------------.
  2044. | yydefault -- do the default action for the current state.  |
  2045. `-----------------------------------------------------------*/
  2046. yydefault:
  2047.   yyn = yydefact[yystate];
  2048.   if (yyn == 0)
  2049.     goto yyerrlab;
  2050.   goto yyreduce;


  2051. /*-----------------------------.
  2052. | yyreduce -- Do a reduction.  |
  2053. `-----------------------------*/
  2054. yyreduce:
  2055.   /* yyn is the number of a rule to reduce with.  */
  2056.   yylen = yyr2[yyn];

  2057.   /* If YYLEN is nonzero, implement the default value of the action:
  2058.      `$$ = $1'.

  2059.      Otherwise, the following line sets YYVAL to garbage.
  2060.      This behavior is undocumented and Bison
  2061.      users should not rely upon it.  Assigning to YYVAL
  2062.      unconditionally makes the parser a bit smaller, and it avoids a
  2063.      GCC warning that YYVAL may be used uninitialized.  */
  2064.   yyval = yyvsp[1-yylen];


  2065.   YY_REDUCE_PRINT (yyn);
  2066.   switch (yyn)
  2067.     {
  2068.         case 4:
  2069. /* Line 1792 of yacc.c  */
  2070. #line 293 "c-exp.y"
  2071.     { write_exp_elt_opcode(pstate, OP_TYPE);
  2072.                           write_exp_elt_type(pstate, (yyvsp[(1) - (1)].tval));
  2073.                           write_exp_elt_opcode(pstate, OP_TYPE);}
  2074.     break;

  2075.   case 5:
  2076. /* Line 1792 of yacc.c  */
  2077. #line 297 "c-exp.y"
  2078.     {
  2079.                           write_exp_elt_opcode (pstate, OP_TYPEOF);
  2080.                         }
  2081.     break;

  2082.   case 6:
  2083. /* Line 1792 of yacc.c  */
  2084. #line 301 "c-exp.y"
  2085.     {
  2086.                           write_exp_elt_opcode (pstate, OP_TYPE);
  2087.                           write_exp_elt_type (pstate, (yyvsp[(3) - (4)].tval));
  2088.                           write_exp_elt_opcode (pstate, OP_TYPE);
  2089.                         }
  2090.     break;

  2091.   case 7:
  2092. /* Line 1792 of yacc.c  */
  2093. #line 307 "c-exp.y"
  2094.     {
  2095.                           write_exp_elt_opcode (pstate, OP_DECLTYPE);
  2096.                         }
  2097.     break;

  2098.   case 9:
  2099. /* Line 1792 of yacc.c  */
  2100. #line 315 "c-exp.y"
  2101.     { write_exp_elt_opcode (pstate, BINOP_COMMA); }
  2102.     break;

  2103.   case 10:
  2104. /* Line 1792 of yacc.c  */
  2105. #line 320 "c-exp.y"
  2106.     { write_exp_elt_opcode (pstate, UNOP_IND); }
  2107.     break;

  2108.   case 11:
  2109. /* Line 1792 of yacc.c  */
  2110. #line 324 "c-exp.y"
  2111.     { write_exp_elt_opcode (pstate, UNOP_ADDR); }
  2112.     break;

  2113.   case 12:
  2114. /* Line 1792 of yacc.c  */
  2115. #line 328 "c-exp.y"
  2116.     { write_exp_elt_opcode (pstate, UNOP_NEG); }
  2117.     break;

  2118.   case 13:
  2119. /* Line 1792 of yacc.c  */
  2120. #line 332 "c-exp.y"
  2121.     { write_exp_elt_opcode (pstate, UNOP_PLUS); }
  2122.     break;

  2123.   case 14:
  2124. /* Line 1792 of yacc.c  */
  2125. #line 336 "c-exp.y"
  2126.     { write_exp_elt_opcode (pstate, UNOP_LOGICAL_NOT); }
  2127.     break;

  2128.   case 15:
  2129. /* Line 1792 of yacc.c  */
  2130. #line 340 "c-exp.y"
  2131.     { write_exp_elt_opcode (pstate, UNOP_COMPLEMENT); }
  2132.     break;

  2133.   case 16:
  2134. /* Line 1792 of yacc.c  */
  2135. #line 344 "c-exp.y"
  2136.     { write_exp_elt_opcode (pstate, UNOP_PREINCREMENT); }
  2137.     break;

  2138.   case 17:
  2139. /* Line 1792 of yacc.c  */
  2140. #line 348 "c-exp.y"
  2141.     { write_exp_elt_opcode (pstate, UNOP_PREDECREMENT); }
  2142.     break;

  2143.   case 18:
  2144. /* Line 1792 of yacc.c  */
  2145. #line 352 "c-exp.y"
  2146.     { write_exp_elt_opcode (pstate, UNOP_POSTINCREMENT); }
  2147.     break;

  2148.   case 19:
  2149. /* Line 1792 of yacc.c  */
  2150. #line 356 "c-exp.y"
  2151.     { write_exp_elt_opcode (pstate, UNOP_POSTDECREMENT); }
  2152.     break;

  2153.   case 20:
  2154. /* Line 1792 of yacc.c  */
  2155. #line 360 "c-exp.y"
  2156.     { write_exp_elt_opcode (pstate, OP_TYPEID); }
  2157.     break;

  2158.   case 21:
  2159. /* Line 1792 of yacc.c  */
  2160. #line 364 "c-exp.y"
  2161.     { write_exp_elt_opcode (pstate, OP_TYPEID); }
  2162.     break;

  2163.   case 22:
  2164. /* Line 1792 of yacc.c  */
  2165. #line 368 "c-exp.y"
  2166.     { write_exp_elt_opcode (pstate, UNOP_SIZEOF); }
  2167.     break;

  2168.   case 23:
  2169. /* Line 1792 of yacc.c  */
  2170. #line 372 "c-exp.y"
  2171.     { write_exp_elt_opcode (pstate, STRUCTOP_PTR);
  2172.                           write_exp_string (pstate, (yyvsp[(3) - (3)].sval));
  2173.                           write_exp_elt_opcode (pstate, STRUCTOP_PTR); }
  2174.     break;

  2175.   case 24:
  2176. /* Line 1792 of yacc.c  */
  2177. #line 378 "c-exp.y"
  2178.     { mark_struct_expression (pstate);
  2179.                           write_exp_elt_opcode (pstate, STRUCTOP_PTR);
  2180.                           write_exp_string (pstate, (yyvsp[(3) - (4)].sval));
  2181.                           write_exp_elt_opcode (pstate, STRUCTOP_PTR); }
  2182.     break;

  2183.   case 25:
  2184. /* Line 1792 of yacc.c  */
  2185. #line 385 "c-exp.y"
  2186.     { struct stoken s;
  2187.                           mark_struct_expression (pstate);
  2188.                           write_exp_elt_opcode (pstate, STRUCTOP_PTR);
  2189.                           s.ptr = "";
  2190.                           s.length = 0;
  2191.                           write_exp_string (pstate, s);
  2192.                           write_exp_elt_opcode (pstate, STRUCTOP_PTR); }
  2193.     break;

  2194.   case 26:
  2195. /* Line 1792 of yacc.c  */
  2196. #line 395 "c-exp.y"
  2197.     { write_exp_elt_opcode (pstate, STRUCTOP_PTR);
  2198.                           write_destructor_name (pstate, (yyvsp[(4) - (4)].sval));
  2199.                           write_exp_elt_opcode (pstate, STRUCTOP_PTR); }
  2200.     break;

  2201.   case 27:
  2202. /* Line 1792 of yacc.c  */
  2203. #line 401 "c-exp.y"
  2204.     { mark_struct_expression (pstate);
  2205.                           write_exp_elt_opcode (pstate, STRUCTOP_PTR);
  2206.                           write_destructor_name (pstate, (yyvsp[(4) - (5)].sval));
  2207.                           write_exp_elt_opcode (pstate, STRUCTOP_PTR); }
  2208.     break;

  2209.   case 28:
  2210. /* Line 1792 of yacc.c  */
  2211. #line 408 "c-exp.y"
  2212.     { /* exp->type::name becomes exp->*(&type::name) */
  2213.                           /* Note: this doesn't work if name is a
  2214.                              static member!  FIXME */
  2215.                           write_exp_elt_opcode (pstate, UNOP_ADDR);
  2216.                           write_exp_elt_opcode (pstate, STRUCTOP_MPTR); }
  2217.     break;

  2218.   case 29:
  2219. /* Line 1792 of yacc.c  */
  2220. #line 416 "c-exp.y"
  2221.     { write_exp_elt_opcode (pstate, STRUCTOP_MPTR); }
  2222.     break;

  2223.   case 30:
  2224. /* Line 1792 of yacc.c  */
  2225. #line 420 "c-exp.y"
  2226.     { write_exp_elt_opcode (pstate, STRUCTOP_STRUCT);
  2227.                           write_exp_string (pstate, (yyvsp[(3) - (3)].sval));
  2228.                           write_exp_elt_opcode (pstate, STRUCTOP_STRUCT); }
  2229.     break;

  2230.   case 31:
  2231. /* Line 1792 of yacc.c  */
  2232. #line 426 "c-exp.y"
  2233.     { mark_struct_expression (pstate);
  2234.                           write_exp_elt_opcode (pstate, STRUCTOP_STRUCT);
  2235.                           write_exp_string (pstate, (yyvsp[(3) - (4)].sval));
  2236.                           write_exp_elt_opcode (pstate, STRUCTOP_STRUCT); }
  2237.     break;

  2238.   case 32:
  2239. /* Line 1792 of yacc.c  */
  2240. #line 433 "c-exp.y"
  2241.     { struct stoken s;
  2242.                           mark_struct_expression (pstate);
  2243.                           write_exp_elt_opcode (pstate, STRUCTOP_STRUCT);
  2244.                           s.ptr = "";
  2245.                           s.length = 0;
  2246.                           write_exp_string (pstate, s);
  2247.                           write_exp_elt_opcode (pstate, STRUCTOP_STRUCT); }
  2248.     break;

  2249.   case 33:
  2250. /* Line 1792 of yacc.c  */
  2251. #line 443 "c-exp.y"
  2252.     { write_exp_elt_opcode (pstate, STRUCTOP_STRUCT);
  2253.                           write_destructor_name (pstate, (yyvsp[(4) - (4)].sval));
  2254.                           write_exp_elt_opcode (pstate, STRUCTOP_STRUCT); }
  2255.     break;

  2256.   case 34:
  2257. /* Line 1792 of yacc.c  */
  2258. #line 449 "c-exp.y"
  2259.     { mark_struct_expression (pstate);
  2260.                           write_exp_elt_opcode (pstate, STRUCTOP_STRUCT);
  2261.                           write_destructor_name (pstate, (yyvsp[(4) - (5)].sval));
  2262.                           write_exp_elt_opcode (pstate, STRUCTOP_STRUCT); }
  2263.     break;

  2264.   case 35:
  2265. /* Line 1792 of yacc.c  */
  2266. #line 456 "c-exp.y"
  2267.     { /* exp.type::name becomes exp.*(&type::name) */
  2268.                           /* Note: this doesn't work if name is a
  2269.                              static member!  FIXME */
  2270.                           write_exp_elt_opcode (pstate, UNOP_ADDR);
  2271.                           write_exp_elt_opcode (pstate, STRUCTOP_MEMBER); }
  2272.     break;

  2273.   case 36:
  2274. /* Line 1792 of yacc.c  */
  2275. #line 464 "c-exp.y"
  2276.     { write_exp_elt_opcode (pstate, STRUCTOP_MEMBER); }
  2277.     break;

  2278.   case 37:
  2279. /* Line 1792 of yacc.c  */
  2280. #line 468 "c-exp.y"
  2281.     { write_exp_elt_opcode (pstate, BINOP_SUBSCRIPT); }
  2282.     break;

  2283.   case 38:
  2284. /* Line 1792 of yacc.c  */
  2285. #line 472 "c-exp.y"
  2286.     { write_exp_elt_opcode (pstate, BINOP_SUBSCRIPT); }
  2287.     break;

  2288.   case 39:
  2289. /* Line 1792 of yacc.c  */
  2290. #line 481 "c-exp.y"
  2291.     {
  2292.                           CORE_ADDR class;

  2293.                           class = lookup_objc_class (parse_gdbarch (pstate),
  2294.                                                      copy_name ((yyvsp[(2) - (2)].tsym).stoken));
  2295.                           if (class == 0)
  2296.                             error (_("%s is not an ObjC Class"),
  2297.                                    copy_name ((yyvsp[(2) - (2)].tsym).stoken));
  2298.                           write_exp_elt_opcode (pstate, OP_LONG);
  2299.                           write_exp_elt_type (pstate,
  2300.                                             parse_type (pstate)->builtin_int);
  2301.                           write_exp_elt_longcst (pstate, (LONGEST) class);
  2302.                           write_exp_elt_opcode (pstate, OP_LONG);
  2303.                           start_msglist();
  2304.                         }
  2305.     break;

  2306.   case 40:
  2307. /* Line 1792 of yacc.c  */
  2308. #line 497 "c-exp.y"
  2309.     { write_exp_elt_opcode (pstate, OP_OBJC_MSGCALL);
  2310.                           end_msglist (pstate);
  2311.                           write_exp_elt_opcode (pstate, OP_OBJC_MSGCALL);
  2312.                         }
  2313.     break;

  2314.   case 41:
  2315. /* Line 1792 of yacc.c  */
  2316. #line 504 "c-exp.y"
  2317.     {
  2318.                           write_exp_elt_opcode (pstate, OP_LONG);
  2319.                           write_exp_elt_type (pstate,
  2320.                                             parse_type (pstate)->builtin_int);
  2321.                           write_exp_elt_longcst (pstate, (LONGEST) (yyvsp[(2) - (2)].class).class);
  2322.                           write_exp_elt_opcode (pstate, OP_LONG);
  2323.                           start_msglist();
  2324.                         }
  2325.     break;

  2326.   case 42:
  2327. /* Line 1792 of yacc.c  */
  2328. #line 513 "c-exp.y"
  2329.     { write_exp_elt_opcode (pstate, OP_OBJC_MSGCALL);
  2330.                           end_msglist (pstate);
  2331.                           write_exp_elt_opcode (pstate, OP_OBJC_MSGCALL);
  2332.                         }
  2333.     break;

  2334.   case 43:
  2335. /* Line 1792 of yacc.c  */
  2336. #line 520 "c-exp.y"
  2337.     { start_msglist(); }
  2338.     break;

  2339.   case 44:
  2340. /* Line 1792 of yacc.c  */
  2341. #line 522 "c-exp.y"
  2342.     { write_exp_elt_opcode (pstate, OP_OBJC_MSGCALL);
  2343.                           end_msglist (pstate);
  2344.                           write_exp_elt_opcode (pstate, OP_OBJC_MSGCALL);
  2345.                         }
  2346.     break;

  2347.   case 45:
  2348. /* Line 1792 of yacc.c  */
  2349. #line 529 "c-exp.y"
  2350.     { add_msglist(&(yyvsp[(1) - (1)].sval), 0); }
  2351.     break;

  2352.   case 49:
  2353. /* Line 1792 of yacc.c  */
  2354. #line 538 "c-exp.y"
  2355.     { add_msglist(&(yyvsp[(1) - (3)].sval), 1); }
  2356.     break;

  2357.   case 50:
  2358. /* Line 1792 of yacc.c  */
  2359. #line 540 "c-exp.y"
  2360.     { add_msglist(0, 1);   }
  2361.     break;

  2362.   case 51:
  2363. /* Line 1792 of yacc.c  */
  2364. #line 542 "c-exp.y"
  2365.     { add_msglist(0, 0);   }
  2366.     break;

  2367.   case 52:
  2368. /* Line 1792 of yacc.c  */
  2369. #line 548 "c-exp.y"
  2370.     { start_arglist (); }
  2371.     break;

  2372.   case 53:
  2373. /* Line 1792 of yacc.c  */
  2374. #line 550 "c-exp.y"
  2375.     { write_exp_elt_opcode (pstate, OP_FUNCALL);
  2376.                           write_exp_elt_longcst (pstate,
  2377.                                                  (LONGEST) end_arglist ());
  2378.                           write_exp_elt_opcode (pstate, OP_FUNCALL); }
  2379.     break;

  2380.   case 54:
  2381. /* Line 1792 of yacc.c  */
  2382. #line 557 "c-exp.y"
  2383.     {
  2384.                           /* This could potentially be a an argument defined
  2385.                              lookup function (Koenig).  */
  2386.                           write_exp_elt_opcode (pstate, OP_ADL_FUNC);
  2387.                           write_exp_elt_block (pstate,
  2388.                                                expression_context_block);
  2389.                           write_exp_elt_sym (pstate,
  2390.                                              NULL); /* Placeholder.  */
  2391.                           write_exp_string (pstate, (yyvsp[(1) - (2)].ssym).stoken);
  2392.                           write_exp_elt_opcode (pstate, OP_ADL_FUNC);

  2393.                         /* This is to save the value of arglist_len
  2394.                            being accumulated by an outer function call.  */

  2395.                           start_arglist ();
  2396.                         }
  2397.     break;

  2398.   case 55:
  2399. /* Line 1792 of yacc.c  */
  2400. #line 574 "c-exp.y"
  2401.     {
  2402.                           write_exp_elt_opcode (pstate, OP_FUNCALL);
  2403.                           write_exp_elt_longcst (pstate,
  2404.                                                  (LONGEST) end_arglist ());
  2405.                           write_exp_elt_opcode (pstate, OP_FUNCALL);
  2406.                         }
  2407.     break;

  2408.   case 56:
  2409. /* Line 1792 of yacc.c  */
  2410. #line 583 "c-exp.y"
  2411.     { start_arglist (); }
  2412.     break;

  2413.   case 58:
  2414. /* Line 1792 of yacc.c  */
  2415. #line 590 "c-exp.y"
  2416.     { arglist_len = 1; }
  2417.     break;

  2418.   case 59:
  2419. /* Line 1792 of yacc.c  */
  2420. #line 594 "c-exp.y"
  2421.     { arglist_len++; }
  2422.     break;

  2423.   case 60:
  2424. /* Line 1792 of yacc.c  */
  2425. #line 598 "c-exp.y"
  2426.     { int i;
  2427.                           VEC (type_ptr) *type_list = (yyvsp[(3) - (5)].tvec);
  2428.                           struct type *type_elt;
  2429.                           LONGEST len = VEC_length (type_ptr, type_list);

  2430.                           write_exp_elt_opcode (pstate, TYPE_INSTANCE);
  2431.                           write_exp_elt_longcst (pstate, len);
  2432.                           for (i = 0;
  2433.                                VEC_iterate (type_ptr, type_list, i, type_elt);
  2434.                                ++i)
  2435.                             write_exp_elt_type (pstate, type_elt);
  2436.                           write_exp_elt_longcst(pstate, len);
  2437.                           write_exp_elt_opcode (pstate, TYPE_INSTANCE);
  2438.                           VEC_free (type_ptr, type_list);
  2439.                         }
  2440.     break;

  2441.   case 61:
  2442. /* Line 1792 of yacc.c  */
  2443. #line 616 "c-exp.y"
  2444.     { (yyval.lval) = end_arglist () - 1; }
  2445.     break;

  2446.   case 62:
  2447. /* Line 1792 of yacc.c  */
  2448. #line 619 "c-exp.y"
  2449.     { write_exp_elt_opcode (pstate, OP_ARRAY);
  2450.                           write_exp_elt_longcst (pstate, (LONGEST) 0);
  2451.                           write_exp_elt_longcst (pstate, (LONGEST) (yyvsp[(3) - (3)].lval));
  2452.                           write_exp_elt_opcode (pstate, OP_ARRAY); }
  2453.     break;

  2454.   case 63:
  2455. /* Line 1792 of yacc.c  */
  2456. #line 626 "c-exp.y"
  2457.     { write_exp_elt_opcode (pstate, UNOP_MEMVAL_TYPE); }
  2458.     break;

  2459.   case 64:
  2460. /* Line 1792 of yacc.c  */
  2461. #line 630 "c-exp.y"
  2462.     { write_exp_elt_opcode (pstate, UNOP_CAST_TYPE); }
  2463.     break;

  2464.   case 65:
  2465. /* Line 1792 of yacc.c  */
  2466. #line 634 "c-exp.y"
  2467.     { }
  2468.     break;

  2469.   case 66:
  2470. /* Line 1792 of yacc.c  */
  2471. #line 640 "c-exp.y"
  2472.     { write_exp_elt_opcode (pstate, BINOP_REPEAT); }
  2473.     break;

  2474.   case 67:
  2475. /* Line 1792 of yacc.c  */
  2476. #line 644 "c-exp.y"
  2477.     { write_exp_elt_opcode (pstate, BINOP_MUL); }
  2478.     break;

  2479.   case 68:
  2480. /* Line 1792 of yacc.c  */
  2481. #line 648 "c-exp.y"
  2482.     { write_exp_elt_opcode (pstate, BINOP_DIV); }
  2483.     break;

  2484.   case 69:
  2485. /* Line 1792 of yacc.c  */
  2486. #line 652 "c-exp.y"
  2487.     { write_exp_elt_opcode (pstate, BINOP_REM); }
  2488.     break;

  2489.   case 70:
  2490. /* Line 1792 of yacc.c  */
  2491. #line 656 "c-exp.y"
  2492.     { write_exp_elt_opcode (pstate, BINOP_ADD); }
  2493.     break;

  2494.   case 71:
  2495. /* Line 1792 of yacc.c  */
  2496. #line 660 "c-exp.y"
  2497.     { write_exp_elt_opcode (pstate, BINOP_SUB); }
  2498.     break;

  2499.   case 72:
  2500. /* Line 1792 of yacc.c  */
  2501. #line 664 "c-exp.y"
  2502.     { write_exp_elt_opcode (pstate, BINOP_LSH); }
  2503.     break;

  2504.   case 73:
  2505. /* Line 1792 of yacc.c  */
  2506. #line 668 "c-exp.y"
  2507.     { write_exp_elt_opcode (pstate, BINOP_RSH); }
  2508.     break;

  2509.   case 74:
  2510. /* Line 1792 of yacc.c  */
  2511. #line 672 "c-exp.y"
  2512.     { write_exp_elt_opcode (pstate, BINOP_EQUAL); }
  2513.     break;

  2514.   case 75:
  2515. /* Line 1792 of yacc.c  */
  2516. #line 676 "c-exp.y"
  2517.     { write_exp_elt_opcode (pstate, BINOP_NOTEQUAL); }
  2518.     break;

  2519.   case 76:
  2520. /* Line 1792 of yacc.c  */
  2521. #line 680 "c-exp.y"
  2522.     { write_exp_elt_opcode (pstate, BINOP_LEQ); }
  2523.     break;

  2524.   case 77:
  2525. /* Line 1792 of yacc.c  */
  2526. #line 684 "c-exp.y"
  2527.     { write_exp_elt_opcode (pstate, BINOP_GEQ); }
  2528.     break;

  2529.   case 78:
  2530. /* Line 1792 of yacc.c  */
  2531. #line 688 "c-exp.y"
  2532.     { write_exp_elt_opcode (pstate, BINOP_LESS); }
  2533.     break;

  2534.   case 79:
  2535. /* Line 1792 of yacc.c  */
  2536. #line 692 "c-exp.y"
  2537.     { write_exp_elt_opcode (pstate, BINOP_GTR); }
  2538.     break;

  2539.   case 80:
  2540. /* Line 1792 of yacc.c  */
  2541. #line 696 "c-exp.y"
  2542.     { write_exp_elt_opcode (pstate, BINOP_BITWISE_AND); }
  2543.     break;

  2544.   case 81:
  2545. /* Line 1792 of yacc.c  */
  2546. #line 700 "c-exp.y"
  2547.     { write_exp_elt_opcode (pstate, BINOP_BITWISE_XOR); }
  2548.     break;

  2549.   case 82:
  2550. /* Line 1792 of yacc.c  */
  2551. #line 704 "c-exp.y"
  2552.     { write_exp_elt_opcode (pstate, BINOP_BITWISE_IOR); }
  2553.     break;

  2554.   case 83:
  2555. /* Line 1792 of yacc.c  */
  2556. #line 708 "c-exp.y"
  2557.     { write_exp_elt_opcode (pstate, BINOP_LOGICAL_AND); }
  2558.     break;

  2559.   case 84:
  2560. /* Line 1792 of yacc.c  */
  2561. #line 712 "c-exp.y"
  2562.     { write_exp_elt_opcode (pstate, BINOP_LOGICAL_OR); }
  2563.     break;

  2564.   case 85:
  2565. /* Line 1792 of yacc.c  */
  2566. #line 716 "c-exp.y"
  2567.     { write_exp_elt_opcode (pstate, TERNOP_COND); }
  2568.     break;

  2569.   case 86:
  2570. /* Line 1792 of yacc.c  */
  2571. #line 720 "c-exp.y"
  2572.     { write_exp_elt_opcode (pstate, BINOP_ASSIGN); }
  2573.     break;

  2574.   case 87:
  2575. /* Line 1792 of yacc.c  */
  2576. #line 724 "c-exp.y"
  2577.     { write_exp_elt_opcode (pstate, BINOP_ASSIGN_MODIFY);
  2578.                           write_exp_elt_opcode (pstate, (yyvsp[(2) - (3)].opcode));
  2579.                           write_exp_elt_opcode (pstate,
  2580.                                                 BINOP_ASSIGN_MODIFY); }
  2581.     break;

  2582.   case 88:
  2583. /* Line 1792 of yacc.c  */
  2584. #line 731 "c-exp.y"
  2585.     { write_exp_elt_opcode (pstate, OP_LONG);
  2586.                           write_exp_elt_type (pstate, (yyvsp[(1) - (1)].typed_val_int).type);
  2587.                           write_exp_elt_longcst (pstate, (LONGEST) ((yyvsp[(1) - (1)].typed_val_int).val));
  2588.                           write_exp_elt_opcode (pstate, OP_LONG); }
  2589.     break;

  2590.   case 89:
  2591. /* Line 1792 of yacc.c  */
  2592. #line 738 "c-exp.y"
  2593.     {
  2594.                           struct stoken_vector vec;
  2595.                           vec.len = 1;
  2596.                           vec.tokens = &(yyvsp[(1) - (1)].tsval);
  2597.                           write_exp_string_vector (pstate, (yyvsp[(1) - (1)].tsval).type, &vec);
  2598.                         }
  2599.     break;

  2600.   case 90:
  2601. /* Line 1792 of yacc.c  */
  2602. #line 747 "c-exp.y"
  2603.     { YYSTYPE val;
  2604.                           parse_number (pstate, (yyvsp[(1) - (1)].ssym).stoken.ptr,
  2605.                                         (yyvsp[(1) - (1)].ssym).stoken.length, 0, &val);
  2606.                           write_exp_elt_opcode (pstate, OP_LONG);
  2607.                           write_exp_elt_type (pstate, val.typed_val_int.type);
  2608.                           write_exp_elt_longcst (pstate,
  2609.                                             (LONGEST) val.typed_val_int.val);
  2610.                           write_exp_elt_opcode (pstate, OP_LONG);
  2611.                         }
  2612.     break;

  2613.   case 91:
  2614. /* Line 1792 of yacc.c  */
  2615. #line 760 "c-exp.y"
  2616.     { write_exp_elt_opcode (pstate, OP_DOUBLE);
  2617.                           write_exp_elt_type (pstate, (yyvsp[(1) - (1)].typed_val_float).type);
  2618.                           write_exp_elt_dblcst (pstate, (yyvsp[(1) - (1)].typed_val_float).dval);
  2619.                           write_exp_elt_opcode (pstate, OP_DOUBLE); }
  2620.     break;

  2621.   case 92:
  2622. /* Line 1792 of yacc.c  */
  2623. #line 767 "c-exp.y"
  2624.     { write_exp_elt_opcode (pstate, OP_DECFLOAT);
  2625.                           write_exp_elt_type (pstate, (yyvsp[(1) - (1)].typed_val_decfloat).type);
  2626.                           write_exp_elt_decfloatcst (pstate, (yyvsp[(1) - (1)].typed_val_decfloat).val);
  2627.                           write_exp_elt_opcode (pstate, OP_DECFLOAT); }
  2628.     break;

  2629.   case 94:
  2630. /* Line 1792 of yacc.c  */
  2631. #line 777 "c-exp.y"
  2632.     {
  2633.                           write_dollar_variable (pstate, (yyvsp[(1) - (1)].sval));
  2634.                         }
  2635.     break;

  2636.   case 95:
  2637. /* Line 1792 of yacc.c  */
  2638. #line 783 "c-exp.y"
  2639.     {
  2640.                           write_exp_elt_opcode (pstate, OP_OBJC_SELECTOR);
  2641.                           write_exp_string (pstate, (yyvsp[(3) - (4)].sval));
  2642.                           write_exp_elt_opcode (pstate, OP_OBJC_SELECTOR); }
  2643.     break;

  2644.   case 96:
  2645. /* Line 1792 of yacc.c  */
  2646. #line 790 "c-exp.y"
  2647.     { struct type *type = (yyvsp[(3) - (4)].tval);
  2648.                           write_exp_elt_opcode (pstate, OP_LONG);
  2649.                           write_exp_elt_type (pstate, lookup_signed_typename
  2650.                                               (parse_language (pstate),
  2651.                                                parse_gdbarch (pstate),
  2652.                                                "int"));
  2653.                           CHECK_TYPEDEF (type);

  2654.                             /* $5.3.3/2 of the C++ Standard (n3290 draft)
  2655.                                says of sizeof:  "When applied to a reference
  2656.                                or a reference type, the result is the size of
  2657.                                the referenced type."  */
  2658.                           if (TYPE_CODE (type) == TYPE_CODE_REF)
  2659.                             type = check_typedef (TYPE_TARGET_TYPE (type));
  2660.                           write_exp_elt_longcst (pstate,
  2661.                                                  (LONGEST) TYPE_LENGTH (type));
  2662.                           write_exp_elt_opcode (pstate, OP_LONG); }
  2663.     break;

  2664.   case 97:
  2665. /* Line 1792 of yacc.c  */
  2666. #line 810 "c-exp.y"
  2667.     { write_exp_elt_opcode (pstate,
  2668.                                                 UNOP_REINTERPRET_CAST); }
  2669.     break;

  2670.   case 98:
  2671. /* Line 1792 of yacc.c  */
  2672. #line 815 "c-exp.y"
  2673.     { write_exp_elt_opcode (pstate, UNOP_CAST_TYPE); }
  2674.     break;

  2675.   case 99:
  2676. /* Line 1792 of yacc.c  */
  2677. #line 819 "c-exp.y"
  2678.     { write_exp_elt_opcode (pstate, UNOP_DYNAMIC_CAST); }
  2679.     break;

  2680.   case 100:
  2681. /* Line 1792 of yacc.c  */
  2682. #line 823 "c-exp.y"
  2683.     { /* We could do more error checking here, but
  2684.                              it doesn't seem worthwhile.  */
  2685.                           write_exp_elt_opcode (pstate, UNOP_CAST_TYPE); }
  2686.     break;

  2687.   case 101:
  2688. /* Line 1792 of yacc.c  */
  2689. #line 830 "c-exp.y"
  2690.     {
  2691.                           /* We copy the string here, and not in the
  2692.                              lexer, to guarantee that we do not leak a
  2693.                              string.  Note that we follow the
  2694.                              NUL-termination convention of the
  2695.                              lexer.  */
  2696.                           struct typed_stoken *vec = XNEW (struct typed_stoken);
  2697.                           (yyval.svec).len = 1;
  2698.                           (yyval.svec).tokens = vec;

  2699.                           vec->type = (yyvsp[(1) - (1)].tsval).type;
  2700.                           vec->length = (yyvsp[(1) - (1)].tsval).length;
  2701.                           vec->ptr = xmalloc ((yyvsp[(1) - (1)].tsval).length + 1);
  2702.                           memcpy (vec->ptr, (yyvsp[(1) - (1)].tsval).ptr, (yyvsp[(1) - (1)].tsval).length + 1);
  2703.                         }
  2704.     break;

  2705.   case 102:
  2706. /* Line 1792 of yacc.c  */
  2707. #line 847 "c-exp.y"
  2708.     {
  2709.                           /* Note that we NUL-terminate here, but just
  2710.                              for convenience.  */
  2711.                           char *p;
  2712.                           ++(yyval.svec).len;
  2713.                           (yyval.svec).tokens = xrealloc ((yyval.svec).tokens,
  2714.                                                (yyval.svec).len * sizeof (struct typed_stoken));

  2715.                           p = xmalloc ((yyvsp[(2) - (2)].tsval).length + 1);
  2716.                           memcpy (p, (yyvsp[(2) - (2)].tsval).ptr, (yyvsp[(2) - (2)].tsval).length + 1);

  2717.                           (yyval.svec).tokens[(yyval.svec).len - 1].type = (yyvsp[(2) - (2)].tsval).type;
  2718.                           (yyval.svec).tokens[(yyval.svec).len - 1].length = (yyvsp[(2) - (2)].tsval).length;
  2719.                           (yyval.svec).tokens[(yyval.svec).len - 1].ptr = p;
  2720.                         }
  2721.     break;

  2722.   case 103:
  2723. /* Line 1792 of yacc.c  */
  2724. #line 865 "c-exp.y"
  2725.     {
  2726.                           int i;
  2727.                           enum c_string_type type = C_STRING;

  2728.                           for (i = 0; i < (yyvsp[(1) - (1)].svec).len; ++i)
  2729.                             {
  2730.                               switch ((yyvsp[(1) - (1)].svec).tokens[i].type)
  2731.                                 {
  2732.                                 case C_STRING:
  2733.                                   break;
  2734.                                 case C_WIDE_STRING:
  2735.                                 case C_STRING_16:
  2736.                                 case C_STRING_32:
  2737.                                   if (type != C_STRING
  2738.                                       && type != (yyvsp[(1) - (1)].svec).tokens[i].type)
  2739.                                     error (_("Undefined string concatenation."));
  2740.                                   type = (yyvsp[(1) - (1)].svec).tokens[i].type;
  2741.                                   break;
  2742.                                 default:
  2743.                                   /* internal error */
  2744.                                   internal_error (__FILE__, __LINE__,
  2745.                                                   "unrecognized type in string concatenation");
  2746.                                 }
  2747.                             }

  2748.                           write_exp_string_vector (pstate, type, &(yyvsp[(1) - (1)].svec));
  2749.                           for (i = 0; i < (yyvsp[(1) - (1)].svec).len; ++i)
  2750.                             xfree ((yyvsp[(1) - (1)].svec).tokens[i].ptr);
  2751.                           xfree ((yyvsp[(1) - (1)].svec).tokens);
  2752.                         }
  2753.     break;

  2754.   case 104:
  2755. /* Line 1792 of yacc.c  */
  2756. #line 900 "c-exp.y"
  2757.     { write_exp_elt_opcode (pstate, OP_OBJC_NSSTRING);
  2758.                           write_exp_string (pstate, (yyvsp[(1) - (1)].sval));
  2759.                           write_exp_elt_opcode (pstate, OP_OBJC_NSSTRING); }
  2760.     break;

  2761.   case 105:
  2762. /* Line 1792 of yacc.c  */
  2763. #line 907 "c-exp.y"
  2764.     { write_exp_elt_opcode (pstate, OP_LONG);
  2765.                           write_exp_elt_type (pstate,
  2766.                                           parse_type (pstate)->builtin_bool);
  2767.                           write_exp_elt_longcst (pstate, (LONGEST) 1);
  2768.                           write_exp_elt_opcode (pstate, OP_LONG); }
  2769.     break;

  2770.   case 106:
  2771. /* Line 1792 of yacc.c  */
  2772. #line 915 "c-exp.y"
  2773.     { write_exp_elt_opcode (pstate, OP_LONG);
  2774.                           write_exp_elt_type (pstate,
  2775.                                           parse_type (pstate)->builtin_bool);
  2776.                           write_exp_elt_longcst (pstate, (LONGEST) 0);
  2777.                           write_exp_elt_opcode (pstate, OP_LONG); }
  2778.     break;

  2779.   case 107:
  2780. /* Line 1792 of yacc.c  */
  2781. #line 925 "c-exp.y"
  2782.     {
  2783.                           if ((yyvsp[(1) - (1)].ssym).sym)
  2784.                             (yyval.bval) = SYMBOL_BLOCK_VALUE ((yyvsp[(1) - (1)].ssym).sym);
  2785.                           else
  2786.                             error (_("No file or function \"%s\"."),
  2787.                                    copy_name ((yyvsp[(1) - (1)].ssym).stoken));
  2788.                         }
  2789.     break;

  2790.   case 108:
  2791. /* Line 1792 of yacc.c  */
  2792. #line 933 "c-exp.y"
  2793.     {
  2794.                           (yyval.bval) = (yyvsp[(1) - (1)].bval);
  2795.                         }
  2796.     break;

  2797.   case 109:
  2798. /* Line 1792 of yacc.c  */
  2799. #line 939 "c-exp.y"
  2800.     { struct symbol *tem
  2801.                             = lookup_symbol (copy_name ((yyvsp[(3) - (3)].sval)), (yyvsp[(1) - (3)].bval),
  2802.                                              VAR_DOMAIN, NULL);
  2803.                           if (!tem || SYMBOL_CLASS (tem) != LOC_BLOCK)
  2804.                             error (_("No function \"%s\" in specified context."),
  2805.                                    copy_name ((yyvsp[(3) - (3)].sval)));
  2806.                           (yyval.bval) = SYMBOL_BLOCK_VALUE (tem); }
  2807.     break;

  2808.   case 110:
  2809. /* Line 1792 of yacc.c  */
  2810. #line 949 "c-exp.y"
  2811.     { struct symbol *sym = (yyvsp[(1) - (2)].ssym).sym;

  2812.                           if (sym == NULL || !SYMBOL_IS_ARGUMENT (sym)
  2813.                               || !symbol_read_needs_frame (sym))
  2814.                             error (_("@entry can be used only for function "
  2815.                                      "parameters, not for \"%s\""),
  2816.                                    copy_name ((yyvsp[(1) - (2)].ssym).stoken));

  2817.                           write_exp_elt_opcode (pstate, OP_VAR_ENTRY_VALUE);
  2818.                           write_exp_elt_sym (pstate, sym);
  2819.                           write_exp_elt_opcode (pstate, OP_VAR_ENTRY_VALUE);
  2820.                         }
  2821.     break;

  2822.   case 111:
  2823. /* Line 1792 of yacc.c  */
  2824. #line 964 "c-exp.y"
  2825.     { struct symbol *sym;
  2826.                           sym = lookup_symbol (copy_name ((yyvsp[(3) - (3)].sval)), (yyvsp[(1) - (3)].bval),
  2827.                                                VAR_DOMAIN, NULL);
  2828.                           if (sym == 0)
  2829.                             error (_("No symbol \"%s\" in specified context."),
  2830.                                    copy_name ((yyvsp[(3) - (3)].sval)));
  2831.                           if (symbol_read_needs_frame (sym))
  2832.                             {
  2833.                               if (innermost_block == 0
  2834.                                   || contained_in (block_found,
  2835.                                                    innermost_block))
  2836.                                 innermost_block = block_found;
  2837.                             }

  2838.                           write_exp_elt_opcode (pstate, OP_VAR_VALUE);
  2839.                           /* block_found is set by lookup_symbol.  */
  2840.                           write_exp_elt_block (pstate, block_found);
  2841.                           write_exp_elt_sym (pstate, sym);
  2842.                           write_exp_elt_opcode (pstate, OP_VAR_VALUE); }
  2843.     break;

  2844.   case 112:
  2845. /* Line 1792 of yacc.c  */
  2846. #line 986 "c-exp.y"
  2847.     {
  2848.                           struct type *type = (yyvsp[(1) - (3)].tsym).type;
  2849.                           CHECK_TYPEDEF (type);
  2850.                           if (!type_aggregate_p (type))
  2851.                             error (_("`%s' is not defined as an aggregate type."),
  2852.                                    TYPE_SAFE_NAME (type));

  2853.                           write_exp_elt_opcode (pstate, OP_SCOPE);
  2854.                           write_exp_elt_type (pstate, type);
  2855.                           write_exp_string (pstate, (yyvsp[(3) - (3)].sval));
  2856.                           write_exp_elt_opcode (pstate, OP_SCOPE);
  2857.                         }
  2858.     break;

  2859.   case 113:
  2860. /* Line 1792 of yacc.c  */
  2861. #line 999 "c-exp.y"
  2862.     {
  2863.                           struct type *type = (yyvsp[(1) - (4)].tsym).type;
  2864.                           struct stoken tmp_token;
  2865.                           char *buf;

  2866.                           CHECK_TYPEDEF (type);
  2867.                           if (!type_aggregate_p (type))
  2868.                             error (_("`%s' is not defined as an aggregate type."),
  2869.                                    TYPE_SAFE_NAME (type));
  2870.                           buf = alloca ((yyvsp[(4) - (4)].sval).length + 2);
  2871.                           tmp_token.ptr = buf;
  2872.                           tmp_token.length = (yyvsp[(4) - (4)].sval).length + 1;
  2873.                           buf[0] = '~';
  2874.                           memcpy (buf+1, (yyvsp[(4) - (4)].sval).ptr, (yyvsp[(4) - (4)].sval).length);
  2875.                           buf[tmp_token.length] = 0;

  2876.                           /* Check for valid destructor name.  */
  2877.                           destructor_name_p (tmp_token.ptr, (yyvsp[(1) - (4)].tsym).type);
  2878.                           write_exp_elt_opcode (pstate, OP_SCOPE);
  2879.                           write_exp_elt_type (pstate, type);
  2880.                           write_exp_string (pstate, tmp_token);
  2881.                           write_exp_elt_opcode (pstate, OP_SCOPE);
  2882.                         }
  2883.     break;

  2884.   case 114:
  2885. /* Line 1792 of yacc.c  */
  2886. #line 1023 "c-exp.y"
  2887.     {
  2888.                           char *copy = copy_name ((yyvsp[(3) - (5)].sval));
  2889.                           error (_("No type \"%s\" within class "
  2890.                                    "or namespace \"%s\"."),
  2891.                                  copy, TYPE_SAFE_NAME ((yyvsp[(1) - (5)].tsym).type));
  2892.                         }
  2893.     break;

  2894.   case 116:
  2895. /* Line 1792 of yacc.c  */
  2896. #line 1033 "c-exp.y"
  2897.     {
  2898.                           char *name = copy_name ((yyvsp[(2) - (2)].ssym).stoken);
  2899.                           struct symbol *sym;
  2900.                           struct bound_minimal_symbol msymbol;

  2901.                           sym =
  2902.                             lookup_symbol (name, (const struct block *) NULL,
  2903.                                            VAR_DOMAIN, NULL);
  2904.                           if (sym)
  2905.                             {
  2906.                               write_exp_elt_opcode (pstate, OP_VAR_VALUE);
  2907.                               write_exp_elt_block (pstate, NULL);
  2908.                               write_exp_elt_sym (pstate, sym);
  2909.                               write_exp_elt_opcode (pstate, OP_VAR_VALUE);
  2910.                               break;
  2911.                             }

  2912.                           msymbol = lookup_bound_minimal_symbol (name);
  2913.                           if (msymbol.minsym != NULL)
  2914.                             write_exp_msymbol (pstate, msymbol);
  2915.                           else if (!have_full_symbols () && !have_partial_symbols ())
  2916.                             error (_("No symbol table is loaded.  Use the \"file\" command."));
  2917.                           else
  2918.                             error (_("No symbol \"%s\" in current context."), name);
  2919.                         }
  2920.     break;

  2921.   case 117:
  2922. /* Line 1792 of yacc.c  */
  2923. #line 1061 "c-exp.y"
  2924.     { struct symbol *sym = (yyvsp[(1) - (1)].ssym).sym;

  2925.                           if (sym)
  2926.                             {
  2927.                               if (symbol_read_needs_frame (sym))
  2928.                                 {
  2929.                                   if (innermost_block == 0
  2930.                                       || contained_in (block_found,
  2931.                                                        innermost_block))
  2932.                                     innermost_block = block_found;
  2933.                                 }

  2934.                               write_exp_elt_opcode (pstate, OP_VAR_VALUE);
  2935.                               /* We want to use the selected frame, not
  2936.                                  another more inner frame which happens to
  2937.                                  be in the same block.  */
  2938.                               write_exp_elt_block (pstate, NULL);
  2939.                               write_exp_elt_sym (pstate, sym);
  2940.                               write_exp_elt_opcode (pstate, OP_VAR_VALUE);
  2941.                             }
  2942.                           else if ((yyvsp[(1) - (1)].ssym).is_a_field_of_this)
  2943.                             {
  2944.                               /* C++: it hangs off of `this'.  Must
  2945.                                  not inadvertently convert from a method call
  2946.                                  to data ref.  */
  2947.                               if (innermost_block == 0
  2948.                                   || contained_in (block_found,
  2949.                                                    innermost_block))
  2950.                                 innermost_block = block_found;
  2951.                               write_exp_elt_opcode (pstate, OP_THIS);
  2952.                               write_exp_elt_opcode (pstate, OP_THIS);
  2953.                               write_exp_elt_opcode (pstate, STRUCTOP_PTR);
  2954.                               write_exp_string (pstate, (yyvsp[(1) - (1)].ssym).stoken);
  2955.                               write_exp_elt_opcode (pstate, STRUCTOP_PTR);
  2956.                             }
  2957.                           else
  2958.                             {
  2959.                               struct bound_minimal_symbol msymbol;
  2960.                               char *arg = copy_name ((yyvsp[(1) - (1)].ssym).stoken);

  2961.                               msymbol =
  2962.                                 lookup_bound_minimal_symbol (arg);
  2963.                               if (msymbol.minsym != NULL)
  2964.                                 write_exp_msymbol (pstate, msymbol);
  2965.                               else if (!have_full_symbols () && !have_partial_symbols ())
  2966.                                 error (_("No symbol table is loaded.  Use the \"file\" command."));
  2967.                               else
  2968.                                 error (_("No symbol \"%s\" in current context."),
  2969.                                        copy_name ((yyvsp[(1) - (1)].ssym).stoken));
  2970.                             }
  2971.                         }
  2972.     break;

  2973.   case 118:
  2974. /* Line 1792 of yacc.c  */
  2975. #line 1115 "c-exp.y"
  2976.     { insert_type_address_space (pstate, copy_name ((yyvsp[(2) - (2)].ssym).stoken)); }
  2977.     break;

  2978.   case 126:
  2979. /* Line 1792 of yacc.c  */
  2980. #line 1136 "c-exp.y"
  2981.     { insert_type (tp_pointer); }
  2982.     break;

  2983.   case 128:
  2984. /* Line 1792 of yacc.c  */
  2985. #line 1139 "c-exp.y"
  2986.     { insert_type (tp_pointer); }
  2987.     break;

  2988.   case 130:
  2989. /* Line 1792 of yacc.c  */
  2990. #line 1142 "c-exp.y"
  2991.     { insert_type (tp_reference); }
  2992.     break;

  2993.   case 131:
  2994. /* Line 1792 of yacc.c  */
  2995. #line 1144 "c-exp.y"
  2996.     { insert_type (tp_reference); }
  2997.     break;

  2998.   case 132:
  2999. /* Line 1792 of yacc.c  */
  3000. #line 1148 "c-exp.y"
  3001.     {
  3002.                           (yyval.type_stack) = get_type_stack ();
  3003.                           /* This cleanup is eventually run by
  3004.                              c_parse.  */
  3005.                           make_cleanup (type_stack_cleanup, (yyval.type_stack));
  3006.                         }
  3007.     break;

  3008.   case 133:
  3009. /* Line 1792 of yacc.c  */
  3010. #line 1157 "c-exp.y"
  3011.     { (yyval.type_stack) = append_type_stack ((yyvsp[(2) - (2)].type_stack), (yyvsp[(1) - (2)].type_stack)); }
  3012.     break;

  3013.   case 136:
  3014. /* Line 1792 of yacc.c  */
  3015. #line 1163 "c-exp.y"
  3016.     { (yyval.type_stack) = (yyvsp[(2) - (3)].type_stack); }
  3017.     break;

  3018.   case 137:
  3019. /* Line 1792 of yacc.c  */
  3020. #line 1165 "c-exp.y"
  3021.     {
  3022.                           push_type_stack ((yyvsp[(1) - (2)].type_stack));
  3023.                           push_type_int ((yyvsp[(2) - (2)].lval));
  3024.                           push_type (tp_array);
  3025.                           (yyval.type_stack) = get_type_stack ();
  3026.                         }
  3027.     break;

  3028.   case 138:
  3029. /* Line 1792 of yacc.c  */
  3030. #line 1172 "c-exp.y"
  3031.     {
  3032.                           push_type_int ((yyvsp[(1) - (1)].lval));
  3033.                           push_type (tp_array);
  3034.                           (yyval.type_stack) = get_type_stack ();
  3035.                         }
  3036.     break;

  3037.   case 139:
  3038. /* Line 1792 of yacc.c  */
  3039. #line 1179 "c-exp.y"
  3040.     {
  3041.                           push_type_stack ((yyvsp[(1) - (2)].type_stack));
  3042.                           push_typelist ((yyvsp[(2) - (2)].tvec));
  3043.                           (yyval.type_stack) = get_type_stack ();
  3044.                         }
  3045.     break;

  3046.   case 140:
  3047. /* Line 1792 of yacc.c  */
  3048. #line 1185 "c-exp.y"
  3049.     {
  3050.                           push_typelist ((yyvsp[(1) - (1)].tvec));
  3051.                           (yyval.type_stack) = get_type_stack ();
  3052.                         }
  3053.     break;

  3054.   case 141:
  3055. /* Line 1792 of yacc.c  */
  3056. #line 1192 "c-exp.y"
  3057.     { (yyval.lval) = -1; }
  3058.     break;

  3059.   case 142:
  3060. /* Line 1792 of yacc.c  */
  3061. #line 1194 "c-exp.y"
  3062.     { (yyval.lval) = -1; }
  3063.     break;

  3064.   case 143:
  3065. /* Line 1792 of yacc.c  */
  3066. #line 1196 "c-exp.y"
  3067.     { (yyval.lval) = (yyvsp[(2) - (3)].typed_val_int).val; }
  3068.     break;

  3069.   case 144:
  3070. /* Line 1792 of yacc.c  */
  3071. #line 1198 "c-exp.y"
  3072.     { (yyval.lval) = (yyvsp[(2) - (3)].typed_val_int).val; }
  3073.     break;

  3074.   case 145:
  3075. /* Line 1792 of yacc.c  */
  3076. #line 1202 "c-exp.y"
  3077.     { (yyval.tvec) = NULL; }
  3078.     break;

  3079.   case 146:
  3080. /* Line 1792 of yacc.c  */
  3081. #line 1204 "c-exp.y"
  3082.     { (yyval.tvec) = (yyvsp[(2) - (3)].tvec); }
  3083.     break;

  3084.   case 148:
  3085. /* Line 1792 of yacc.c  */
  3086. #line 1220 "c-exp.y"
  3087.     { (yyval.tval) = (yyvsp[(1) - (1)].tsym).type; }
  3088.     break;

  3089.   case 149:
  3090. /* Line 1792 of yacc.c  */
  3091. #line 1222 "c-exp.y"
  3092.     { (yyval.tval) = lookup_signed_typename (parse_language (pstate),
  3093.                                                        parse_gdbarch (pstate),
  3094.                                                        "int"); }
  3095.     break;

  3096.   case 150:
  3097. /* Line 1792 of yacc.c  */
  3098. #line 1226 "c-exp.y"
  3099.     { (yyval.tval) = lookup_signed_typename (parse_language (pstate),
  3100.                                                        parse_gdbarch (pstate),
  3101.                                                        "long"); }
  3102.     break;

  3103.   case 151:
  3104. /* Line 1792 of yacc.c  */
  3105. #line 1230 "c-exp.y"
  3106.     { (yyval.tval) = lookup_signed_typename (parse_language (pstate),
  3107.                                                        parse_gdbarch (pstate),
  3108.                                                        "short"); }
  3109.     break;

  3110.   case 152:
  3111. /* Line 1792 of yacc.c  */
  3112. #line 1234 "c-exp.y"
  3113.     { (yyval.tval) = lookup_signed_typename (parse_language (pstate),
  3114.                                                        parse_gdbarch (pstate),
  3115.                                                        "long"); }
  3116.     break;

  3117.   case 153:
  3118. /* Line 1792 of yacc.c  */
  3119. #line 1238 "c-exp.y"
  3120.     { (yyval.tval) = lookup_signed_typename (parse_language (pstate),
  3121.                                                        parse_gdbarch (pstate),
  3122.                                                        "long"); }
  3123.     break;

  3124.   case 154:
  3125. /* Line 1792 of yacc.c  */
  3126. #line 1242 "c-exp.y"
  3127.     { (yyval.tval) = lookup_signed_typename (parse_language (pstate),
  3128.                                                        parse_gdbarch (pstate),
  3129.                                                        "long"); }
  3130.     break;

  3131.   case 155:
  3132. /* Line 1792 of yacc.c  */
  3133. #line 1246 "c-exp.y"
  3134.     { (yyval.tval) = lookup_signed_typename (parse_language (pstate),
  3135.                                                        parse_gdbarch (pstate),
  3136.                                                        "long"); }
  3137.     break;

  3138.   case 156:
  3139. /* Line 1792 of yacc.c  */
  3140. #line 1250 "c-exp.y"
  3141.     { (yyval.tval) = lookup_unsigned_typename (parse_language (pstate),
  3142.                                                          parse_gdbarch (pstate),
  3143.                                                          "long"); }
  3144.     break;

  3145.   case 157:
  3146. /* Line 1792 of yacc.c  */
  3147. #line 1254 "c-exp.y"
  3148.     { (yyval.tval) = lookup_unsigned_typename (parse_language (pstate),
  3149.                                                          parse_gdbarch (pstate),
  3150.                                                          "long"); }
  3151.     break;

  3152.   case 158:
  3153. /* Line 1792 of yacc.c  */
  3154. #line 1258 "c-exp.y"
  3155.     { (yyval.tval) = lookup_unsigned_typename (parse_language (pstate),
  3156.                                                          parse_gdbarch (pstate),
  3157.                                                          "long"); }
  3158.     break;

  3159.   case 159:
  3160. /* Line 1792 of yacc.c  */
  3161. #line 1262 "c-exp.y"
  3162.     { (yyval.tval) = lookup_signed_typename (parse_language (pstate),
  3163.                                                        parse_gdbarch (pstate),
  3164.                                                        "long long"); }
  3165.     break;

  3166.   case 160:
  3167. /* Line 1792 of yacc.c  */
  3168. #line 1266 "c-exp.y"
  3169.     { (yyval.tval) = lookup_signed_typename (parse_language (pstate),
  3170.                                                        parse_gdbarch (pstate),
  3171.                                                        "long long"); }
  3172.     break;

  3173.   case 161:
  3174. /* Line 1792 of yacc.c  */
  3175. #line 1270 "c-exp.y"
  3176.     { (yyval.tval) = lookup_signed_typename (parse_language (pstate),
  3177.                                                        parse_gdbarch (pstate),
  3178.                                                        "long long"); }
  3179.     break;

  3180.   case 162:
  3181. /* Line 1792 of yacc.c  */
  3182. #line 1274 "c-exp.y"
  3183.     { (yyval.tval) = lookup_signed_typename (parse_language (pstate),
  3184.                                                        parse_gdbarch (pstate),
  3185.                                                        "long long"); }
  3186.     break;

  3187.   case 163:
  3188. /* Line 1792 of yacc.c  */
  3189. #line 1278 "c-exp.y"
  3190.     { (yyval.tval) = lookup_signed_typename (parse_language (pstate),
  3191.                                                        parse_gdbarch (pstate),
  3192.                                                        "long long"); }
  3193.     break;

  3194.   case 164:
  3195. /* Line 1792 of yacc.c  */
  3196. #line 1282 "c-exp.y"
  3197.     { (yyval.tval) = lookup_signed_typename (parse_language (pstate),
  3198.                                                        parse_gdbarch (pstate),
  3199.                                                        "long long"); }
  3200.     break;

  3201.   case 165:
  3202. /* Line 1792 of yacc.c  */
  3203. #line 1286 "c-exp.y"
  3204.     { (yyval.tval) = lookup_unsigned_typename (parse_language (pstate),
  3205.                                                          parse_gdbarch (pstate),
  3206.                                                          "long long"); }
  3207.     break;

  3208.   case 166:
  3209. /* Line 1792 of yacc.c  */
  3210. #line 1290 "c-exp.y"
  3211.     { (yyval.tval) = lookup_unsigned_typename (parse_language (pstate),
  3212.                                                          parse_gdbarch (pstate),
  3213.                                                          "long long"); }
  3214.     break;

  3215.   case 167:
  3216. /* Line 1792 of yacc.c  */
  3217. #line 1294 "c-exp.y"
  3218.     { (yyval.tval) = lookup_unsigned_typename (parse_language (pstate),
  3219.                                                          parse_gdbarch (pstate),
  3220.                                                          "long long"); }
  3221.     break;

  3222.   case 168:
  3223. /* Line 1792 of yacc.c  */
  3224. #line 1298 "c-exp.y"
  3225.     { (yyval.tval) = lookup_unsigned_typename (parse_language (pstate),
  3226.                                                          parse_gdbarch (pstate),
  3227.                                                          "long long"); }
  3228.     break;

  3229.   case 169:
  3230. /* Line 1792 of yacc.c  */
  3231. #line 1302 "c-exp.y"
  3232.     { (yyval.tval) = lookup_signed_typename (parse_language (pstate),
  3233.                                                        parse_gdbarch (pstate),
  3234.                                                        "short"); }
  3235.     break;

  3236.   case 170:
  3237. /* Line 1792 of yacc.c  */
  3238. #line 1306 "c-exp.y"
  3239.     { (yyval.tval) = lookup_signed_typename (parse_language (pstate),
  3240.                                                        parse_gdbarch (pstate),
  3241.                                                        "short"); }
  3242.     break;

  3243.   case 171:
  3244. /* Line 1792 of yacc.c  */
  3245. #line 1310 "c-exp.y"
  3246.     { (yyval.tval) = lookup_signed_typename (parse_language (pstate),
  3247.                                                        parse_gdbarch (pstate),
  3248.                                                        "short"); }
  3249.     break;

  3250.   case 172:
  3251. /* Line 1792 of yacc.c  */
  3252. #line 1314 "c-exp.y"
  3253.     { (yyval.tval) = lookup_unsigned_typename (parse_language (pstate),
  3254.                                                          parse_gdbarch (pstate),
  3255.                                                          "short"); }
  3256.     break;

  3257.   case 173:
  3258. /* Line 1792 of yacc.c  */
  3259. #line 1318 "c-exp.y"
  3260.     { (yyval.tval) = lookup_unsigned_typename (parse_language (pstate),
  3261.                                                          parse_gdbarch (pstate),
  3262.                                                          "short"); }
  3263.     break;

  3264.   case 174:
  3265. /* Line 1792 of yacc.c  */
  3266. #line 1322 "c-exp.y"
  3267.     { (yyval.tval) = lookup_unsigned_typename (parse_language (pstate),
  3268.                                                          parse_gdbarch (pstate),
  3269.                                                          "short"); }
  3270.     break;

  3271.   case 175:
  3272. /* Line 1792 of yacc.c  */
  3273. #line 1326 "c-exp.y"
  3274.     { (yyval.tval) = lookup_typename (parse_language (pstate),
  3275.                                                 parse_gdbarch (pstate),
  3276.                                                 "double",
  3277.                                                 (struct block *) NULL,
  3278.                                                 0); }
  3279.     break;

  3280.   case 176:
  3281. /* Line 1792 of yacc.c  */
  3282. #line 1332 "c-exp.y"
  3283.     { (yyval.tval) = lookup_typename (parse_language (pstate),
  3284.                                                 parse_gdbarch (pstate),
  3285.                                                 "long double",
  3286.                                                 (struct block *) NULL,
  3287.                                                 0); }
  3288.     break;

  3289.   case 177:
  3290. /* Line 1792 of yacc.c  */
  3291. #line 1338 "c-exp.y"
  3292.     { (yyval.tval) = lookup_struct (copy_name ((yyvsp[(2) - (2)].sval)),
  3293.                                               expression_context_block); }
  3294.     break;

  3295.   case 178:
  3296. /* Line 1792 of yacc.c  */
  3297. #line 1341 "c-exp.y"
  3298.     {
  3299.                           mark_completion_tag (TYPE_CODE_STRUCT, "", 0);
  3300.                           (yyval.tval) = NULL;
  3301.                         }
  3302.     break;

  3303.   case 179:
  3304. /* Line 1792 of yacc.c  */
  3305. #line 1346 "c-exp.y"
  3306.     {
  3307.                           mark_completion_tag (TYPE_CODE_STRUCT, (yyvsp[(2) - (3)].sval).ptr,
  3308.                                                (yyvsp[(2) - (3)].sval).length);
  3309.                           (yyval.tval) = NULL;
  3310.                         }
  3311.     break;

  3312.   case 180:
  3313. /* Line 1792 of yacc.c  */
  3314. #line 1352 "c-exp.y"
  3315.     { (yyval.tval) = lookup_struct (copy_name ((yyvsp[(2) - (2)].sval)),
  3316.                                               expression_context_block); }
  3317.     break;

  3318.   case 181:
  3319. /* Line 1792 of yacc.c  */
  3320. #line 1355 "c-exp.y"
  3321.     {
  3322.                           mark_completion_tag (TYPE_CODE_CLASS, "", 0);
  3323.                           (yyval.tval) = NULL;
  3324.                         }
  3325.     break;

  3326.   case 182:
  3327. /* Line 1792 of yacc.c  */
  3328. #line 1360 "c-exp.y"
  3329.     {
  3330.                           mark_completion_tag (TYPE_CODE_CLASS, (yyvsp[(2) - (3)].sval).ptr,
  3331.                                                (yyvsp[(2) - (3)].sval).length);
  3332.                           (yyval.tval) = NULL;
  3333.                         }
  3334.     break;

  3335.   case 183:
  3336. /* Line 1792 of yacc.c  */
  3337. #line 1366 "c-exp.y"
  3338.     { (yyval.tval) = lookup_union (copy_name ((yyvsp[(2) - (2)].sval)),
  3339.                                              expression_context_block); }
  3340.     break;

  3341.   case 184:
  3342. /* Line 1792 of yacc.c  */
  3343. #line 1369 "c-exp.y"
  3344.     {
  3345.                           mark_completion_tag (TYPE_CODE_UNION, "", 0);
  3346.                           (yyval.tval) = NULL;
  3347.                         }
  3348.     break;

  3349.   case 185:
  3350. /* Line 1792 of yacc.c  */
  3351. #line 1374 "c-exp.y"
  3352.     {
  3353.                           mark_completion_tag (TYPE_CODE_UNION, (yyvsp[(2) - (3)].sval).ptr,
  3354.                                                (yyvsp[(2) - (3)].sval).length);
  3355.                           (yyval.tval) = NULL;
  3356.                         }
  3357.     break;

  3358.   case 186:
  3359. /* Line 1792 of yacc.c  */
  3360. #line 1380 "c-exp.y"
  3361.     { (yyval.tval) = lookup_enum (copy_name ((yyvsp[(2) - (2)].sval)),
  3362.                                             expression_context_block); }
  3363.     break;

  3364.   case 187:
  3365. /* Line 1792 of yacc.c  */
  3366. #line 1383 "c-exp.y"
  3367.     {
  3368.                           mark_completion_tag (TYPE_CODE_ENUM, "", 0);
  3369.                           (yyval.tval) = NULL;
  3370.                         }
  3371.     break;

  3372.   case 188:
  3373. /* Line 1792 of yacc.c  */
  3374. #line 1388 "c-exp.y"
  3375.     {
  3376.                           mark_completion_tag (TYPE_CODE_ENUM, (yyvsp[(2) - (3)].sval).ptr,
  3377.                                                (yyvsp[(2) - (3)].sval).length);
  3378.                           (yyval.tval) = NULL;
  3379.                         }
  3380.     break;

  3381.   case 189:
  3382. /* Line 1792 of yacc.c  */
  3383. #line 1394 "c-exp.y"
  3384.     { (yyval.tval) = lookup_unsigned_typename (parse_language (pstate),
  3385.                                                          parse_gdbarch (pstate),
  3386.                                                          TYPE_NAME((yyvsp[(2) - (2)].tsym).type)); }
  3387.     break;

  3388.   case 190:
  3389. /* Line 1792 of yacc.c  */
  3390. #line 1398 "c-exp.y"
  3391.     { (yyval.tval) = lookup_unsigned_typename (parse_language (pstate),
  3392.                                                          parse_gdbarch (pstate),
  3393.                                                          "int"); }
  3394.     break;

  3395.   case 191:
  3396. /* Line 1792 of yacc.c  */
  3397. #line 1402 "c-exp.y"
  3398.     { (yyval.tval) = lookup_signed_typename (parse_language (pstate),
  3399.                                                        parse_gdbarch (pstate),
  3400.                                                        TYPE_NAME((yyvsp[(2) - (2)].tsym).type)); }
  3401.     break;

  3402.   case 192:
  3403. /* Line 1792 of yacc.c  */
  3404. #line 1406 "c-exp.y"
  3405.     { (yyval.tval) = lookup_signed_typename (parse_language (pstate),
  3406.                                                        parse_gdbarch (pstate),
  3407.                                                        "int"); }
  3408.     break;

  3409.   case 193:
  3410. /* Line 1792 of yacc.c  */
  3411. #line 1413 "c-exp.y"
  3412.     { (yyval.tval) = lookup_template_type(copy_name((yyvsp[(2) - (5)].sval)), (yyvsp[(4) - (5)].tval),
  3413.                                                     expression_context_block);
  3414.                         }
  3415.     break;

  3416.   case 194:
  3417. /* Line 1792 of yacc.c  */
  3418. #line 1417 "c-exp.y"
  3419.     { (yyval.tval) = follow_types ((yyvsp[(2) - (2)].tval)); }
  3420.     break;

  3421.   case 195:
  3422. /* Line 1792 of yacc.c  */
  3423. #line 1419 "c-exp.y"
  3424.     { (yyval.tval) = follow_types ((yyvsp[(1) - (2)].tval)); }
  3425.     break;

  3426.   case 197:
  3427. /* Line 1792 of yacc.c  */
  3428. #line 1424 "c-exp.y"
  3429.     {
  3430.                   (yyval.tsym).stoken.ptr = "int";
  3431.                   (yyval.tsym).stoken.length = 3;
  3432.                   (yyval.tsym).type = lookup_signed_typename (parse_language (pstate),
  3433.                                                     parse_gdbarch (pstate),
  3434.                                                     "int");
  3435.                 }
  3436.     break;

  3437.   case 198:
  3438. /* Line 1792 of yacc.c  */
  3439. #line 1432 "c-exp.y"
  3440.     {
  3441.                   (yyval.tsym).stoken.ptr = "long";
  3442.                   (yyval.tsym).stoken.length = 4;
  3443.                   (yyval.tsym).type = lookup_signed_typename (parse_language (pstate),
  3444.                                                     parse_gdbarch (pstate),
  3445.                                                     "long");
  3446.                 }
  3447.     break;

  3448.   case 199:
  3449. /* Line 1792 of yacc.c  */
  3450. #line 1440 "c-exp.y"
  3451.     {
  3452.                   (yyval.tsym).stoken.ptr = "short";
  3453.                   (yyval.tsym).stoken.length = 5;
  3454.                   (yyval.tsym).type = lookup_signed_typename (parse_language (pstate),
  3455.                                                     parse_gdbarch (pstate),
  3456.                                                     "short");
  3457.                 }
  3458.     break;

  3459.   case 200:
  3460. /* Line 1792 of yacc.c  */
  3461. #line 1451 "c-exp.y"
  3462.     { check_parameter_typelist ((yyvsp[(1) - (1)].tvec)); }
  3463.     break;

  3464.   case 201:
  3465. /* Line 1792 of yacc.c  */
  3466. #line 1453 "c-exp.y"
  3467.     {
  3468.                           VEC_safe_push (type_ptr, (yyvsp[(1) - (3)].tvec), NULL);
  3469.                           check_parameter_typelist ((yyvsp[(1) - (3)].tvec));
  3470.                           (yyval.tvec) = (yyvsp[(1) - (3)].tvec);
  3471.                         }
  3472.     break;

  3473.   case 202:
  3474. /* Line 1792 of yacc.c  */
  3475. #line 1462 "c-exp.y"
  3476.     {
  3477.                   VEC (type_ptr) *typelist = NULL;
  3478.                   VEC_safe_push (type_ptr, typelist, (yyvsp[(1) - (1)].tval));
  3479.                   (yyval.tvec) = typelist;
  3480.                 }
  3481.     break;

  3482.   case 203:
  3483. /* Line 1792 of yacc.c  */
  3484. #line 1468 "c-exp.y"
  3485.     {
  3486.                   VEC_safe_push (type_ptr, (yyvsp[(1) - (3)].tvec), (yyvsp[(3) - (3)].tval));
  3487.                   (yyval.tvec) = (yyvsp[(1) - (3)].tvec);
  3488.                 }
  3489.     break;

  3490.   case 205:
  3491. /* Line 1792 of yacc.c  */
  3492. #line 1476 "c-exp.y"
  3493.     {
  3494.                   push_type_stack ((yyvsp[(2) - (2)].type_stack));
  3495.                   (yyval.tval) = follow_types ((yyvsp[(1) - (2)].tval));
  3496.                 }
  3497.     break;

  3498.   case 206:
  3499. /* Line 1792 of yacc.c  */
  3500. #line 1483 "c-exp.y"
  3501.     { (yyval.tval) = follow_types ((yyvsp[(1) - (2)].tval)); }
  3502.     break;

  3503.   case 211:
  3504. /* Line 1792 of yacc.c  */
  3505. #line 1495 "c-exp.y"
  3506.     { insert_type (tp_const);
  3507.                           insert_type (tp_volatile);
  3508.                         }
  3509.     break;

  3510.   case 212:
  3511. /* Line 1792 of yacc.c  */
  3512. #line 1499 "c-exp.y"
  3513.     { insert_type (tp_const); }
  3514.     break;

  3515.   case 213:
  3516. /* Line 1792 of yacc.c  */
  3517. #line 1501 "c-exp.y"
  3518.     { insert_type (tp_volatile); }
  3519.     break;

  3520.   case 214:
  3521. /* Line 1792 of yacc.c  */
  3522. #line 1505 "c-exp.y"
  3523.     { (yyval.sval) = operator_stoken (" new"); }
  3524.     break;

  3525.   case 215:
  3526. /* Line 1792 of yacc.c  */
  3527. #line 1507 "c-exp.y"
  3528.     { (yyval.sval) = operator_stoken (" delete"); }
  3529.     break;

  3530.   case 216:
  3531. /* Line 1792 of yacc.c  */
  3532. #line 1509 "c-exp.y"
  3533.     { (yyval.sval) = operator_stoken (" new[]"); }
  3534.     break;

  3535.   case 217:
  3536. /* Line 1792 of yacc.c  */
  3537. #line 1511 "c-exp.y"
  3538.     { (yyval.sval) = operator_stoken (" delete[]"); }
  3539.     break;

  3540.   case 218:
  3541. /* Line 1792 of yacc.c  */
  3542. #line 1513 "c-exp.y"
  3543.     { (yyval.sval) = operator_stoken (" new[]"); }
  3544.     break;

  3545.   case 219:
  3546. /* Line 1792 of yacc.c  */
  3547. #line 1515 "c-exp.y"
  3548.     { (yyval.sval) = operator_stoken (" delete[]"); }
  3549.     break;

  3550.   case 220:
  3551. /* Line 1792 of yacc.c  */
  3552. #line 1517 "c-exp.y"
  3553.     { (yyval.sval) = operator_stoken ("+"); }
  3554.     break;

  3555.   case 221:
  3556. /* Line 1792 of yacc.c  */
  3557. #line 1519 "c-exp.y"
  3558.     { (yyval.sval) = operator_stoken ("-"); }
  3559.     break;

  3560.   case 222:
  3561. /* Line 1792 of yacc.c  */
  3562. #line 1521 "c-exp.y"
  3563.     { (yyval.sval) = operator_stoken ("*"); }
  3564.     break;

  3565.   case 223:
  3566. /* Line 1792 of yacc.c  */
  3567. #line 1523 "c-exp.y"
  3568.     { (yyval.sval) = operator_stoken ("/"); }
  3569.     break;

  3570.   case 224:
  3571. /* Line 1792 of yacc.c  */
  3572. #line 1525 "c-exp.y"
  3573.     { (yyval.sval) = operator_stoken ("%"); }
  3574.     break;

  3575.   case 225:
  3576. /* Line 1792 of yacc.c  */
  3577. #line 1527 "c-exp.y"
  3578.     { (yyval.sval) = operator_stoken ("^"); }
  3579.     break;

  3580.   case 226:
  3581. /* Line 1792 of yacc.c  */
  3582. #line 1529 "c-exp.y"
  3583.     { (yyval.sval) = operator_stoken ("&"); }
  3584.     break;

  3585.   case 227:
  3586. /* Line 1792 of yacc.c  */
  3587. #line 1531 "c-exp.y"
  3588.     { (yyval.sval) = operator_stoken ("|"); }
  3589.     break;

  3590.   case 228:
  3591. /* Line 1792 of yacc.c  */
  3592. #line 1533 "c-exp.y"
  3593.     { (yyval.sval) = operator_stoken ("~"); }
  3594.     break;

  3595.   case 229:
  3596. /* Line 1792 of yacc.c  */
  3597. #line 1535 "c-exp.y"
  3598.     { (yyval.sval) = operator_stoken ("!"); }
  3599.     break;

  3600.   case 230:
  3601. /* Line 1792 of yacc.c  */
  3602. #line 1537 "c-exp.y"
  3603.     { (yyval.sval) = operator_stoken ("="); }
  3604.     break;

  3605.   case 231:
  3606. /* Line 1792 of yacc.c  */
  3607. #line 1539 "c-exp.y"
  3608.     { (yyval.sval) = operator_stoken ("<"); }
  3609.     break;

  3610.   case 232:
  3611. /* Line 1792 of yacc.c  */
  3612. #line 1541 "c-exp.y"
  3613.     { (yyval.sval) = operator_stoken (">"); }
  3614.     break;

  3615.   case 233:
  3616. /* Line 1792 of yacc.c  */
  3617. #line 1543 "c-exp.y"
  3618.     { const char *op = "unknown";
  3619.                           switch ((yyvsp[(2) - (2)].opcode))
  3620.                             {
  3621.                             case BINOP_RSH:
  3622.                               op = ">>=";
  3623.                               break;
  3624.                             case BINOP_LSH:
  3625.                               op = "<<=";
  3626.                               break;
  3627.                             case BINOP_ADD:
  3628.                               op = "+=";
  3629.                               break;
  3630.                             case BINOP_SUB:
  3631.                               op = "-=";
  3632.                               break;
  3633.                             case BINOP_MUL:
  3634.                               op = "*=";
  3635.                               break;
  3636.                             case BINOP_DIV:
  3637.                               op = "/=";
  3638.                               break;
  3639.                             case BINOP_REM:
  3640.                               op = "%=";
  3641.                               break;
  3642.                             case BINOP_BITWISE_IOR:
  3643.                               op = "|=";
  3644.                               break;
  3645.                             case BINOP_BITWISE_AND:
  3646.                               op = "&=";
  3647.                               break;
  3648.                             case BINOP_BITWISE_XOR:
  3649.                               op = "^=";
  3650.                               break;
  3651.                             default:
  3652.                               break;
  3653.                             }

  3654.                           (yyval.sval) = operator_stoken (op);
  3655.                         }
  3656.     break;

  3657.   case 234:
  3658. /* Line 1792 of yacc.c  */
  3659. #line 1583 "c-exp.y"
  3660.     { (yyval.sval) = operator_stoken ("<<"); }
  3661.     break;

  3662.   case 235:
  3663. /* Line 1792 of yacc.c  */
  3664. #line 1585 "c-exp.y"
  3665.     { (yyval.sval) = operator_stoken (">>"); }
  3666.     break;

  3667.   case 236:
  3668. /* Line 1792 of yacc.c  */
  3669. #line 1587 "c-exp.y"
  3670.     { (yyval.sval) = operator_stoken ("=="); }
  3671.     break;

  3672.   case 237:
  3673. /* Line 1792 of yacc.c  */
  3674. #line 1589 "c-exp.y"
  3675.     { (yyval.sval) = operator_stoken ("!="); }
  3676.     break;

  3677.   case 238:
  3678. /* Line 1792 of yacc.c  */
  3679. #line 1591 "c-exp.y"
  3680.     { (yyval.sval) = operator_stoken ("<="); }
  3681.     break;

  3682.   case 239:
  3683. /* Line 1792 of yacc.c  */
  3684. #line 1593 "c-exp.y"
  3685.     { (yyval.sval) = operator_stoken (">="); }
  3686.     break;

  3687.   case 240:
  3688. /* Line 1792 of yacc.c  */
  3689. #line 1595 "c-exp.y"
  3690.     { (yyval.sval) = operator_stoken ("&&"); }
  3691.     break;

  3692.   case 241:
  3693. /* Line 1792 of yacc.c  */
  3694. #line 1597 "c-exp.y"
  3695.     { (yyval.sval) = operator_stoken ("||"); }
  3696.     break;

  3697.   case 242:
  3698. /* Line 1792 of yacc.c  */
  3699. #line 1599 "c-exp.y"
  3700.     { (yyval.sval) = operator_stoken ("++"); }
  3701.     break;

  3702.   case 243:
  3703. /* Line 1792 of yacc.c  */
  3704. #line 1601 "c-exp.y"
  3705.     { (yyval.sval) = operator_stoken ("--"); }
  3706.     break;

  3707.   case 244:
  3708. /* Line 1792 of yacc.c  */
  3709. #line 1603 "c-exp.y"
  3710.     { (yyval.sval) = operator_stoken (","); }
  3711.     break;

  3712.   case 245:
  3713. /* Line 1792 of yacc.c  */
  3714. #line 1605 "c-exp.y"
  3715.     { (yyval.sval) = operator_stoken ("->*"); }
  3716.     break;

  3717.   case 246:
  3718. /* Line 1792 of yacc.c  */
  3719. #line 1607 "c-exp.y"
  3720.     { (yyval.sval) = operator_stoken ("->"); }
  3721.     break;

  3722.   case 247:
  3723. /* Line 1792 of yacc.c  */
  3724. #line 1609 "c-exp.y"
  3725.     { (yyval.sval) = operator_stoken ("()"); }
  3726.     break;

  3727.   case 248:
  3728. /* Line 1792 of yacc.c  */
  3729. #line 1611 "c-exp.y"
  3730.     { (yyval.sval) = operator_stoken ("[]"); }
  3731.     break;

  3732.   case 249:
  3733. /* Line 1792 of yacc.c  */
  3734. #line 1613 "c-exp.y"
  3735.     { (yyval.sval) = operator_stoken ("[]"); }
  3736.     break;

  3737.   case 250:
  3738. /* Line 1792 of yacc.c  */
  3739. #line 1615 "c-exp.y"
  3740.     { char *name;
  3741.                           long length;
  3742.                           struct ui_file *buf = mem_fileopen ();

  3743.                           c_print_type ((yyvsp[(2) - (2)].tval), NULL, buf, -1, 0,
  3744.                                         &type_print_raw_options);
  3745.                           name = ui_file_xstrdup (buf, &length);
  3746.                           ui_file_delete (buf);
  3747.                           (yyval.sval) = operator_stoken (name);
  3748.                           xfree (name);
  3749.                         }
  3750.     break;

  3751.   case 251:
  3752. /* Line 1792 of yacc.c  */
  3753. #line 1630 "c-exp.y"
  3754.     { (yyval.sval) = (yyvsp[(1) - (1)].ssym).stoken; }
  3755.     break;

  3756.   case 252:
  3757. /* Line 1792 of yacc.c  */
  3758. #line 1631 "c-exp.y"
  3759.     { (yyval.sval) = (yyvsp[(1) - (1)].ssym).stoken; }
  3760.     break;

  3761.   case 253:
  3762. /* Line 1792 of yacc.c  */
  3763. #line 1632 "c-exp.y"
  3764.     { (yyval.sval) = (yyvsp[(1) - (1)].tsym).stoken; }
  3765.     break;

  3766.   case 254:
  3767. /* Line 1792 of yacc.c  */
  3768. #line 1633 "c-exp.y"
  3769.     { (yyval.sval) = (yyvsp[(1) - (1)].ssym).stoken; }
  3770.     break;

  3771.   case 255:
  3772. /* Line 1792 of yacc.c  */
  3773. #line 1634 "c-exp.y"
  3774.     { (yyval.sval) = (yyvsp[(1) - (1)].ssym).stoken; }
  3775.     break;

  3776.   case 256:
  3777. /* Line 1792 of yacc.c  */
  3778. #line 1635 "c-exp.y"
  3779.     { (yyval.sval) = (yyvsp[(1) - (1)].sval); }
  3780.     break;

  3781.   case 259:
  3782. /* Line 1792 of yacc.c  */
  3783. #line 1648 "c-exp.y"
  3784.     {
  3785.                           struct field_of_this_result is_a_field_of_this;

  3786.                           (yyval.ssym).stoken = (yyvsp[(1) - (1)].sval);
  3787.                           (yyval.ssym).sym = lookup_symbol ((yyvsp[(1) - (1)].sval).ptr,
  3788.                                                   expression_context_block,
  3789.                                                   VAR_DOMAIN,
  3790.                                                   &is_a_field_of_this);
  3791.                           (yyval.ssym).is_a_field_of_this
  3792.                             = is_a_field_of_this.type != NULL;
  3793.                         }
  3794.     break;


  3795. /* Line 1792 of yacc.c  */
  3796. #line 4270 "c-exp.c"
  3797.       default: break;
  3798.     }
  3799.   /* User semantic actions sometimes alter yychar, and that requires
  3800.      that yytoken be updated with the new translation.  We take the
  3801.      approach of translating immediately before every use of yytoken.
  3802.      One alternative is translating here after every semantic action,
  3803.      but that translation would be missed if the semantic action invokes
  3804.      YYABORT, YYACCEPT, or YYERROR immediately after altering yychar or
  3805.      if it invokes YYBACKUP.  In the case of YYABORT or YYACCEPT, an
  3806.      incorrect destructor might then be invoked immediately.  In the
  3807.      case of YYERROR or YYBACKUP, subsequent parser actions might lead
  3808.      to an incorrect destructor call or verbose syntax error message
  3809.      before the lookahead is translated.  */
  3810.   YY_SYMBOL_PRINT ("-> $$ =", yyr1[yyn], &yyval, &yyloc);

  3811.   YYPOPSTACK (yylen);
  3812.   yylen = 0;
  3813.   YY_STACK_PRINT (yyss, yyssp);

  3814.   *++yyvsp = yyval;

  3815.   /* Now `shift' the result of the reduction.  Determine what state
  3816.      that goes to, based on the state we popped back to and the rule
  3817.      number reduced by.  */

  3818.   yyn = yyr1[yyn];

  3819.   yystate = yypgoto[yyn - YYNTOKENS] + *yyssp;
  3820.   if (0 <= yystate && yystate <= YYLAST && yycheck[yystate] == *yyssp)
  3821.     yystate = yytable[yystate];
  3822.   else
  3823.     yystate = yydefgoto[yyn - YYNTOKENS];

  3824.   goto yynewstate;


  3825. /*------------------------------------.
  3826. | yyerrlab -- here on detecting error |
  3827. `------------------------------------*/
  3828. yyerrlab:
  3829.   /* Make sure we have latest lookahead translation.  See comments at
  3830.      user semantic actions for why this is necessary.  */
  3831.   yytoken = yychar == YYEMPTY ? YYEMPTY : YYTRANSLATE (yychar);

  3832.   /* If not already recovering from an error, report this error.  */
  3833.   if (!yyerrstatus)
  3834.     {
  3835.       ++yynerrs;
  3836. #if ! YYERROR_VERBOSE
  3837.       yyerror (YY_("syntax error"));
  3838. #else
  3839. # define YYSYNTAX_ERROR yysyntax_error (&yymsg_alloc, &yymsg, \
  3840.                                         yyssp, yytoken)
  3841.       {
  3842.         char const *yymsgp = YY_("syntax error");
  3843.         int yysyntax_error_status;
  3844.         yysyntax_error_status = YYSYNTAX_ERROR;
  3845.         if (yysyntax_error_status == 0)
  3846.           yymsgp = yymsg;
  3847.         else if (yysyntax_error_status == 1)
  3848.           {
  3849.             if (yymsg != yymsgbuf)
  3850.               YYSTACK_FREE (yymsg);
  3851.             yymsg = (char *) YYSTACK_ALLOC (yymsg_alloc);
  3852.             if (!yymsg)
  3853.               {
  3854.                 yymsg = yymsgbuf;
  3855.                 yymsg_alloc = sizeof yymsgbuf;
  3856.                 yysyntax_error_status = 2;
  3857.               }
  3858.             else
  3859.               {
  3860.                 yysyntax_error_status = YYSYNTAX_ERROR;
  3861.                 yymsgp = yymsg;
  3862.               }
  3863.           }
  3864.         yyerror (yymsgp);
  3865.         if (yysyntax_error_status == 2)
  3866.           goto yyexhaustedlab;
  3867.       }
  3868. # undef YYSYNTAX_ERROR
  3869. #endif
  3870.     }



  3871.   if (yyerrstatus == 3)
  3872.     {
  3873.       /* If just tried and failed to reuse lookahead token after an
  3874.          error, discard it.  */

  3875.       if (yychar <= YYEOF)
  3876.         {
  3877.           /* Return failure if at end of input.  */
  3878.           if (yychar == YYEOF)
  3879.             YYABORT;
  3880.         }
  3881.       else
  3882.         {
  3883.           yydestruct ("Error: discarding",
  3884.                       yytoken, &yylval);
  3885.           yychar = YYEMPTY;
  3886.         }
  3887.     }

  3888.   /* Else will try to reuse lookahead token after shifting the error
  3889.      token.  */
  3890.   goto yyerrlab1;


  3891. /*---------------------------------------------------.
  3892. | yyerrorlab -- error raised explicitly by YYERROR.  |
  3893. `---------------------------------------------------*/
  3894. yyerrorlab:

  3895.   /* Pacify compilers like GCC when the user code never invokes
  3896.      YYERROR and the label yyerrorlab therefore never appears in user
  3897.      code.  */
  3898.   if (/*CONSTCOND*/ 0)
  3899.      goto yyerrorlab;

  3900.   /* Do not reclaim the symbols of the rule which action triggered
  3901.      this YYERROR.  */
  3902.   YYPOPSTACK (yylen);
  3903.   yylen = 0;
  3904.   YY_STACK_PRINT (yyss, yyssp);
  3905.   yystate = *yyssp;
  3906.   goto yyerrlab1;


  3907. /*-------------------------------------------------------------.
  3908. | yyerrlab1 -- common code for both syntax error and YYERROR.  |
  3909. `-------------------------------------------------------------*/
  3910. yyerrlab1:
  3911.   yyerrstatus = 3;        /* Each real token shifted decrements this.  */

  3912.   for (;;)
  3913.     {
  3914.       yyn = yypact[yystate];
  3915.       if (!yypact_value_is_default (yyn))
  3916.         {
  3917.           yyn += YYTERROR;
  3918.           if (0 <= yyn && yyn <= YYLAST && yycheck[yyn] == YYTERROR)
  3919.             {
  3920.               yyn = yytable[yyn];
  3921.               if (0 < yyn)
  3922.                 break;
  3923.             }
  3924.         }

  3925.       /* Pop the current state because it cannot handle the error token.  */
  3926.       if (yyssp == yyss)
  3927.         YYABORT;


  3928.       yydestruct ("Error: popping",
  3929.                   yystos[yystate], yyvsp);
  3930.       YYPOPSTACK (1);
  3931.       yystate = *yyssp;
  3932.       YY_STACK_PRINT (yyss, yyssp);
  3933.     }

  3934.   YY_IGNORE_MAYBE_UNINITIALIZED_BEGIN
  3935.   *++yyvsp = yylval;
  3936.   YY_IGNORE_MAYBE_UNINITIALIZED_END


  3937.   /* Shift the error token.  */
  3938.   YY_SYMBOL_PRINT ("Shifting", yystos[yyn], yyvsp, yylsp);

  3939.   yystate = yyn;
  3940.   goto yynewstate;


  3941. /*-------------------------------------.
  3942. | yyacceptlab -- YYACCEPT comes here.  |
  3943. `-------------------------------------*/
  3944. yyacceptlab:
  3945.   yyresult = 0;
  3946.   goto yyreturn;

  3947. /*-----------------------------------.
  3948. | yyabortlab -- YYABORT comes here.  |
  3949. `-----------------------------------*/
  3950. yyabortlab:
  3951.   yyresult = 1;
  3952.   goto yyreturn;

  3953. #if !defined yyoverflow || YYERROR_VERBOSE
  3954. /*-------------------------------------------------.
  3955. | yyexhaustedlab -- memory exhaustion comes here.  |
  3956. `-------------------------------------------------*/
  3957. yyexhaustedlab:
  3958.   yyerror (YY_("memory exhausted"));
  3959.   yyresult = 2;
  3960.   /* Fall through.  */
  3961. #endif

  3962. yyreturn:
  3963.   if (yychar != YYEMPTY)
  3964.     {
  3965.       /* Make sure we have latest lookahead translation.  See comments at
  3966.          user semantic actions for why this is necessary.  */
  3967.       yytoken = YYTRANSLATE (yychar);
  3968.       yydestruct ("Cleanup: discarding lookahead",
  3969.                   yytoken, &yylval);
  3970.     }
  3971.   /* Do not reclaim the symbols of the rule which action triggered
  3972.      this YYABORT or YYACCEPT.  */
  3973.   YYPOPSTACK (yylen);
  3974.   YY_STACK_PRINT (yyss, yyssp);
  3975.   while (yyssp != yyss)
  3976.     {
  3977.       yydestruct ("Cleanup: popping",
  3978.                   yystos[*yyssp], yyvsp);
  3979.       YYPOPSTACK (1);
  3980.     }
  3981. #ifndef yyoverflow
  3982.   if (yyss != yyssa)
  3983.     YYSTACK_FREE (yyss);
  3984. #endif
  3985. #if YYERROR_VERBOSE
  3986.   if (yymsg != yymsgbuf)
  3987.     YYSTACK_FREE (yymsg);
  3988. #endif
  3989.   /* Make sure YYID is used.  */
  3990.   return YYID (yyresult);
  3991. }


  3992. /* Line 2055 of yacc.c  */
  3993. #line 1662 "c-exp.y"


  3994. /* Like write_exp_string, but prepends a '~'.  */

  3995. static void
  3996. write_destructor_name (struct parser_state *par_state, struct stoken token)
  3997. {
  3998.   char *copy = alloca (token.length + 1);

  3999.   copy[0] = '~';
  4000.   memcpy (&copy[1], token.ptr, token.length);

  4001.   token.ptr = copy;
  4002.   ++token.length;

  4003.   write_exp_string (par_state, token);
  4004. }

  4005. /* Returns a stoken of the operator name given by OP (which does not
  4006.    include the string "operator").  */
  4007. static struct stoken
  4008. operator_stoken (const char *op)
  4009. {
  4010.   static const char *operator_string = "operator";
  4011.   struct stoken st = { NULL, 0 };
  4012.   char *buf;

  4013.   st.length = strlen (operator_string) + strlen (op);
  4014.   buf = xmalloc (st.length + 1);
  4015.   strcpy (buf, operator_string);
  4016.   strcat (buf, op);
  4017.   st.ptr = buf;

  4018.   /* The toplevel (c_parse) will free the memory allocated here.  */
  4019.   make_cleanup (xfree, buf);
  4020.   return st;
  4021. };

  4022. /* Return true if the type is aggregate-like.  */

  4023. static int
  4024. type_aggregate_p (struct type *type)
  4025. {
  4026.   return (TYPE_CODE (type) == TYPE_CODE_STRUCT
  4027.           || TYPE_CODE (type) == TYPE_CODE_UNION
  4028.           || TYPE_CODE (type) == TYPE_CODE_NAMESPACE
  4029.           || (TYPE_CODE (type) == TYPE_CODE_ENUM
  4030.               && TYPE_DECLARED_CLASS (type)));
  4031. }

  4032. /* Validate a parameter typelist.  */

  4033. static void
  4034. check_parameter_typelist (VEC (type_ptr) *params)
  4035. {
  4036.   struct type *type;
  4037.   int ix;

  4038.   for (ix = 0; VEC_iterate (type_ptr, params, ix, type); ++ix)
  4039.     {
  4040.       if (type != NULL && TYPE_CODE (check_typedef (type)) == TYPE_CODE_VOID)
  4041.         {
  4042.           if (ix == 0)
  4043.             {
  4044.               if (VEC_length (type_ptr, params) == 1)
  4045.                 {
  4046.                   /* Ok.  */
  4047.                   break;
  4048.                 }
  4049.               VEC_free (type_ptr, params);
  4050.               error (_("parameter types following 'void'"));
  4051.             }
  4052.           else
  4053.             {
  4054.               VEC_free (type_ptr, params);
  4055.               error (_("'void' invalid as parameter type"));
  4056.             }
  4057.         }
  4058.     }
  4059. }

  4060. /* Take care of parsing a number (anything that starts with a digit).
  4061.    Set yylval and return the token type; update lexptr.
  4062.    LEN is the number of characters in it.  */

  4063. /*** Needs some error checking for the float case ***/

  4064. static int
  4065. parse_number (struct parser_state *par_state,
  4066.               const char *buf, int len, int parsed_float, YYSTYPE *putithere)
  4067. {
  4068.   /* FIXME: Shouldn't these be unsigned?  We don't deal with negative values
  4069.      here, and we do kind of silly things like cast to unsigned.  */
  4070.   LONGEST n = 0;
  4071.   LONGEST prevn = 0;
  4072.   ULONGEST un;

  4073.   int i = 0;
  4074.   int c;
  4075.   int base = input_radix;
  4076.   int unsigned_p = 0;

  4077.   /* Number of "L" suffixes encountered.  */
  4078.   int long_p = 0;

  4079.   /* We have found a "L" or "U" suffix.  */
  4080.   int found_suffix = 0;

  4081.   ULONGEST high_bit;
  4082.   struct type *signed_type;
  4083.   struct type *unsigned_type;
  4084.   char *p;

  4085.   p = alloca (len);
  4086.   memcpy (p, buf, len);

  4087.   if (parsed_float)
  4088.     {
  4089.       /* If it ends at "df", "dd" or "dl", take it as type of decimal floating
  4090.          point.  Return DECFLOAT.  */

  4091.       if (len >= 2 && p[len - 2] == 'd' && p[len - 1] == 'f')
  4092.         {
  4093.           p[len - 2] = '\0';
  4094.           putithere->typed_val_decfloat.type
  4095.             = parse_type (par_state)->builtin_decfloat;
  4096.           decimal_from_string (putithere->typed_val_decfloat.val, 4,
  4097.                                gdbarch_byte_order (parse_gdbarch (par_state)),
  4098.                                p);
  4099.           p[len - 2] = 'd';
  4100.           return DECFLOAT;
  4101.         }

  4102.       if (len >= 2 && p[len - 2] == 'd' && p[len - 1] == 'd')
  4103.         {
  4104.           p[len - 2] = '\0';
  4105.           putithere->typed_val_decfloat.type
  4106.             = parse_type (par_state)->builtin_decdouble;
  4107.           decimal_from_string (putithere->typed_val_decfloat.val, 8,
  4108.                                gdbarch_byte_order (parse_gdbarch (par_state)),
  4109.                                p);
  4110.           p[len - 2] = 'd';
  4111.           return DECFLOAT;
  4112.         }

  4113.       if (len >= 2 && p[len - 2] == 'd' && p[len - 1] == 'l')
  4114.         {
  4115.           p[len - 2] = '\0';
  4116.           putithere->typed_val_decfloat.type
  4117.             = parse_type (par_state)->builtin_declong;
  4118.           decimal_from_string (putithere->typed_val_decfloat.val, 16,
  4119.                                gdbarch_byte_order (parse_gdbarch (par_state)),
  4120.                                p);
  4121.           p[len - 2] = 'd';
  4122.           return DECFLOAT;
  4123.         }

  4124.       if (! parse_c_float (parse_gdbarch (par_state), p, len,
  4125.                            &putithere->typed_val_float.dval,
  4126.                            &putithere->typed_val_float.type))
  4127.         return ERROR;
  4128.       return FLOAT;
  4129.     }

  4130.   /* Handle base-switching prefixes 0x, 0t, 0d, 0 */
  4131.   if (p[0] == '0' && len > 1)
  4132.     switch (p[1])
  4133.       {
  4134.       case 'x':
  4135.       case 'X':
  4136.         if (len >= 3)
  4137.           {
  4138.             p += 2;
  4139.             base = 16;
  4140.             len -= 2;
  4141.           }
  4142.         break;

  4143.       case 'b':
  4144.       case 'B':
  4145.         if (len >= 3)
  4146.           {
  4147.             p += 2;
  4148.             base = 2;
  4149.             len -= 2;
  4150.           }
  4151.         break;

  4152.       case 't':
  4153.       case 'T':
  4154.       case 'd':
  4155.       case 'D':
  4156.         if (len >= 3)
  4157.           {
  4158.             p += 2;
  4159.             base = 10;
  4160.             len -= 2;
  4161.           }
  4162.         break;

  4163.       default:
  4164.         base = 8;
  4165.         break;
  4166.       }

  4167.   while (len-- > 0)
  4168.     {
  4169.       c = *p++;
  4170.       if (c >= 'A' && c <= 'Z')
  4171.         c += 'a' - 'A';
  4172.       if (c != 'l' && c != 'u')
  4173.         n *= base;
  4174.       if (c >= '0' && c <= '9')
  4175.         {
  4176.           if (found_suffix)
  4177.             return ERROR;
  4178.           n += i = c - '0';
  4179.         }
  4180.       else
  4181.         {
  4182.           if (base > 10 && c >= 'a' && c <= 'f')
  4183.             {
  4184.               if (found_suffix)
  4185.                 return ERROR;
  4186.               n += i = c - 'a' + 10;
  4187.             }
  4188.           else if (c == 'l')
  4189.             {
  4190.               ++long_p;
  4191.               found_suffix = 1;
  4192.             }
  4193.           else if (c == 'u')
  4194.             {
  4195.               unsigned_p = 1;
  4196.               found_suffix = 1;
  4197.             }
  4198.           else
  4199.             return ERROR;        /* Char not a digit */
  4200.         }
  4201.       if (i >= base)
  4202.         return ERROR;                /* Invalid digit in this base */

  4203.       /* Portably test for overflow (only works for nonzero values, so make
  4204.          a second check for zero).  FIXME: Can't we just make n and prevn
  4205.          unsigned and avoid this?  */
  4206.       if (c != 'l' && c != 'u' && (prevn >= n) && n != 0)
  4207.         unsigned_p = 1;                /* Try something unsigned */

  4208.       /* Portably test for unsigned overflow.
  4209.          FIXME: This check is wrong; for example it doesn't find overflow
  4210.          on 0x123456789 when LONGEST is 32 bits.  */
  4211.       if (c != 'l' && c != 'u' && n != 0)
  4212.         {
  4213.           if ((unsigned_p && (ULONGEST) prevn >= (ULONGEST) n))
  4214.             error (_("Numeric constant too large."));
  4215.         }
  4216.       prevn = n;
  4217.     }

  4218.   /* An integer constant is an int, a long, or a long long.  An L
  4219.      suffix forces it to be long; an LL suffix forces it to be long
  4220.      long.  If not forced to a larger size, it gets the first type of
  4221.      the above that it fits in.  To figure out whether it fits, we
  4222.      shift it right and see whether anything remains.  Note that we
  4223.      can't shift sizeof (LONGEST) * HOST_CHAR_BIT bits or more in one
  4224.      operation, because many compilers will warn about such a shift
  4225.      (which always produces a zero result).  Sometimes gdbarch_int_bit
  4226.      or gdbarch_long_bit will be that big, sometimes not.  To deal with
  4227.      the case where it is we just always shift the value more than
  4228.      once, with fewer bits each time.  */

  4229.   un = (ULONGEST)n >> 2;
  4230.   if (long_p == 0
  4231.       && (un >> (gdbarch_int_bit (parse_gdbarch (par_state)) - 2)) == 0)
  4232.     {
  4233.       high_bit
  4234.         = ((ULONGEST)1) << (gdbarch_int_bit (parse_gdbarch (par_state)) - 1);

  4235.       /* A large decimal (not hex or octal) constant (between INT_MAX
  4236.          and UINT_MAX) is a long or unsigned long, according to ANSI,
  4237.          never an unsigned int, but this code treats it as unsigned
  4238.          int.  This probably should be fixed.  GCC gives a warning on
  4239.          such constants.  */

  4240.       unsigned_type = parse_type (par_state)->builtin_unsigned_int;
  4241.       signed_type = parse_type (par_state)->builtin_int;
  4242.     }
  4243.   else if (long_p <= 1
  4244.            && (un >> (gdbarch_long_bit (parse_gdbarch (par_state)) - 2)) == 0)
  4245.     {
  4246.       high_bit
  4247.         = ((ULONGEST)1) << (gdbarch_long_bit (parse_gdbarch (par_state)) - 1);
  4248.       unsigned_type = parse_type (par_state)->builtin_unsigned_long;
  4249.       signed_type = parse_type (par_state)->builtin_long;
  4250.     }
  4251.   else
  4252.     {
  4253.       int shift;
  4254.       if (sizeof (ULONGEST) * HOST_CHAR_BIT
  4255.           < gdbarch_long_long_bit (parse_gdbarch (par_state)))
  4256.         /* A long long does not fit in a LONGEST.  */
  4257.         shift = (sizeof (ULONGEST) * HOST_CHAR_BIT - 1);
  4258.       else
  4259.         shift = (gdbarch_long_long_bit (parse_gdbarch (par_state)) - 1);
  4260.       high_bit = (ULONGEST) 1 << shift;
  4261.       unsigned_type = parse_type (par_state)->builtin_unsigned_long_long;
  4262.       signed_type = parse_type (par_state)->builtin_long_long;
  4263.     }

  4264.    putithere->typed_val_int.val = n;

  4265.    /* If the high bit of the worked out type is set then this number
  4266.       has to be unsigned. */

  4267.    if (unsigned_p || (n & high_bit))
  4268.      {
  4269.        putithere->typed_val_int.type = unsigned_type;
  4270.      }
  4271.    else
  4272.      {
  4273.        putithere->typed_val_int.type = signed_type;
  4274.      }

  4275.    return INT;
  4276. }

  4277. /* Temporary obstack used for holding strings.  */
  4278. static struct obstack tempbuf;
  4279. static int tempbuf_init;

  4280. /* Parse a C escape sequence.  The initial backslash of the sequence
  4281.    is at (*PTR)[-1].  *PTR will be updated to point to just after the
  4282.    last character of the sequence.  If OUTPUT is not NULL, the
  4283.    translated form of the escape sequence will be written there.  If
  4284.    OUTPUT is NULL, no output is written and the call will only affect
  4285.    *PTR.  If an escape sequence is expressed in target bytes, then the
  4286.    entire sequence will simply be copied to OUTPUT.  Return 1 if any
  4287.    character was emitted, 0 otherwise.  */

  4288. int
  4289. c_parse_escape (const char **ptr, struct obstack *output)
  4290. {
  4291.   const char *tokptr = *ptr;
  4292.   int result = 1;

  4293.   /* Some escape sequences undergo character set conversion.  Those we
  4294.      translate here.  */
  4295.   switch (*tokptr)
  4296.     {
  4297.       /* Hex escapes do not undergo character set conversion, so keep
  4298.          the escape sequence for later.  */
  4299.     case 'x':
  4300.       if (output)
  4301.         obstack_grow_str (output, "\\x");
  4302.       ++tokptr;
  4303.       if (!isxdigit (*tokptr))
  4304.         error (_("\\x escape without a following hex digit"));
  4305.       while (isxdigit (*tokptr))
  4306.         {
  4307.           if (output)
  4308.             obstack_1grow (output, *tokptr);
  4309.           ++tokptr;
  4310.         }
  4311.       break;

  4312.       /* Octal escapes do not undergo character set conversion, so
  4313.          keep the escape sequence for later.  */
  4314.     case '0':
  4315.     case '1':
  4316.     case '2':
  4317.     case '3':
  4318.     case '4':
  4319.     case '5':
  4320.     case '6':
  4321.     case '7':
  4322.       {
  4323.         int i;
  4324.         if (output)
  4325.           obstack_grow_str (output, "\\");
  4326.         for (i = 0;
  4327.              i < 3 && isdigit (*tokptr) && *tokptr != '8' && *tokptr != '9';
  4328.              ++i)
  4329.           {
  4330.             if (output)
  4331.               obstack_1grow (output, *tokptr);
  4332.             ++tokptr;
  4333.           }
  4334.       }
  4335.       break;

  4336.       /* We handle UCNs later.  We could handle them here, but that
  4337.          would mean a spurious error in the case where the UCN could
  4338.          be converted to the target charset but not the host
  4339.          charset.  */
  4340.     case 'u':
  4341.     case 'U':
  4342.       {
  4343.         char c = *tokptr;
  4344.         int i, len = c == 'U' ? 8 : 4;
  4345.         if (output)
  4346.           {
  4347.             obstack_1grow (output, '\\');
  4348.             obstack_1grow (output, *tokptr);
  4349.           }
  4350.         ++tokptr;
  4351.         if (!isxdigit (*tokptr))
  4352.           error (_("\\%c escape without a following hex digit"), c);
  4353.         for (i = 0; i < len && isxdigit (*tokptr); ++i)
  4354.           {
  4355.             if (output)
  4356.               obstack_1grow (output, *tokptr);
  4357.             ++tokptr;
  4358.           }
  4359.       }
  4360.       break;

  4361.       /* We must pass backslash through so that it does not
  4362.          cause quoting during the second expansion.  */
  4363.     case '\\':
  4364.       if (output)
  4365.         obstack_grow_str (output, "\\\\");
  4366.       ++tokptr;
  4367.       break;

  4368.       /* Escapes which undergo conversion.  */
  4369.     case 'a':
  4370.       if (output)
  4371.         obstack_1grow (output, '\a');
  4372.       ++tokptr;
  4373.       break;
  4374.     case 'b':
  4375.       if (output)
  4376.         obstack_1grow (output, '\b');
  4377.       ++tokptr;
  4378.       break;
  4379.     case 'f':
  4380.       if (output)
  4381.         obstack_1grow (output, '\f');
  4382.       ++tokptr;
  4383.       break;
  4384.     case 'n':
  4385.       if (output)
  4386.         obstack_1grow (output, '\n');
  4387.       ++tokptr;
  4388.       break;
  4389.     case 'r':
  4390.       if (output)
  4391.         obstack_1grow (output, '\r');
  4392.       ++tokptr;
  4393.       break;
  4394.     case 't':
  4395.       if (output)
  4396.         obstack_1grow (output, '\t');
  4397.       ++tokptr;
  4398.       break;
  4399.     case 'v':
  4400.       if (output)
  4401.         obstack_1grow (output, '\v');
  4402.       ++tokptr;
  4403.       break;

  4404.       /* GCC extension.  */
  4405.     case 'e':
  4406.       if (output)
  4407.         obstack_1grow (output, HOST_ESCAPE_CHAR);
  4408.       ++tokptr;
  4409.       break;

  4410.       /* Backslash-newline expands to nothing at all.  */
  4411.     case '\n':
  4412.       ++tokptr;
  4413.       result = 0;
  4414.       break;

  4415.       /* A few escapes just expand to the character itself.  */
  4416.     case '\'':
  4417.     case '\"':
  4418.     case '?':
  4419.       /* GCC extensions.  */
  4420.     case '(':
  4421.     case '{':
  4422.     case '[':
  4423.     case '%':
  4424.       /* Unrecognized escapes turn into the character itself.  */
  4425.     default:
  4426.       if (output)
  4427.         obstack_1grow (output, *tokptr);
  4428.       ++tokptr;
  4429.       break;
  4430.     }
  4431.   *ptr = tokptr;
  4432.   return result;
  4433. }

  4434. /* Parse a string or character literal from TOKPTR.  The string or
  4435.    character may be wide or unicode.  *OUTPTR is set to just after the
  4436.    end of the literal in the input string.  The resulting token is
  4437.    stored in VALUE.  This returns a token value, either STRING or
  4438.    CHAR, depending on what was parsed.  *HOST_CHARS is set to the
  4439.    number of host characters in the literal.  */
  4440. static int
  4441. parse_string_or_char (const char *tokptr, const char **outptr,
  4442.                       struct typed_stoken *value, int *host_chars)
  4443. {
  4444.   int quote;
  4445.   enum c_string_type type;
  4446.   int is_objc = 0;

  4447.   /* Build the gdb internal form of the input string in tempbuf.  Note
  4448.      that the buffer is null byte terminated *only* for the
  4449.      convenience of debugging gdb itself and printing the buffer
  4450.      contents when the buffer contains no embedded nulls.  Gdb does
  4451.      not depend upon the buffer being null byte terminated, it uses
  4452.      the length string instead.  This allows gdb to handle C strings
  4453.      (as well as strings in other languages) with embedded null
  4454.      bytes */

  4455.   if (!tempbuf_init)
  4456.     tempbuf_init = 1;
  4457.   else
  4458.     obstack_free (&tempbuf, NULL);
  4459.   obstack_init (&tempbuf);

  4460.   /* Record the string type.  */
  4461.   if (*tokptr == 'L')
  4462.     {
  4463.       type = C_WIDE_STRING;
  4464.       ++tokptr;
  4465.     }
  4466.   else if (*tokptr == 'u')
  4467.     {
  4468.       type = C_STRING_16;
  4469.       ++tokptr;
  4470.     }
  4471.   else if (*tokptr == 'U')
  4472.     {
  4473.       type = C_STRING_32;
  4474.       ++tokptr;
  4475.     }
  4476.   else if (*tokptr == '@')
  4477.     {
  4478.       /* An Objective C string.  */
  4479.       is_objc = 1;
  4480.       type = C_STRING;
  4481.       ++tokptr;
  4482.     }
  4483.   else
  4484.     type = C_STRING;

  4485.   /* Skip the quote.  */
  4486.   quote = *tokptr;
  4487.   if (quote == '\'')
  4488.     type |= C_CHAR;
  4489.   ++tokptr;

  4490.   *host_chars = 0;

  4491.   while (*tokptr)
  4492.     {
  4493.       char c = *tokptr;
  4494.       if (c == '\\')
  4495.         {
  4496.           ++tokptr;
  4497.           *host_chars += c_parse_escape (&tokptr, &tempbuf);
  4498.         }
  4499.       else if (c == quote)
  4500.         break;
  4501.       else
  4502.         {
  4503.           obstack_1grow (&tempbuf, c);
  4504.           ++tokptr;
  4505.           /* FIXME: this does the wrong thing with multi-byte host
  4506.              characters.  We could use mbrlen here, but that would
  4507.              make "set host-charset" a bit less useful.  */
  4508.           ++*host_chars;
  4509.         }
  4510.     }

  4511.   if (*tokptr != quote)
  4512.     {
  4513.       if (quote == '"')
  4514.         error (_("Unterminated string in expression."));
  4515.       else
  4516.         error (_("Unmatched single quote."));
  4517.     }
  4518.   ++tokptr;

  4519.   value->type = type;
  4520.   value->ptr = obstack_base (&tempbuf);
  4521.   value->length = obstack_object_size (&tempbuf);

  4522.   *outptr = tokptr;

  4523.   return quote == '"' ? (is_objc ? NSSTRING : STRING) : CHAR;
  4524. }

  4525. /* This is used to associate some attributes with a token.  */

  4526. enum token_flags
  4527. {
  4528.   /* If this bit is set, the token is C++-only.  */

  4529.   FLAG_CXX = 1,

  4530.   /* If this bit is set, the token is conditional: if there is a
  4531.      symbol of the same name, then the token is a symbol; otherwise,
  4532.      the token is a keyword.  */

  4533.   FLAG_SHADOW = 2
  4534. };

  4535. struct token
  4536. {
  4537.   char *operator;
  4538.   int token;
  4539.   enum exp_opcode opcode;
  4540.   enum token_flags flags;
  4541. };

  4542. static const struct token tokentab3[] =
  4543.   {
  4544.     {">>=", ASSIGN_MODIFY, BINOP_RSH, 0},
  4545.     {"<<=", ASSIGN_MODIFY, BINOP_LSH, 0},
  4546.     {"->*", ARROW_STAR, BINOP_END, FLAG_CXX},
  4547.     {"...", DOTDOTDOT, BINOP_END, 0}
  4548.   };

  4549. static const struct token tokentab2[] =
  4550.   {
  4551.     {"+=", ASSIGN_MODIFY, BINOP_ADD, 0},
  4552.     {"-=", ASSIGN_MODIFY, BINOP_SUB, 0},
  4553.     {"*=", ASSIGN_MODIFY, BINOP_MUL, 0},
  4554.     {"/=", ASSIGN_MODIFY, BINOP_DIV, 0},
  4555.     {"%=", ASSIGN_MODIFY, BINOP_REM, 0},
  4556.     {"|=", ASSIGN_MODIFY, BINOP_BITWISE_IOR, 0},
  4557.     {"&=", ASSIGN_MODIFY, BINOP_BITWISE_AND, 0},
  4558.     {"^=", ASSIGN_MODIFY, BINOP_BITWISE_XOR, 0},
  4559.     {"++", INCREMENT, BINOP_END, 0},
  4560.     {"--", DECREMENT, BINOP_END, 0},
  4561.     {"->", ARROW, BINOP_END, 0},
  4562.     {"&&", ANDAND, BINOP_END, 0},
  4563.     {"||", OROR, BINOP_END, 0},
  4564.     /* "::" is *not* only C++: gdb overrides its meaning in several
  4565.        different ways, e.g., 'filename'::func, function::variable.  */
  4566.     {"::", COLONCOLON, BINOP_END, 0},
  4567.     {"<<", LSH, BINOP_END, 0},
  4568.     {">>", RSH, BINOP_END, 0},
  4569.     {"==", EQUAL, BINOP_END, 0},
  4570.     {"!=", NOTEQUAL, BINOP_END, 0},
  4571.     {"<=", LEQ, BINOP_END, 0},
  4572.     {">=", GEQ, BINOP_END, 0},
  4573.     {".*", DOT_STAR, BINOP_END, FLAG_CXX}
  4574.   };

  4575. /* Identifier-like tokens.  */
  4576. static const struct token ident_tokens[] =
  4577.   {
  4578.     {"unsigned", UNSIGNED, OP_NULL, 0},
  4579.     {"template", TEMPLATE, OP_NULL, FLAG_CXX},
  4580.     {"volatile", VOLATILE_KEYWORD, OP_NULL, 0},
  4581.     {"struct", STRUCT, OP_NULL, 0},
  4582.     {"signed", SIGNED_KEYWORD, OP_NULL, 0},
  4583.     {"sizeof", SIZEOF, OP_NULL, 0},
  4584.     {"double", DOUBLE_KEYWORD, OP_NULL, 0},
  4585.     {"false", FALSEKEYWORD, OP_NULL, FLAG_CXX},
  4586.     {"class", CLASS, OP_NULL, FLAG_CXX},
  4587.     {"union", UNION, OP_NULL, 0},
  4588.     {"short", SHORT, OP_NULL, 0},
  4589.     {"const", CONST_KEYWORD, OP_NULL, 0},
  4590.     {"enum", ENUM, OP_NULL, 0},
  4591.     {"long", LONG, OP_NULL, 0},
  4592.     {"true", TRUEKEYWORD, OP_NULL, FLAG_CXX},
  4593.     {"int", INT_KEYWORD, OP_NULL, 0},
  4594.     {"new", NEW, OP_NULL, FLAG_CXX},
  4595.     {"delete", DELETE, OP_NULL, FLAG_CXX},
  4596.     {"operator", OPERATOR, OP_NULL, FLAG_CXX},

  4597.     {"and", ANDAND, BINOP_END, FLAG_CXX},
  4598.     {"and_eq", ASSIGN_MODIFY, BINOP_BITWISE_AND, FLAG_CXX},
  4599.     {"bitand", '&', OP_NULL, FLAG_CXX},
  4600.     {"bitor", '|', OP_NULL, FLAG_CXX},
  4601.     {"compl", '~', OP_NULL, FLAG_CXX},
  4602.     {"not", '!', OP_NULL, FLAG_CXX},
  4603.     {"not_eq", NOTEQUAL, BINOP_END, FLAG_CXX},
  4604.     {"or", OROR, BINOP_END, FLAG_CXX},
  4605.     {"or_eq", ASSIGN_MODIFY, BINOP_BITWISE_IOR, FLAG_CXX},
  4606.     {"xor", '^', OP_NULL, FLAG_CXX},
  4607.     {"xor_eq", ASSIGN_MODIFY, BINOP_BITWISE_XOR, FLAG_CXX},

  4608.     {"const_cast", CONST_CAST, OP_NULL, FLAG_CXX },
  4609.     {"dynamic_cast", DYNAMIC_CAST, OP_NULL, FLAG_CXX },
  4610.     {"static_cast", STATIC_CAST, OP_NULL, FLAG_CXX },
  4611.     {"reinterpret_cast", REINTERPRET_CAST, OP_NULL, FLAG_CXX },

  4612.     {"__typeof__", TYPEOF, OP_TYPEOF, 0 },
  4613.     {"__typeof", TYPEOF, OP_TYPEOF, 0 },
  4614.     {"typeof", TYPEOF, OP_TYPEOF, FLAG_SHADOW },
  4615.     {"__decltype", DECLTYPE, OP_DECLTYPE, FLAG_CXX },
  4616.     {"decltype", DECLTYPE, OP_DECLTYPE, FLAG_CXX | FLAG_SHADOW },

  4617.     {"typeid", TYPEID, OP_TYPEID, FLAG_CXX}
  4618.   };

  4619. /* When we find that lexptr (the global var defined in parse.c) is
  4620.    pointing at a macro invocation, we expand the invocation, and call
  4621.    scan_macro_expansion to save the old lexptr here and point lexptr
  4622.    into the expanded text.  When we reach the end of that, we call
  4623.    end_macro_expansion to pop back to the value we saved here.  The
  4624.    macro expansion code promises to return only fully-expanded text,
  4625.    so we don't need to "push" more than one level.

  4626.    This is disgusting, of course.  It would be cleaner to do all macro
  4627.    expansion beforehand, and then hand that to lexptr.  But we don't
  4628.    really know where the expression ends.  Remember, in a command like

  4629.      (gdb) break *ADDRESS if CONDITION

  4630.    we evaluate ADDRESS in the scope of the current frame, but we
  4631.    evaluate CONDITION in the scope of the breakpoint's location.  So
  4632.    it's simply wrong to try to macro-expand the whole thing at once.  */
  4633. static const char *macro_original_text;

  4634. /* We save all intermediate macro expansions on this obstack for the
  4635.    duration of a single parse.  The expansion text may sometimes have
  4636.    to live past the end of the expansion, due to yacc lookahead.
  4637.    Rather than try to be clever about saving the data for a single
  4638.    token, we simply keep it all and delete it after parsing has
  4639.    completed.  */
  4640. static struct obstack expansion_obstack;

  4641. static void
  4642. scan_macro_expansion (char *expansion)
  4643. {
  4644.   char *copy;

  4645.   /* We'd better not be trying to push the stack twice.  */
  4646.   gdb_assert (! macro_original_text);

  4647.   /* Copy to the obstack, and then free the intermediate
  4648.      expansion.  */
  4649.   copy = obstack_copy0 (&expansion_obstack, expansion, strlen (expansion));
  4650.   xfree (expansion);

  4651.   /* Save the old lexptr value, so we can return to it when we're done
  4652.      parsing the expanded text.  */
  4653.   macro_original_text = lexptr;
  4654.   lexptr = copy;
  4655. }


  4656. static int
  4657. scanning_macro_expansion (void)
  4658. {
  4659.   return macro_original_text != 0;
  4660. }


  4661. static void
  4662. finished_macro_expansion (void)
  4663. {
  4664.   /* There'd better be something to pop back to.  */
  4665.   gdb_assert (macro_original_text);

  4666.   /* Pop back to the original text.  */
  4667.   lexptr = macro_original_text;
  4668.   macro_original_text = 0;
  4669. }


  4670. static void
  4671. scan_macro_cleanup (void *dummy)
  4672. {
  4673.   if (macro_original_text)
  4674.     finished_macro_expansion ();

  4675.   obstack_free (&expansion_obstack, NULL);
  4676. }

  4677. /* Return true iff the token represents a C++ cast operator.  */

  4678. static int
  4679. is_cast_operator (const char *token, int len)
  4680. {
  4681.   return (! strncmp (token, "dynamic_cast", len)
  4682.           || ! strncmp (token, "static_cast", len)
  4683.           || ! strncmp (token, "reinterpret_cast", len)
  4684.           || ! strncmp (token, "const_cast", len));
  4685. }

  4686. /* The scope used for macro expansion.  */
  4687. static struct macro_scope *expression_macro_scope;

  4688. /* This is set if a NAME token appeared at the very end of the input
  4689.    string, with no whitespace separating the name from the EOF.  This
  4690.    is used only when parsing to do field name completion.  */
  4691. static int saw_name_at_eof;

  4692. /* This is set if the previously-returned token was a structure
  4693.    operator -- either '.' or ARROW.  This is used only when parsing to
  4694.    do field name completion.  */
  4695. static int last_was_structop;

  4696. /* Read one token, getting characters through lexptr.  */

  4697. static int
  4698. lex_one_token (struct parser_state *par_state, int *is_quoted_name)
  4699. {
  4700.   int c;
  4701.   int namelen;
  4702.   unsigned int i;
  4703.   const char *tokstart;
  4704.   int saw_structop = last_was_structop;
  4705.   char *copy;

  4706.   last_was_structop = 0;
  4707.   *is_quoted_name = 0;

  4708. retry:

  4709.   /* Check if this is a macro invocation that we need to expand.  */
  4710.   if (! scanning_macro_expansion ())
  4711.     {
  4712.       char *expanded = macro_expand_next (&lexptr,
  4713.                                           standard_macro_lookup,
  4714.                                           expression_macro_scope);

  4715.       if (expanded)
  4716.         scan_macro_expansion (expanded);
  4717.     }

  4718.   prev_lexptr = lexptr;

  4719.   tokstart = lexptr;
  4720.   /* See if it is a special token of length 3.  */
  4721.   for (i = 0; i < sizeof tokentab3 / sizeof tokentab3[0]; i++)
  4722.     if (strncmp (tokstart, tokentab3[i].operator, 3) == 0)
  4723.       {
  4724.         if ((tokentab3[i].flags & FLAG_CXX) != 0
  4725.             && parse_language (par_state)->la_language != language_cplus)
  4726.           break;

  4727.         lexptr += 3;
  4728.         yylval.opcode = tokentab3[i].opcode;
  4729.         return tokentab3[i].token;
  4730.       }

  4731.   /* See if it is a special token of length 2.  */
  4732.   for (i = 0; i < sizeof tokentab2 / sizeof tokentab2[0]; i++)
  4733.     if (strncmp (tokstart, tokentab2[i].operator, 2) == 0)
  4734.       {
  4735.         if ((tokentab2[i].flags & FLAG_CXX) != 0
  4736.             && parse_language (par_state)->la_language != language_cplus)
  4737.           break;

  4738.         lexptr += 2;
  4739.         yylval.opcode = tokentab2[i].opcode;
  4740.         if (parse_completion && tokentab2[i].token == ARROW)
  4741.           last_was_structop = 1;
  4742.         return tokentab2[i].token;
  4743.       }

  4744.   switch (c = *tokstart)
  4745.     {
  4746.     case 0:
  4747.       /* If we were just scanning the result of a macro expansion,
  4748.          then we need to resume scanning the original text.
  4749.          If we're parsing for field name completion, and the previous
  4750.          token allows such completion, return a COMPLETE token.
  4751.          Otherwise, we were already scanning the original text, and
  4752.          we're really done.  */
  4753.       if (scanning_macro_expansion ())
  4754.         {
  4755.           finished_macro_expansion ();
  4756.           goto retry;
  4757.         }
  4758.       else if (saw_name_at_eof)
  4759.         {
  4760.           saw_name_at_eof = 0;
  4761.           return COMPLETE;
  4762.         }
  4763.       else if (saw_structop)
  4764.         return COMPLETE;
  4765.       else
  4766.         return 0;

  4767.     case ' ':
  4768.     case '\t':
  4769.     case '\n':
  4770.       lexptr++;
  4771.       goto retry;

  4772.     case '[':
  4773.     case '(':
  4774.       paren_depth++;
  4775.       lexptr++;
  4776.       if (parse_language (par_state)->la_language == language_objc
  4777.           && c == '[')
  4778.         return OBJC_LBRAC;
  4779.       return c;

  4780.     case ']':
  4781.     case ')':
  4782.       if (paren_depth == 0)
  4783.         return 0;
  4784.       paren_depth--;
  4785.       lexptr++;
  4786.       return c;

  4787.     case ',':
  4788.       if (comma_terminates
  4789.           && paren_depth == 0
  4790.           && ! scanning_macro_expansion ())
  4791.         return 0;
  4792.       lexptr++;
  4793.       return c;

  4794.     case '.':
  4795.       /* Might be a floating point number.  */
  4796.       if (lexptr[1] < '0' || lexptr[1] > '9')
  4797.         {
  4798.           if (parse_completion)
  4799.             last_was_structop = 1;
  4800.           goto symbol;                /* Nope, must be a symbol. */
  4801.         }
  4802.       /* FALL THRU into number case.  */

  4803.     case '0':
  4804.     case '1':
  4805.     case '2':
  4806.     case '3':
  4807.     case '4':
  4808.     case '5':
  4809.     case '6':
  4810.     case '7':
  4811.     case '8':
  4812.     case '9':
  4813.       {
  4814.         /* It's a number.  */
  4815.         int got_dot = 0, got_e = 0, toktype;
  4816.         const char *p = tokstart;
  4817.         int hex = input_radix > 10;

  4818.         if (c == '0' && (p[1] == 'x' || p[1] == 'X'))
  4819.           {
  4820.             p += 2;
  4821.             hex = 1;
  4822.           }
  4823.         else if (c == '0' && (p[1]=='t' || p[1]=='T' || p[1]=='d' || p[1]=='D'))
  4824.           {
  4825.             p += 2;
  4826.             hex = 0;
  4827.           }

  4828.         for (;; ++p)
  4829.           {
  4830.             /* This test includes !hex because 'e' is a valid hex digit
  4831.                and thus does not indicate a floating point number when
  4832.                the radix is hex.  */
  4833.             if (!hex && !got_e && (*p == 'e' || *p == 'E'))
  4834.               got_dot = got_e = 1;
  4835.             /* This test does not include !hex, because a '.' always indicates
  4836.                a decimal floating point number regardless of the radix.  */
  4837.             else if (!got_dot && *p == '.')
  4838.               got_dot = 1;
  4839.             else if (got_e && (p[-1] == 'e' || p[-1] == 'E')
  4840.                      && (*p == '-' || *p == '+'))
  4841.               /* This is the sign of the exponent, not the end of the
  4842.                  number.  */
  4843.               continue;
  4844.             /* We will take any letters or digits.  parse_number will
  4845.                complain if past the radix, or if L or U are not final.  */
  4846.             else if ((*p < '0' || *p > '9')
  4847.                      && ((*p < 'a' || *p > 'z')
  4848.                                   && (*p < 'A' || *p > 'Z')))
  4849.               break;
  4850.           }
  4851.         toktype = parse_number (par_state, tokstart, p - tokstart,
  4852.                                 got_dot|got_e, &yylval);
  4853.         if (toktype == ERROR)
  4854.           {
  4855.             char *err_copy = (char *) alloca (p - tokstart + 1);

  4856.             memcpy (err_copy, tokstart, p - tokstart);
  4857.             err_copy[p - tokstart] = 0;
  4858.             error (_("Invalid number \"%s\"."), err_copy);
  4859.           }
  4860.         lexptr = p;
  4861.         return toktype;
  4862.       }

  4863.     case '@':
  4864.       {
  4865.         const char *p = &tokstart[1];
  4866.         size_t len = strlen ("entry");

  4867.         if (parse_language (par_state)->la_language == language_objc)
  4868.           {
  4869.             size_t len = strlen ("selector");

  4870.             if (strncmp (p, "selector", len) == 0
  4871.                 && (p[len] == '\0' || isspace (p[len])))
  4872.               {
  4873.                 lexptr = p + len;
  4874.                 return SELECTOR;
  4875.               }
  4876.             else if (*p == '"')
  4877.               goto parse_string;
  4878.           }

  4879.         while (isspace (*p))
  4880.           p++;
  4881.         if (strncmp (p, "entry", len) == 0 && !isalnum (p[len])
  4882.             && p[len] != '_')
  4883.           {
  4884.             lexptr = &p[len];
  4885.             return ENTRY;
  4886.           }
  4887.       }
  4888.       /* FALLTHRU */
  4889.     case '+':
  4890.     case '-':
  4891.     case '*':
  4892.     case '/':
  4893.     case '%':
  4894.     case '|':
  4895.     case '&':
  4896.     case '^':
  4897.     case '~':
  4898.     case '!':
  4899.     case '<':
  4900.     case '>':
  4901.     case '?':
  4902.     case ':':
  4903.     case '=':
  4904.     case '{':
  4905.     case '}':
  4906.     symbol:
  4907.       lexptr++;
  4908.       return c;

  4909.     case 'L':
  4910.     case 'u':
  4911.     case 'U':
  4912.       if (tokstart[1] != '"' && tokstart[1] != '\'')
  4913.         break;
  4914.       /* Fall through.  */
  4915.     case '\'':
  4916.     case '"':

  4917.     parse_string:
  4918.       {
  4919.         int host_len;
  4920.         int result = parse_string_or_char (tokstart, &lexptr, &yylval.tsval,
  4921.                                            &host_len);
  4922.         if (result == CHAR)
  4923.           {
  4924.             if (host_len == 0)
  4925.               error (_("Empty character constant."));
  4926.             else if (host_len > 2 && c == '\'')
  4927.               {
  4928.                 ++tokstart;
  4929.                 namelen = lexptr - tokstart - 1;
  4930.                 *is_quoted_name = 1;

  4931.                 goto tryname;
  4932.               }
  4933.             else if (host_len > 1)
  4934.               error (_("Invalid character constant."));
  4935.           }
  4936.         return result;
  4937.       }
  4938.     }

  4939.   if (!(c == '_' || c == '$'
  4940.         || (c >= 'a' && c <= 'z') || (c >= 'A' && c <= 'Z')))
  4941.     /* We must have come across a bad character (e.g. ';').  */
  4942.     error (_("Invalid character '%c' in expression."), c);

  4943.   /* It's a name.  See how long it is.  */
  4944.   namelen = 0;
  4945.   for (c = tokstart[namelen];
  4946.        (c == '_' || c == '$' || (c >= '0' && c <= '9')
  4947.         || (c >= 'a' && c <= 'z') || (c >= 'A' && c <= 'Z') || c == '<');)
  4948.     {
  4949.       /* Template parameter lists are part of the name.
  4950.          FIXME: This mishandles `print $a<4&&$a>3'.  */

  4951.       if (c == '<')
  4952.         {
  4953.           if (! is_cast_operator (tokstart, namelen))
  4954.             {
  4955.               /* Scan ahead to get rest of the template specification.  Note
  4956.                  that we look ahead only when the '<' adjoins non-whitespace
  4957.                  characters; for comparison expressions, e.g. "a < b > c",
  4958.                  there must be spaces before the '<', etc. */

  4959.               const char *p = find_template_name_end (tokstart + namelen);

  4960.               if (p)
  4961.                 namelen = p - tokstart;
  4962.             }
  4963.           break;
  4964.         }
  4965.       c = tokstart[++namelen];
  4966.     }

  4967.   /* The token "if" terminates the expression and is NOT removed from
  4968.      the input stream.  It doesn't count if it appears in the
  4969.      expansion of a macro.  */
  4970.   if (namelen == 2
  4971.       && tokstart[0] == 'i'
  4972.       && tokstart[1] == 'f'
  4973.       && ! scanning_macro_expansion ())
  4974.     {
  4975.       return 0;
  4976.     }

  4977.   /* For the same reason (breakpoint conditions), "thread N"
  4978.      terminates the expression.  "thread" could be an identifier, but
  4979.      an identifier is never followed by a number without intervening
  4980.      punctuation.  "task" is similar.  Handle abbreviations of these,
  4981.      similarly to breakpoint.c:find_condition_and_thread.  */
  4982.   if (namelen >= 1
  4983.       && (strncmp (tokstart, "thread", namelen) == 0
  4984.           || strncmp (tokstart, "task", namelen) == 0)
  4985.       && (tokstart[namelen] == ' ' || tokstart[namelen] == '\t')
  4986.       && ! scanning_macro_expansion ())
  4987.     {
  4988.       const char *p = tokstart + namelen + 1;

  4989.       while (*p == ' ' || *p == '\t')
  4990.         p++;
  4991.       if (*p >= '0' && *p <= '9')
  4992.         return 0;
  4993.     }

  4994.   lexptr += namelen;

  4995.   tryname:

  4996.   yylval.sval.ptr = tokstart;
  4997.   yylval.sval.length = namelen;

  4998.   /* Catch specific keywords.  */
  4999.   copy = copy_name (yylval.sval);
  5000.   for (i = 0; i < sizeof ident_tokens / sizeof ident_tokens[0]; i++)
  5001.     if (strcmp (copy, ident_tokens[i].operator) == 0)
  5002.       {
  5003.         if ((ident_tokens[i].flags & FLAG_CXX) != 0
  5004.             && parse_language (par_state)->la_language != language_cplus)
  5005.           break;

  5006.         if ((ident_tokens[i].flags & FLAG_SHADOW) != 0)
  5007.           {
  5008.             struct field_of_this_result is_a_field_of_this;

  5009.             if (lookup_symbol (copy, expression_context_block,
  5010.                                VAR_DOMAIN,
  5011.                                (parse_language (par_state)->la_language
  5012.                                 == language_cplus ? &is_a_field_of_this
  5013.                                 : NULL))
  5014.                 != NULL)
  5015.               {
  5016.                 /* The keyword is shadowed.  */
  5017.                 break;
  5018.               }
  5019.           }

  5020.         /* It is ok to always set this, even though we don't always
  5021.            strictly need to.  */
  5022.         yylval.opcode = ident_tokens[i].opcode;
  5023.         return ident_tokens[i].token;
  5024.       }

  5025.   if (*tokstart == '$')
  5026.     return VARIABLE;

  5027.   if (parse_completion && *lexptr == '\0')
  5028.     saw_name_at_eof = 1;

  5029.   yylval.ssym.stoken = yylval.sval;
  5030.   yylval.ssym.sym = NULL;
  5031.   yylval.ssym.is_a_field_of_this = 0;
  5032.   return NAME;
  5033. }

  5034. /* An object of this type is pushed on a FIFO by the "outer" lexer.  */
  5035. typedef struct
  5036. {
  5037.   int token;
  5038.   YYSTYPE value;
  5039. } token_and_value;

  5040. DEF_VEC_O (token_and_value);

  5041. /* A FIFO of tokens that have been read but not yet returned to the
  5042.    parser.  */
  5043. static VEC (token_and_value) *token_fifo;

  5044. /* Non-zero if the lexer should return tokens from the FIFO.  */
  5045. static int popping;

  5046. /* Temporary storage for c_lex; this holds symbol names as they are
  5047.    built up.  */
  5048. static struct obstack name_obstack;

  5049. /* Classify a NAME token.  The contents of the token are in `yylval'.
  5050.    Updates yylval and returns the new token type.  BLOCK is the block
  5051.    in which lookups start; this can be NULL to mean the global scope.
  5052.    IS_QUOTED_NAME is non-zero if the name token was originally quoted
  5053.    in single quotes.  */
  5054. static int
  5055. classify_name (struct parser_state *par_state, const struct block *block,
  5056.                int is_quoted_name)
  5057. {
  5058.   struct symbol *sym;
  5059.   char *copy;
  5060.   struct field_of_this_result is_a_field_of_this;

  5061.   copy = copy_name (yylval.sval);

  5062.   /* Initialize this in case we *don't* use it in this call; that way
  5063.      we can refer to it unconditionally below.  */
  5064.   memset (&is_a_field_of_this, 0, sizeof (is_a_field_of_this));

  5065.   sym = lookup_symbol (copy, block, VAR_DOMAIN,
  5066.                        parse_language (par_state)->la_name_of_this
  5067.                        ? &is_a_field_of_this : NULL);

  5068.   if (sym && SYMBOL_CLASS (sym) == LOC_BLOCK)
  5069.     {
  5070.       yylval.ssym.sym = sym;
  5071.       yylval.ssym.is_a_field_of_this = is_a_field_of_this.type != NULL;
  5072.       return BLOCKNAME;
  5073.     }
  5074.   else if (!sym)
  5075.     {
  5076.       /* If we found a field of 'this', we might have erroneously
  5077.          found a constructor where we wanted a type name.  Handle this
  5078.          case by noticing that we found a constructor and then look up
  5079.          the type tag instead.  */
  5080.       if (is_a_field_of_this.type != NULL
  5081.           && is_a_field_of_this.fn_field != NULL
  5082.           && TYPE_FN_FIELD_CONSTRUCTOR (is_a_field_of_this.fn_field->fn_fields,
  5083.                                         0))
  5084.         {
  5085.           struct field_of_this_result inner_is_a_field_of_this;

  5086.           sym = lookup_symbol (copy, block, STRUCT_DOMAIN,
  5087.                                &inner_is_a_field_of_this);
  5088.           if (sym != NULL)
  5089.             {
  5090.               yylval.tsym.type = SYMBOL_TYPE (sym);
  5091.               return TYPENAME;
  5092.             }
  5093.         }

  5094.       /* If we found a field, then we want to prefer it over a
  5095.          filename.  However, if the name was quoted, then it is better
  5096.          to check for a filename or a block, since this is the only
  5097.          way the user has of requiring the extension to be used.  */
  5098.       if (is_a_field_of_this.type == NULL || is_quoted_name)
  5099.         {
  5100.           /* See if it's a file name. */
  5101.           struct symtab *symtab;

  5102.           symtab = lookup_symtab (copy);
  5103.           if (symtab)
  5104.             {
  5105.               yylval.bval = BLOCKVECTOR_BLOCK (BLOCKVECTOR (symtab),
  5106.                                                STATIC_BLOCK);
  5107.               return FILENAME;
  5108.             }
  5109.         }
  5110.     }

  5111.   if (sym && SYMBOL_CLASS (sym) == LOC_TYPEDEF)
  5112.     {
  5113.       yylval.tsym.type = SYMBOL_TYPE (sym);
  5114.       return TYPENAME;
  5115.     }

  5116.   yylval.tsym.type
  5117.     = language_lookup_primitive_type_by_name (parse_language (par_state),
  5118.                                               parse_gdbarch (par_state),
  5119.                                               copy);
  5120.   if (yylval.tsym.type != NULL)
  5121.     return TYPENAME;

  5122.   /* See if it's an ObjC classname.  */
  5123.   if (parse_language (par_state)->la_language == language_objc && !sym)
  5124.     {
  5125.       CORE_ADDR Class = lookup_objc_class (parse_gdbarch (par_state), copy);
  5126.       if (Class)
  5127.         {
  5128.           yylval.class.class = Class;
  5129.           sym = lookup_struct_typedef (copy, expression_context_block, 1);
  5130.           if (sym)
  5131.             yylval.class.type = SYMBOL_TYPE (sym);
  5132.           return CLASSNAME;
  5133.         }
  5134.     }

  5135.   /* Input names that aren't symbols but ARE valid hex numbers, when
  5136.      the input radix permits them, can be names or numbers depending
  5137.      on the parse.  Note we support radixes > 16 here.  */
  5138.   if (!sym
  5139.       && ((copy[0] >= 'a' && copy[0] < 'a' + input_radix - 10)
  5140.           || (copy[0] >= 'A' && copy[0] < 'A' + input_radix - 10)))
  5141.     {
  5142.       YYSTYPE newlval;        /* Its value is ignored.  */
  5143.       int hextype = parse_number (par_state, copy, yylval.sval.length,
  5144.                                   0, &newlval);
  5145.       if (hextype == INT)
  5146.         {
  5147.           yylval.ssym.sym = sym;
  5148.           yylval.ssym.is_a_field_of_this = is_a_field_of_this.type != NULL;
  5149.           return NAME_OR_INT;
  5150.         }
  5151.     }

  5152.   /* Any other kind of symbol */
  5153.   yylval.ssym.sym = sym;
  5154.   yylval.ssym.is_a_field_of_this = is_a_field_of_this.type != NULL;

  5155.   if (sym == NULL
  5156.       && parse_language (par_state)->la_language == language_cplus
  5157.       && is_a_field_of_this.type == NULL
  5158.       && lookup_minimal_symbol (copy, NULL, NULL).minsym == NULL)
  5159.     return UNKNOWN_CPP_NAME;

  5160.   return NAME;
  5161. }

  5162. /* Like classify_name, but used by the inner loop of the lexer, when a
  5163.    name might have already been seen.  CONTEXT is the context type, or
  5164.    NULL if this is the first component of a name.  */

  5165. static int
  5166. classify_inner_name (struct parser_state *par_state,
  5167.                      const struct block *block, struct type *context)
  5168. {
  5169.   struct type *type;
  5170.   char *copy;

  5171.   if (context == NULL)
  5172.     return classify_name (par_state, block, 0);

  5173.   type = check_typedef (context);
  5174.   if (!type_aggregate_p (type))
  5175.     return ERROR;

  5176.   copy = copy_name (yylval.ssym.stoken);
  5177.   yylval.ssym.sym = cp_lookup_nested_symbol (type, copy, block);

  5178.   /* If no symbol was found, search for a matching base class named
  5179.      COPY.  This will allow users to enter qualified names of class members
  5180.      relative to the `this' pointer.  */
  5181.   if (yylval.ssym.sym == NULL)
  5182.     {
  5183.       struct type *base_type = find_type_baseclass_by_name (type, copy);

  5184.       if (base_type != NULL)
  5185.         {
  5186.           yylval.tsym.type = base_type;
  5187.           return TYPENAME;
  5188.         }

  5189.       return ERROR;
  5190.     }

  5191.   switch (SYMBOL_CLASS (yylval.ssym.sym))
  5192.     {
  5193.     case LOC_BLOCK:
  5194.     case LOC_LABEL:
  5195.       /* cp_lookup_nested_symbol might have accidentally found a constructor
  5196.          named COPY when we really wanted a base class of the same name.
  5197.          Double-check this case by looking for a base class.  */
  5198.       {
  5199.         struct type *base_type = find_type_baseclass_by_name (type, copy);

  5200.         if (base_type != NULL)
  5201.           {
  5202.             yylval.tsym.type = base_type;
  5203.             return TYPENAME;
  5204.           }
  5205.       }
  5206.       return ERROR;

  5207.     case LOC_TYPEDEF:
  5208.       yylval.tsym.type = SYMBOL_TYPE (yylval.ssym.sym);;
  5209.       return TYPENAME;

  5210.     default:
  5211.       return NAME;
  5212.     }
  5213.   internal_error (__FILE__, __LINE__, _("not reached"));
  5214. }

  5215. /* The outer level of a two-level lexer.  This calls the inner lexer
  5216.    to return tokens.  It then either returns these tokens, or
  5217.    aggregates them into a larger token.  This lets us work around a
  5218.    problem in our parsing approach, where the parser could not
  5219.    distinguish between qualified names and qualified types at the
  5220.    right point.

  5221.    This approach is still not ideal, because it mishandles template
  5222.    types.  See the comment in lex_one_token for an example.  However,
  5223.    this is still an improvement over the earlier approach, and will
  5224.    suffice until we move to better parsing technology.  */
  5225. static int
  5226. yylex (void)
  5227. {
  5228.   token_and_value current;
  5229.   int first_was_coloncolon, last_was_coloncolon;
  5230.   struct type *context_type = NULL;
  5231.   int last_to_examine, next_to_examine, checkpoint;
  5232.   const struct block *search_block;
  5233.   int is_quoted_name;

  5234.   if (popping && !VEC_empty (token_and_value, token_fifo))
  5235.     goto do_pop;
  5236.   popping = 0;

  5237.   /* Read the first token and decide what to do.  Most of the
  5238.      subsequent code is C++-only; but also depends on seeing a "::" or
  5239.      name-like token.  */
  5240.   current.token = lex_one_token (pstate, &is_quoted_name);
  5241.   if (current.token == NAME)
  5242.     current.token = classify_name (pstate, expression_context_block,
  5243.                                    is_quoted_name);
  5244.   if (parse_language (pstate)->la_language != language_cplus
  5245.       || (current.token != TYPENAME && current.token != COLONCOLON
  5246.           && current.token != FILENAME))
  5247.     return current.token;

  5248.   /* Read any sequence of alternating "::" and name-like tokens into
  5249.      the token FIFO.  */
  5250.   current.value = yylval;
  5251.   VEC_safe_push (token_and_value, token_fifo, &current);
  5252.   last_was_coloncolon = current.token == COLONCOLON;
  5253.   while (1)
  5254.     {
  5255.       int ignore;

  5256.       /* We ignore quoted names other than the very first one.
  5257.          Subsequent ones do not have any special meaning.  */
  5258.       current.token = lex_one_token (pstate, &ignore);
  5259.       current.value = yylval;
  5260.       VEC_safe_push (token_and_value, token_fifo, &current);

  5261.       if ((last_was_coloncolon && current.token != NAME)
  5262.           || (!last_was_coloncolon && current.token != COLONCOLON))
  5263.         break;
  5264.       last_was_coloncolon = !last_was_coloncolon;
  5265.     }
  5266.   popping = 1;

  5267.   /* We always read one extra token, so compute the number of tokens
  5268.      to examine accordingly.  */
  5269.   last_to_examine = VEC_length (token_and_value, token_fifo) - 2;
  5270.   next_to_examine = 0;

  5271.   current = *VEC_index (token_and_value, token_fifo, next_to_examine);
  5272.   ++next_to_examine;

  5273.   obstack_free (&name_obstack, obstack_base (&name_obstack));
  5274.   checkpoint = 0;
  5275.   if (current.token == FILENAME)
  5276.     search_block = current.value.bval;
  5277.   else if (current.token == COLONCOLON)
  5278.     search_block = NULL;
  5279.   else
  5280.     {
  5281.       gdb_assert (current.token == TYPENAME);
  5282.       search_block = expression_context_block;
  5283.       obstack_grow (&name_obstack, current.value.sval.ptr,
  5284.                     current.value.sval.length);
  5285.       context_type = current.value.tsym.type;
  5286.       checkpoint = 1;
  5287.     }

  5288.   first_was_coloncolon = current.token == COLONCOLON;
  5289.   last_was_coloncolon = first_was_coloncolon;

  5290.   while (next_to_examine <= last_to_examine)
  5291.     {
  5292.       token_and_value *next;

  5293.       next = VEC_index (token_and_value, token_fifo, next_to_examine);
  5294.       ++next_to_examine;

  5295.       if (next->token == NAME && last_was_coloncolon)
  5296.         {
  5297.           int classification;

  5298.           yylval = next->value;
  5299.           classification = classify_inner_name (pstate, search_block,
  5300.                                                 context_type);
  5301.           /* We keep going until we either run out of names, or until
  5302.              we have a qualified name which is not a type.  */
  5303.           if (classification != TYPENAME && classification != NAME)
  5304.             break;

  5305.           /* Accept up to this token.  */
  5306.           checkpoint = next_to_examine;

  5307.           /* Update the partial name we are constructing.  */
  5308.           if (context_type != NULL)
  5309.             {
  5310.               /* We don't want to put a leading "::" into the name.  */
  5311.               obstack_grow_str (&name_obstack, "::");
  5312.             }
  5313.           obstack_grow (&name_obstack, next->value.sval.ptr,
  5314.                         next->value.sval.length);

  5315.           yylval.sval.ptr = obstack_base (&name_obstack);
  5316.           yylval.sval.length = obstack_object_size (&name_obstack);
  5317.           current.value = yylval;
  5318.           current.token = classification;

  5319.           last_was_coloncolon = 0;

  5320.           if (classification == NAME)
  5321.             break;

  5322.           context_type = yylval.tsym.type;
  5323.         }
  5324.       else if (next->token == COLONCOLON && !last_was_coloncolon)
  5325.         last_was_coloncolon = 1;
  5326.       else
  5327.         {
  5328.           /* We've reached the end of the name.  */
  5329.           break;
  5330.         }
  5331.     }

  5332.   /* If we have a replacement token, install it as the first token in
  5333.      the FIFO, and delete the other constituent tokens.  */
  5334.   if (checkpoint > 0)
  5335.     {
  5336.       current.value.sval.ptr = obstack_copy0 (&expansion_obstack,
  5337.                                               current.value.sval.ptr,
  5338.                                               current.value.sval.length);

  5339.       VEC_replace (token_and_value, token_fifo, 0, &current);
  5340.       if (checkpoint > 1)
  5341.         VEC_block_remove (token_and_value, token_fifo, 1, checkpoint - 1);
  5342.     }

  5343. do_pop:
  5344.   current = *VEC_index (token_and_value, token_fifo, 0);
  5345.   VEC_ordered_remove (token_and_value, token_fifo, 0);
  5346.   yylval = current.value;
  5347.   return current.token;
  5348. }

  5349. int
  5350. c_parse (struct parser_state *par_state)
  5351. {
  5352.   int result;
  5353.   struct cleanup *back_to;

  5354.   /* Setting up the parser state.  */
  5355.   gdb_assert (par_state != NULL);
  5356.   pstate = par_state;

  5357.   back_to = make_cleanup (free_current_contents, &expression_macro_scope);
  5358.   make_cleanup_clear_parser_state (&pstate);

  5359.   /* Set up the scope for macro expansion.  */
  5360.   expression_macro_scope = NULL;

  5361.   if (expression_context_block)
  5362.     expression_macro_scope
  5363.       = sal_macro_scope (find_pc_line (expression_context_pc, 0));
  5364.   else
  5365.     expression_macro_scope = default_macro_scope ();
  5366.   if (! expression_macro_scope)
  5367.     expression_macro_scope = user_macro_scope ();

  5368.   /* Initialize macro expansion code.  */
  5369.   obstack_init (&expansion_obstack);
  5370.   gdb_assert (! macro_original_text);
  5371.   make_cleanup (scan_macro_cleanup, 0);

  5372.   make_cleanup_restore_integer (&yydebug);
  5373.   yydebug = parser_debug;

  5374.   /* Initialize some state used by the lexer.  */
  5375.   last_was_structop = 0;
  5376.   saw_name_at_eof = 0;

  5377.   VEC_free (token_and_value, token_fifo);
  5378.   popping = 0;
  5379.   obstack_init (&name_obstack);
  5380.   make_cleanup_obstack_free (&name_obstack);

  5381.   result = yyparse ();
  5382.   do_cleanups (back_to);

  5383.   return result;
  5384. }

  5385. #ifdef YYBISON

  5386. /* This is called via the YYPRINT macro when parser debugging is
  5387.    enabled.  It prints a token's value.  */

  5388. static void
  5389. c_print_token (FILE *file, int type, YYSTYPE value)
  5390. {
  5391.   switch (type)
  5392.     {
  5393.     case INT:
  5394.       fprintf (file, "typed_val_int<%s, %s>",
  5395.                TYPE_SAFE_NAME (value.typed_val_int.type),
  5396.                pulongest (value.typed_val_int.val));
  5397.       break;

  5398.     case CHAR:
  5399.     case STRING:
  5400.       {
  5401.         char *copy = alloca (value.tsval.length + 1);

  5402.         memcpy (copy, value.tsval.ptr, value.tsval.length);
  5403.         copy[value.tsval.length] = '\0';

  5404.         fprintf (file, "tsval<type=%d, %s>", value.tsval.type, copy);
  5405.       }
  5406.       break;

  5407.     case NSSTRING:
  5408.     case VARIABLE:
  5409.       fprintf (file, "sval<%s>", copy_name (value.sval));
  5410.       break;

  5411.     case TYPENAME:
  5412.       fprintf (file, "tsym<type=%s, name=%s>",
  5413.                TYPE_SAFE_NAME (value.tsym.type),
  5414.                copy_name (value.tsym.stoken));
  5415.       break;

  5416.     case NAME:
  5417.     case UNKNOWN_CPP_NAME:
  5418.     case NAME_OR_INT:
  5419.     case BLOCKNAME:
  5420.       fprintf (file, "ssym<name=%s, sym=%s, field_of_this=%d>",
  5421.                copy_name (value.ssym.stoken),
  5422.                (value.ssym.sym == NULL
  5423.                 ? "(null)" : SYMBOL_PRINT_NAME (value.ssym.sym)),
  5424.                value.ssym.is_a_field_of_this);
  5425.       break;

  5426.     case FILENAME:
  5427.       fprintf (file, "bval<%s>", host_address_to_string (value.bval));
  5428.       break;
  5429.     }
  5430. }

  5431. #endif

  5432. void
  5433. yyerror (char *msg)
  5434. {
  5435.   if (prev_lexptr)
  5436.     lexptr = prev_lexptr;

  5437.   error (_("A %s in expression, near `%s'."), (msg ? msg : "error"), lexptr);
  5438. }