Searched refs:nonterminal (Results 1 – 10 of 10) sorted by relevance
/external/bison/tests/ |
D | 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: useless1 [all …]
|
D | 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
|
D | glr-regression.at | 1610 previous nonterminal, which is unresolved. That location is reported as the
|
D | testsuite | 67119 previous nonterminal, which is unresolved. That location is reported as the
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
D | replace.h | 206 Label nonterminal = nonterminal_hash_[root]; in SetRoot() local 207 root_ = (nonterminal > 0) ? nonterminal : 1; in SetRoot() 212 Label nonterminal = nonterminal_hash_[label]; in SetFst() local 213 delete fst_array_[nonterminal]; in SetFst() 214 fst_array_[nonterminal] = fst->Copy(); in SetFst() 329 Label nonterminal = it->second; in Expand() local 330 const Fst<A>* nt_fst = fst_array_[nonterminal]; in Expand() 339 StateTuple(nt_prefix, nonterminal, nt_start)); in Expand()
|
/external/bison/doc/ |
D | 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 …]
|
D | bison.info | 145 * Symbols:: Terminal and nonterminal symbols. 182 * Type Decl:: Declaring the choice of type for a nonterminal symbol. 792 called "nonterminal symbols"; those which can't be subdivided are called 795 corresponding to a single nonterminal symbol a "grouping". 798 nonterminal, mean. The tokens of C are identifiers, constants (numeric 819 the grammar of C by nonterminal symbols `expression', `statement', 821 of additional language constructs, each with its own nonterminal 827 Each nonterminal symbol must have grammatical rules showing how it 838 One nonterminal symbol must be distinguished as the special one which 841 language, the nonterminal symbol `sequence of definitions and [all …]
|
/external/bison/ |
D | OChangeLog | 765 increment nvars if symbol is already a nonterminal.
|
D | ChangeLog | 378 mid-rule action inside a nonterminal symbol in order to declare a 11470 nonterminal which no longer ``exists'', i.e., it is not counted in 11595 nonterminal.
|
/external/sqlite/dist/ |
D | sqlite3.c.orig | 91006 ** and nonterminal numbers. "unsigned char" is 91010 ** to no legal terminal or nonterminal number. This 91017 ** and nonterminal numbers. "unsigned char" is 92219 ** symbol. The symbol can be either a terminal or nonterminal. 92910 ** not set the value of its left-hand side nonterminal. Leaving the 92911 ** value of the nonterminal uninitialized is utterly harmless as long
|