OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:yydefact
(Results
1 - 12
of
12
) sorted by null
/external/bison/src/
tables.c
136
rule_number *
yydefact
;
variable
221
| default action (
yydefact
) for the state. In addition, ACTROW is |
425
| The
YYDEFACT
table is output now. The detailed info is saved for |
438
yydefact
= xnmalloc (nstates, sizeof *
yydefact
);
455
yydefact
[i] = default_reduction ? default_reduction->number + 1 : 0;
466
if (
yydefact
[i])
467
rules[
yydefact
[i] - 1].useful = true;
807
| Compute and output
yydefact
, yydefgoto, yypact, yypgoto, yytable |
871
free (
yydefact
);
[
all
...]
parse-gram.c
789
/*
YYDEFACT
[STATE-NAME] -- Default reduction number in state STATE-NUM.
792
static const yytype_uint8
yydefact
[] =
variable
[
all
...]
/external/chromium_org/third_party/angle/src/compiler/preprocessor/
ExpressionParser.cpp
550
/*
YYDEFACT
[STATE-NAME] -- Default reduction number in state STATE-NUM.
553
static const yytype_uint8
yydefact
[] =
variable
[
all
...]
/external/e2fsprogs/intl/
plural.c
246
/*
YYDEFACT
[S] -- default rule to reduce with in state S when YYTABLE
249
static const short
yydefact
[] =
variable
956
yyn =
yydefact
[yystate];
1217
yyn =
yydefact
[yystate];
[
all
...]
/system/core/sh/
arith.c
434
/*
YYDEFACT
[STATE-NAME] -- Default rule to reduce with in state
437
static const unsigned char
yydefact
[] =
variable
474
number is the opposite. If zero, do what
YYDEFACT
says.
1117
yyn =
yydefact
[yystate];
[
all
...]
/external/elfutils/src/
ldscript.c
639
/*
YYDEFACT
[STATE-NAME] -- Default rule to reduce with in state
642
static const yytype_uint8
yydefact
[] =
variable
703
number is the opposite. If zero, do what
YYDEFACT
says.
[
all
...]
/external/libpcap/
grammar.c
873
/*
YYDEFACT
[STATE-NAME] -- Default rule to reduce with in state
876
static const unsigned char
yydefact
[] =
variable
[
all
...]
/external/chromium_org/third_party/angle/src/compiler/
glslang_tab.cpp
867
static const yytype_uint8
yydefact
[] =
variable
[
all
...]
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
glcpp-parse.c
766
/*
YYDEFACT
[STATE-NAME] -- Default reduction number in state STATE-NUM.
769
static const yytype_uint8
yydefact
[] =
variable
[
all
...]
glsl_parser.cc
1277
static const yytype_uint16
yydefact
[] =
variable
[
all
...]
/external/elfutils/libcpu/
i386_parse.c
703
/*
YYDEFACT
[STATE-NAME] -- Default rule to reduce with in state
706
static const yytype_uint8
yydefact
[] =
variable
743
number is the opposite. If zero, do what
YYDEFACT
says.
[
all
...]
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/program/
program_parse.tab.c
1105
static const yytype_uint16
yydefact
[] =
variable
[
all
...]
Completed in 158 milliseconds