Lines Matching defs:YYLTYPE

120     char *name, enum asm_type t, struct YYLTYPE *locp);
139 static void yyerror(struct YYLTYPE *locp, struct asm_parser_state *state,
142 static int validate_inputs(struct YYLTYPE *locp,
483 #if ! defined YYLTYPE && ! defined YYLTYPE_IS_DECLARED
484 typedef struct YYLTYPE
490 } YYLTYPE;
491 # define yyltype YYLTYPE /* obsolescent; will be withdrawn */
502 extern int yylex(YYSTYPE *yylval_param, YYLTYPE *yylloc_param,
673 YYLTYPE yyls_alloc;
682 ((N) * (sizeof (yytype_int16) + sizeof (YYSTYPE) + sizeof (YYLTYPE)) \
1538 yy_symbol_value_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep, YYLTYPE const * const yylocationp, struct asm_parser_state *state)
1545 YYLTYPE const * const yylocationp;
1574 yy_symbol_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep, YYLTYPE const * const yylocationp, struct asm_parser_state *state)
1581 YYLTYPE const * const yylocationp;
1635 yy_reduce_print (YYSTYPE *yyvsp, YYLTYPE *yylsp, int yyrule, struct asm_parser_state *state)
1640 YYLTYPE *yylsp;
1941 yydestruct (const char *yymsg, int yytype, YYSTYPE *yyvaluep, YYLTYPE *yylocationp, struct asm_parser_state *state)
1948 YYLTYPE *yylocationp;
2018 YYLTYPE yylloc;
2046 YYLTYPE yylsa[YYINITDEPTH];
2047 YYLTYPE *yyls;
2048 YYLTYPE *yylsp;
2051 YYLTYPE yyerror_range[3];
2062 YYLTYPE yyloc;
2129 YYLTYPE *yyls1 = yyls;
5548 validate_inputs(struct YYLTYPE *locp, struct asm_parser_state *state)
5563 struct YYLTYPE *locp)
5805 yyerror(YYLTYPE *locp, struct asm_parser_state *state, const char *s)
5882 struct YYLTYPE loc;