Searched refs:midrule (Results 1 - 4 of 4) sorted by relevance

/external/bison/src/
H A Dsymlist.h56 /* If this symbol is the generated lhs for a midrule but this is the rule in
57 whose rhs it appears, MIDRULE = a pointer to that midrule. */
58 struct symbol_list *midrule; member in struct:symbol_list
60 /* If this symbol is the generated lhs for a midrule and this is that
61 midrule, MIDRULE_PARENT_RULE = a pointer to the rule in whose rhs it
H A Dreader.c269 if ((s->midrule && s->midrule->action_props.is_value_used)
376 /* Make a DUMMY nonterminal, whose location is that of the midrule
380 symbol_list *midrule = symbol_list_sym_new (dummy, dummy_location);
390 midrule->location = dummy_location;
391 code_props_rule_action_init (&midrule->action_props,
394 midrule, 0);
398 previous_rule_end->next = midrule;
400 grammar = midrule;
403 midrule
377 symbol_list *midrule = symbol_list_sym_new (dummy, dummy_location); local
[all...]
H A Dsymlist.c41 res->midrule = NULL;
/external/bison/tests/
H A Dtestsuite2633 echo >>"$at_stderr"; $as_echo "input.y:5.12-13: error: \$\$ for the midrule at \$2 of 'exp' has no declared type
3073 --graph=xml-tests/test.dot --warnings=midrule-values -fcaret input.y"
3076 --graph=xml-tests/test.dot --warnings=midrule-values -fcaret input.y
3087 $as_echo "$at_srcdir/input.at:287: VALGRIND_OPTS=\"\$VALGRIND_OPTS --leak-check=summary --show-reachable=no\"; export VALGRIND_OPTS; bison --xml=xml-tests/test.xml --warnings=midrule-values -fcaret input.y"
3088 at_fn_check_prepare_dynamic "VALGRIND_OPTS=\"$VALGRIND_OPTS --leak-check=summary --show-reachable=no\"; export VALGRIND_OPTS; bison --xml=xml-tests/test.xml --warnings=midrule-values -fcaret input.y" "input.at:287"
3089 ( $at_check_trace; VALGRIND_OPTS="$VALGRIND_OPTS --leak-check=summary --show-reachable=no"; export VALGRIND_OPTS; bison --xml=xml-tests/test.xml --warnings=midrule-values -fcaret input.y
3139 $as_echo "$at_srcdir/input.at:287: bison --warnings=midrule-values -fcaret input.y"
3141 ( $at_check_trace; bison --warnings=midrule-values -fcaret input.y
3262 $as_echo "$at_srcdir/input.at:287: VALGRIND_OPTS=\"\$VALGRIND_OPTS --leak-check=summary --show-reachable=no\"; export VALGRIND_OPTS; bison --warnings=midrule-values -fcaret input.y -Werror"
3263 at_fn_check_prepare_dynamic "VALGRIND_OPTS=\"$VALGRIND_OPTS --leak-check=summary --show-reachable=no\"; export VALGRIND_OPTS; bison --warnings=midrule
[all...]

Completed in 415 milliseconds