Searched refs:nonterminal (Results 1 - 3 of 3) sorted by relevance

/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dreplace.h206 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/
H A Dreplace.h359 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/bison/tests/
H A Dtestsuite1071 input.y:6.5: warning: empty rule for typed nonterminal, and no action
1145 input.y:12.9: warning: empty rule for typed nonterminal, and no action
4243 input.y:4.8-15: warning: useless nonterminal: useless1
4244 input.y:5.8-15: warning: useless nonterminal: useless2
4245 input.y:6.8-15: warning: useless nonterminal: useless3
4246 input.y:7.8-15: warning: useless nonterminal: useless4
4247 input.y:8.8-15: warning: useless nonterminal: useless5
4248 input.y:9.8-15: warning: useless nonterminal: useless6
4249 input.y:10.8-15: warning: useless nonterminal: useless7
4250 input.y:11.8-15: warning: useless nonterminal
[all...]

Completed in 114 milliseconds