HomeSort by relevance Sort by last modified time
    Searched defs:nonterminal (Results 1 - 2 of 2) sorted by null

  /external/bison/src/
lalr.c 464 symbol_number nonterminal = 0; local
470 while (i == goto_map[nonterminal])
471 goto_map[nonterminal++] = ngotos_reachable;
485 while (nonterminal <= nvars)
487 aver (ngotos == goto_map[nonterminal]);
488 goto_map[nonterminal++] = ngotos_reachable;
  /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...]

Completed in 117 milliseconds