Lines Matching defs:to

27    Bison output files to be licensed under the GNU General Public
36 /* All symbols defined below should begin with yy or YY, to avoid
39 There are some unavoidable exceptions within include files to
211 /* Used to set SRCx fields to all 1s as described in the PRM. */
241 in_range_p (Expr_Node *exp, int from, int to, unsigned int mask)
246 if (val < from || val > to)
378 We can do that, because we know they were initialized to 0
1029 to allow for a few compiler-allocated temporary stack slots. */
1076 /* The size of an array large to enough to hold all stacks, each with
1084 /* Relocate STACK from its old location to the new one. The
1087 stack. Advance YYPTR to a properly aligned location for the next
1103 /* Copy COUNT objects from SRC to DST. The source and destination do
1136 /* YYTRANSLATE[YYX] -- Symbol number corresponding to YYX as returned
1144 /* YYTRANSLATE[TOKEN-NUM] -- Symbol number corresponding to TOKEN-NUM
1280 /* YYTOKNUM[NUM] -- (External) token number corresponding to the
1425 Performed when YYTABLE does not specify something else to do. Zero
1554 /* YYTABLE[YYPACT[STATE-NUM]] -- What to do in state STATE-NUM. If
2120 | yy_stack_print -- Print the state stack from its BOTTOM up to its |
2144 | Report that the YYRULE is going to be reduced. |
2189 /* YYMAXDEPTH -- maximum size the stacks can grow to (effective only
2223 /* Copy YYSRC to YYDEST, returning the address of the terminating '\0' in
2240 /* Copy to YYRES the contents of YYSTR after stripping away unnecessary
2292 not large enough to hold the message. In that case, also set
2293 *YYMSG_ALLOC to the required number of bytes. Return 2 if the
2294 required number of bytes is too large to store. */
2310 /* There are many possibilities here to consider:
2317 detecting the absence of a lookahead is sufficient to determine
2318 that there is no unexpected or expected token to report. In that
2324 - Of course, the expected token list depends on states to have
2326 to perform extra reductions after fetching a lookahead from the
2331 accepted due to an error action in a later state.
2339 /* Start YYX at -YYN if negative to avoid negative indexes in
2424 | Release the memory associated to this symbol. |
2460 /* Number of tokens to shift before error messages enabled. */
2464 'yyss': related to states.
2465 'yyvs': related to semantic values.
2467 Refer to the stacks through separate pointers, to allow yyoverflow
2468 to reallocate them elsewhere. */
2486 /* The variables used to return semantic value and location from the
2500 Keep to zero when no symbol should be popped. */
2512 yychar = YYEMPTY; /* Cause a token to be read. */
2533 /* Give user a chance to reallocate the stack. Use copies of
2540 data in use in that stack, in bytes. This used to be a
2580 YYDPRINTF ((stderr, "Stack size increased to %lu\n",
2602 /* First try to decide what to do without reference to lookahead token. */
2627 /* If the proper action on seeing token YYTOKEN is to reduce or to
2674 /* yyn is the number of a rule to reduce with. */
2680 Otherwise, the following line sets YYVAL to garbage.
2682 users should not rely upon it. Assigning to YYVAL
3486 If it goes to reloc, it will be 16 bit. */
7169 return yyerror ("Cannot move A1 to even register");
7171 return yyerror ("Cannot move A0 to odd register");
7198 return yyerror ("Cannot move A1 to even register");
7200 return yyerror ("Cannot move A0 to odd register");
7214 return yyerror ("Cannot move A1 to low half of register");
7216 return yyerror ("Cannot move A0 to high half of register");
7230 return yyerror ("Cannot move A1 to low half of register");
7232 return yyerror ("Cannot move A0 to high half of register");
7577 to an incorrect destructor call or verbose syntax error message
7588 that goes to, based on the state we popped back to and the rule
7654 /* If just tried and failed to reuse lookahead token after an
7671 /* Else will try to reuse lookahead token after shifting the error
7816 error ("%s:%d: Value Error -- Must align to %d\n", __FILE__, __LINE__, mul);
7898 /* Canonicalize order to EXPR OP CONSTANT. */
7905 /* Canonicalize subtraction of const to addition of negated const. */