HomeSort by relevance Sort by last modified time
    Searched refs:useful (Results 1 - 25 of 53) sorted by null

1 2 3

  /external/bison/src/
nullable.c 13 Bison is distributed in the hope that it will be useful,
80 if (rules[ruleno].useful)
109 if (rules_ruleno->useful
123 if (r->useful && ! nullable[r->lhs->number - ntokens])
gram.h 13 Bison is distributed in the hope that it will be useful,
80 RULES[R].useful -- true iff the rule is used (i.e., false if thrown
196 bool useful; member in struct:__anon1455
213 /* Return true IFF the rule is not flagged as useful *and* is useful.
262 /* Report on STDERR the rules that are not flagged USEFUL, using the
reduce.c 13 Bison is distributed in the hope that it will be useful,
74 /* A production is useful if all of the nonterminals in its appear
75 in the set of useful nonterminals. */
111 nonterminals in the RHS are in useful. Only productions not in
113 saved to be used when finding useful productions: only
168 /* If the start symbol isn't useful, then nothing will be useful. */
201 /* Tokens 0, 1, and 2 are internal to Bison. Consider them useful. */
243 rules[r].useful = bitset_test (P, r);
247 /* Map the nonterminals to their new index: useful first, useles
249 int useful = 0; local
    [all...]
gram.c 13 Bison is distributed in the hope that it will be useful,
73 | Return true IFF the rule is not flagged as useful *and* is useful. |
80 return !r->useful && rule_useful_p (r);
227 | Print the grammar's useful rules on OUT. |
266 fprintf (out, "Num (Prec, Assoc, Useful, Ritem Range) Lhs -> Rhs (Ritem range) [Num]\n");
280 rule_i->useful,
306 | Report on STDERR the rules that are not flagged USEFUL, using the |
317 if (!rules[r].useful)
tables.c 13 Bison is distributed in the hope that it will be useful, but
440 rules[r].useful = false;
455 rules[item_number_as_rule_number (actrow[j])].useful = true;
457 rules[yydefact[i] - 1].useful = true;
reader.c 13 Bison is distributed in the hope that it will be useful,
443 rules[ruleno].useful = true;
  /external/strace/
strace.spec 16 system call, its arguments and its return value. Strace is useful for
31 system call, its arguments and its return value. Strace is useful for
  /external/protobuf/
configure.ac 40 [use the given protoc command instead of building a new one when building tests (useful for cross-compiling)])],
  /external/webkit/WebCore/plugins/win/
PaintHooks.asm 9 ; This library is distributed in the hope that it will be useful,
  /external/bison/data/
location.cc 12 # This program is distributed in the hope that it will be useful,
lalr1.cc 12 # This program is distributed in the hope that it will be useful,
glr.cc 11 # This program is distributed in the hope that it will be useful,
glr.c 11 # This program is distributed in the hope that it will be useful,
    [all...]
yacc.c 13 # This program is distributed in the hope that it will be useful,
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/riscos/
SDL_riscosASM.S 10 ; This library is distributed in the hope that it will be useful,
  /external/stlport/
configure 50 --use-static-gcc use static gcc libs instead of shared libgcc_s (useful for gcc compiler,
  /external/bison/djgpp/
djunpack.bat 17 Rem This program is distributed in the hope that it will be useful,
  /external/chromium/third_party/icu/source/test/perf/collationperf/
CollPerf.pl 176 useful. They measure differences, where positive is better for ICU4C, and
  /external/icu4c/test/perf/collationperf/
CollPerf.pl 176 useful. They measure differences, where positive is better for ICU4C, and
  /external/zlib/contrib/delphi/
ZLib.pas 78 written to the output stream. This is useful for updating a progress
113 This is useful for updating a progress indicator when you are reading a
  /build/tools/droiddoc/templates-sdk/
sdkpage.cs 87 the NDK offers and whether it will be useful to you.
  /dalvik/vm/
Dvm.mk 86 # "-O2" is redundant for device (release) but useful for sim (debug)
  /external/bison/doc/
refcard.tex 31 % Bison is distributed in the hope that it will be useful, but WITHOUT
212 % This next line is useful when designing the layout.
  /external/iproute2/doc/
api-ip6-flowlabels.tex 37 This feature is not so useful as the first one, however it will be
256 still have no serious applications it is not useful to work on more
  /external/v8/benchmarks/
base.js 135 // Counts the total number of registered benchmarks. Useful for
168 // the benchmark suite. This can be useful to report progress.

Completed in 903 milliseconds

1 2 3