HomeSort by relevance Sort by last modified time
    Searched full:nonterminal (Results 1 - 25 of 27) sorted by null

1 2

  /external/bison/tests/
reduce.at 93 input.y:4.8-15: warning: useless nonterminal: useless1
94 input.y:5.8-15: warning: useless nonterminal: useless2
95 input.y:6.8-15: warning: useless nonterminal: useless3
96 input.y:7.8-15: warning: useless nonterminal: useless4
97 input.y:8.8-15: warning: useless nonterminal: useless5
98 input.y:9.8-15: warning: useless nonterminal: useless6
99 input.y:10.8-15: warning: useless nonterminal: useless7
100 input.y:11.8-15: warning: useless nonterminal: useless8
101 input.y:12.8-15: warning: useless nonterminal: useless9
148 input.y:6.1-8: warning: useless nonterminal: useless
    [all...]
input.at 79 input.y:6.5: warning: empty rule for typed nonterminal, and no action
122 input.y:12.9: warning: empty rule for typed nonterminal, and no action
testsuite     [all...]
glr-regression.at 1610 previous nonterminal, which is unresolved. That location is reported as the
    [all...]
  /external/bison/src/
lalr.h 50 which accepts a variable (a nonterminal).
reader.c 205 /* Mark the rule's lhs as a nonterminal if not already so. */
262 _("empty rule for typed nonterminal, and no action"));
301 | mid-rule action, and append this dummy nonterminal to the current |
312 /* Make a DUMMY nonterminal, whose location is that of the midrule
344 /* Insert the dummy nonterminal replacing the midrule action into
reduce.c 102 iteration a nonterminal is added to the set if there is a
103 production with that nonterminal as its LHS for which all the
305 warn_at (symbols[i]->location, _("useless nonterminal: %s"),
400 fprintf (stderr, ngettext ("%d useless nonterminal",
symtab.h 103 /* Generate a dummy nonterminal, whose name cannot conflict with the
tables.h 72 text for this nonterminal was read. The value from YYTABLE is the
closure.c 155 | nonterminal. |
tables.c 39 /* Several tables are indexed both by state and nonterminal numbers.
41 or a nonterminal number.
66 If VECTOR is a nonterminal, (FROMS[VECTOR], TOS[VECTOR]) form an
776 /* A new set of state actions, or a nonterminal. */
symtab.c 247 | nonterminal. |
522 | Generate a dummy nonterminal, whose name cannot conflict with the |
  /external/llvm/test/CodeGen/X86/
2007-02-16-BranchFold.ll 16 %struct.nonterminal = type { i8*, i32, i32, i32, %struct.plankMap*, %struct.rule* }
18 %struct.pattern = type { %struct.nonterminal*, %struct.operator*, [2 x %struct.nonterminal*] }
21 %struct.rule = type { [4 x i16], i32, i32, i32, %struct.nonterminal*, %struct.pattern*, i8 }
  /external/llvm/test/Transforms/LoopRotate/
PhiRename-1.ll 15 %struct.nonterminal = type { i8*, i32, i32, i32, %struct.plankMap*, %struct.rule* }
17 %struct.pattern = type { %struct.nonterminal*, %struct.operator*, [2 x %struct.nonterminal*] }
20 %struct.rule = type { [4 x i16], i32, i32, i32, %struct.nonterminal*, %struct.pattern*, i8 }
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
replace.h 206 Label nonterminal = nonterminal_hash_[root]; local
207 root_ = (nonterminal > 0) ? nonterminal : 1;
212 Label nonterminal = nonterminal_hash_[label]; local
213 delete fst_array_[nonterminal];
214 fst_array_[nonterminal] = fst->Copy();
329 Label nonterminal = it->second; local
330 const Fst<A>* nt_fst = fst_array_[nonterminal];
339 StateTuple(nt_prefix, nonterminal, nt_start));
  /external/openfst/src/include/fst/
replace.h 359 Label nonterminal = fst_tuples[i].first; local
360 if (nonterminal >= 0)
362 if (nonterminal > fst_tuples.size() || nonterminal <= 0)
398 Label nonterminal = nonterminal_hash_[opts.root]; local
399 if ((nonterminal == 0) && (fst_array_.size() > 1)) {
404 root_ = (nonterminal > 0) ? nonterminal : 1;
739 Label nonterminal = it->second; local
740 const Fst<A>* nt_fst = fst_array_[nonterminal];
    [all...]
  /external/llvm/test/Transforms/ScalarRepl/
crash.ll 230 %struct.rule = type { [4 x i16], i32, i32, i32, %struct.nonterminal*, %struct.pattern*, i8 }
231 %struct.nonterminal = type { i8*, i32, i32, i32, %struct.plankMap*, %struct.rule* }
236 %struct.pattern = type { %struct.nonterminal*, %struct.operator*, [2 x %struct.nonterminal*] }
  /external/valgrind/main/docs/internals/
xml-output-protocol4.txt 10 definition of the ERROR nonterminal and are otherwise identical.
37 The TOPLEVEL nonterminal specifies top level XML output structure. It
56 - the SUPPCOUNTS nonterminal now appears after the "Zero or more
84 definition of a nonterminal called TOOLSPECIFIC for each of Memcheck,
120 nonterminal. Note that <protocoltool> is only present when the
404 ERROR defines an error, and is the most complex nonterminal. For all
xml-output.txt 87 somewhere below. The root nonterminal is TOPLEVEL.
235 This shows an error, and is the most complex nonterminal. The format
  /external/bison/doc/
bison.texinfo 183 * Symbols:: Terminal and nonterminal symbols.
220 * Type Decl:: Declaring the choice of type for a nonterminal symbol.
482 @dfn{nonterminal symbols}; those which can't be subdivided are called
485 corresponding to a single nonterminal symbol a @dfn{grouping}.
488 nonterminal, mean. The tokens of C are identifiers, constants (numeric
522 grammar of C by nonterminal symbols `expression', `statement',
524 additional language constructs, each with its own nonterminal symbol, in
529 Each nonterminal symbol must have grammatical rules showing how it is made
544 One nonterminal symbol must be distinguished as the special one which
547 language, the nonterminal symbol `sequence of definitions and declarations
    [all...]
bison.info 145 * Symbols:: Terminal and nonterminal symbols.
182 * Type Decl:: Declaring the choice of type for a nonterminal symbol.
    [all...]
  /libcore/luni/src/main/java/org/w3c/dom/
DOMConfiguration.java 208 * separated by whitespaces (characters matching the <a href='http://www.w3.org/TR/2004/REC-xml-20040204#NT-S'>nonterminal
  /ndk/sources/host-tools/make-3.81/doc/
make.info-2 412 nonterminal. A nonterminal match-anything rule cannot apply to a file
421 consideration of any nonterminal match-anything rules for the file
425 The motivation for this constraint is that nonterminal match-anything
431 certain file names so that nonterminal match-anything rules will not be
626 remove all nonterminal match-anything rules from the list.
    [all...]
  /external/bison/
OChangeLog 765 increment nvars if symbol is already a nonterminal.
    [all...]
  /external/bison/data/
glr.c     [all...]

Completed in 3150 milliseconds

1 2