Home
last modified time | relevance | path

Searched refs:derives (Results 1 – 25 of 41) sorted by relevance

12

/external/bison/src/
Dderives.c38 rule ***derives; variable
51 for (rp = derives[i - ntokens]; *rp; ++rp) in print_derives()
91 derives = xnmalloc (nvars, sizeof *derives); in derives_compute()
97 derives[i - ntokens] = q; in derives_compute()
117 free (derives[0]); in derives_free()
118 free (derives); in derives_free()
Dclosure.c130 for (j = 0; derives[i - ntokens][j]; ++j) in set_firsts()
132 item_number sym = derives[i - ntokens][j]->rhs[0]; in set_firsts()
170 for (k = 0; derives[j - ntokens][k]; ++k) in set_fderives()
171 bitset_set (FDERIVES (i), derives[j - ntokens][k]->number); in set_fderives()
DMakefile.am41 derives.c derives.h \
Dderives.h28 extern rule ***derives;
Dlalr.c233 for (rulep = derives[symbol1 - ntokens]; *rulep; rulep++) in build_relations()
DMakefile.in181 derives.$(OBJEXT) files.$(OBJEXT) getargs.$(OBJEXT) \
1438 derives.c derives.h \
1639 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/derives.Po@am__quote@
Dielr.c112 for (rulep = derives[states[to_state[i]]->accessing_symbol in ielr_compute_internal_follow_edges()
/external/bison/tests/
Dsets.at85 $accept derives
87 e derives
100 $accept derives
104 e derives
215 $accept derives
217 exp derives
235 $accept derives
244 exp derives
/external/v8/tools/clang/blink_gc_plugin/tests/
Dstack_allocated.txt14 ./stack_allocated.h:34:27: warning: [blink-gc] Stack-allocated class 'DerivedHeapObject' derives cl…
17 ./stack_allocated.h:38:28: warning: [blink-gc] Stack-allocated class 'DerivedHeapObject2' derives c…
/external/v8/tools/clang/blink_gc_plugin/tests/legacy_naming/
Dstack_allocated.txt14 ./stack_allocated.h:34:27: warning: [blink-gc] Stack-allocated class 'DerivedHeapObject' derives cl…
17 ./stack_allocated.h:38:28: warning: [blink-gc] Stack-allocated class 'DerivedHeapObject2' derives c…
/external/python/cpython2/Doc/library/
Dcookie.rst58 This class derives from :class:`BaseCookie` and overrides :meth:`value_decode`
64 This class derives from :class:`BaseCookie` and overrides :meth:`value_decode`
76 This class derives from :class:`BaseCookie`. It overrides :meth:`value_decode`
Demail.header.rst9 It derives from the older :rfc:`822` standard which came into widespread use at
Dweakref.rst114 This is now a subclassable type rather than a factory function; it derives from
Dexceptions.rst349 status or error message (defaulting to ``None``). Also, this exception derives
Dsocketserver.rst99 Note that :class:`UnixDatagramServer` derives from :class:`UDPServer`, not from
/external/mdnsresponder/
DREADME.txt8 Apple's Bonjour software derives from the ongoing standardization
/external/swiftshader/third_party/subzero/docs/
DLOWERING.rst133 risky, and currently the register allocator derives this automatically through
/external/devlib/doc/
Dmodules.rst181 Every module (ultimately) derives from :class:`Module` class. A module must
/external/bison/
DChangeLog-19981112 * src/derives.c (set_derives): Likewise.
1306 * src/LR0.c src/closure.c src/conflicts.c src/derives.c
1322 src/files.c, src/derives.c, src/conflicts.c, src/allocate.c,
DChangeLog-20121066 * src/derives.c, src/derives.h, src/files.c, src/files.h:
4803 * src/conflicts.h, src/derives.c, src/derives.h, src/files.c:
9438 * src/derives.c: Likewise.
10967 src/complain.h, src/conflicts.c, src/conflicts.h, src/derives.c,
10968 src/derives.h, src/files.c, src/files.h, src/getargs.c,
11551 * src/derives.c (derives_compute): Likewise, for delts, derives, q.
11577 * src/derives.c (derives): Likewise.
11630 * src/LR0.c, src/closure.c, src/derives.c, src/gram.c,
13467 * src/derives.c (derives_compute): Change type of local var from
13929 * src/derives.c (derives_compute): Do not subtract NTOKENS from
[all …]
/external/python/cpython2/Doc/tutorial/
Derrors.rst231 derives from :class:`Exception`).
/external/libcxx/utils/google-benchmark/
DREADME.md405 first defining a type that derives from ::benchmark::Fixture and then
/external/flatbuffers/docs/source/
DInternals.md209 vtable. It derives from `Table`, which contains the `GetField` helper functions.
/external/llvm/docs/TableGen/
DLangIntro.rst285 despite the fact that it derives (indirectly) from the ``C`` class, because the
/external/google-benchmark/
DREADME.md407 first defining a type that derives from ::benchmark::Fixture and then

12