OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:yydefgoto
(Results
1 - 15
of
15
) sorted by null
/external/bison/src/
tables.h
64
default (from YYDEFACT or
YYDEFGOTO
) should be used. Otherwise,
71
YYDEFGOTO
[I] = default state to go to after a reduction of a rule
101
YYDEFGOTO
[I]) should be used instead of YYTABLE. Otherwise,
107
from YYDEFACT or
YYDEFGOTO
should be used instead, the value from
110
YYDEFGOTO
should be used. However, the YYTABLE value cannot be
111
trusted when the YYDEFACT or
YYDEFGOTO
value should be used. In
134
extern state_number *
yydefgoto
;
tables.c
135
state_number *
yydefgoto
;
variable
563
| The
YYDEFGOTO
table is output now. The detailed info is saved for |
572
yydefgoto
= xnmalloc (nvars, sizeof *
yydefgoto
);
580
yydefgoto
[i - ntokens] = default_state;
807
| Compute and output yydefact,
yydefgoto
, yypact, yypgoto, yytable |
870
free (
yydefgoto
);
parse-gram.c
811
/*
YYDEFGOTO
[NTERM-NUM]. */
812
static const yytype_int16
yydefgoto
[] =
variable
[
all
...]
/external/e2fsprogs/intl/
plural.c
256
static const short
yydefgoto
[] =
variable
1117
yystate =
yydefgoto
[yyn - YYNTBASE];
[
all
...]
/system/core/sh/
arith.c
447
/*
YYDEFGOTO
[NTERM-NUM]. */
448
static const yysigned_char
yydefgoto
[] =
variable
[
all
...]
/external/bison/data/
yacc.c
689
/*
YYDEFGOTO
[NTERM-NUM]. */
690
static const ]b4_int_type_for([b4_defgoto])[
yydefgoto
[] =
[
all
...]
glr.c
405
static const ]b4_int_type_for([b4_defgoto])[
yydefgoto
[] =
1009
return
yydefgoto
[yylhs - YYNTOKENS];
[
all
...]
/external/chromium_org/third_party/angle/src/compiler/preprocessor/
ExpressionParser.cpp
563
/*
YYDEFGOTO
[NTERM-NUM]. */
564
static const yytype_int8
yydefgoto
[] =
variable
[
all
...]
/external/elfutils/src/
ldscript.c
662
/*
YYDEFGOTO
[NTERM-NUM]. */
663
static const yytype_int16
yydefgoto
[] =
variable
[
all
...]
/external/libpcap/
grammar.c
906
/*
YYDEFGOTO
[NTERM-NUM]. */
907
static const short int
yydefgoto
[] =
variable
[
all
...]
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/program/
program_parse.tab.c
1158
static const yytype_int16
yydefgoto
[] =
variable
[
all
...]
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
glsl_parser.cc
1331
static const yytype_int16
yydefgoto
[] =
variable
[
all
...]
glcpp-parse.c
791
/*
YYDEFGOTO
[NTERM-NUM]. */
792
static const yytype_int16
yydefgoto
[] =
variable
[
all
...]
/external/elfutils/libcpu/
i386_parse.c
715
/*
YYDEFGOTO
[NTERM-NUM]. */
716
static const yytype_int8
yydefgoto
[] =
variable
[
all
...]
/external/chromium_org/third_party/angle/src/compiler/
glslang_tab.cpp
903
static const yytype_int16
yydefgoto
[] =
variable
[
all
...]
Completed in 178 milliseconds