/external/bison/src/ |
ielr.c | 558 * \c NULL iff all lookahead sets are empty. <tt>lookaheads[i] = NULL</tt> 561 bitset *lookaheads; member in struct:state_list 578 * in state \c s based on the lookaheads stored in <tt>s->lookaheads</tt>. 587 if (s->lookaheads) 592 if (s->lookaheads[item]) 593 bitset_or (follow_set, follow_set, s->lookaheads[item]); 604 * - The number of rows in \c lookaheads is at least the number of items in 607 * - <tt>lookaheads[i][j]</tt> is set iff both: 615 bitsetv lookaheads) 967 bitsetv lookaheads; local [all...] |
AnnotationList.c | 238 bitset *lookaheads = NULL; local 335 if (!lookaheads) 338 lookaheads = xnmalloc ((*predecessor)->nitems, 339 sizeof *lookaheads); 341 lookaheads[j] = NULL; 343 if (!lookaheads[i]) 344 lookaheads[i] = bitset_create (ntokens, BITSET_FIXED); 345 bitset_set (lookaheads[i], contribution_token); 359 in eventual successor states will not be affected by lookaheads 374 annotation_node, (*predecessor)->nitems, lookaheads, true) [all...] |
AnnotationList.h | 150 * - \c lookaheads describes the lookahead sets on the kernel items of some 152 * - <tt>lookaheads = NULL</tt> only if the lookahead set on every kernel 154 * - For any <tt>0 <= i < nitems</tt>, <tt>lookaheads[i]</tt> is either: 159 * - \c ContributionIndex__none iff the state described by \c lookaheads 171 * contributions due to loss of lookaheads due to splitting of the state. 179 size_t nitems, bitset *lookaheads,
|
InadequacyList.h | 39 * cannot have lookaheads. For a conflict, exactly one shift can contribute.
|
state.c | 288 xml_puts (out, level, "<lookaheads>"); 294 xml_puts (out, level, "</lookaheads>");
|
getargs.c | 159 "lookahead", "lookaheads", "look-ahead",
|
print-xml.c | 94 /* Print item with lookaheads if there are. */
|
/external/bison/data/xslt/ |
xml2text.xsl | 304 <xsl:with-param name="lookaheads"> 305 <xsl:apply-templates select="lookaheads"/> 315 <xsl:param name="lookaheads"/> 363 <xsl:if test="$lookaheads"> 364 <xsl:value-of select="$lookaheads"/> 379 <xsl:template match="lookaheads"> 385 <xsl:template match="lookaheads/symbol">
|
xml2xhtml.xsl | 460 <xsl:with-param name="lookaheads"> 461 <xsl:apply-templates select="lookaheads"/> 471 <xsl:param name="lookaheads"/> 546 <xsl:if test="$lookaheads"> 547 <xsl:value-of select="$lookaheads"/> 569 <xsl:template match="lookaheads"> 575 <xsl:template match="lookaheads/symbol">
|
xml2dot.xsl | 168 <xsl:apply-templates select="lookaheads"/> 219 <xsl:template match="lookaheads"> 225 <xsl:template match="lookaheads/symbol">
|
/cts/tools/dasm/src/java_cup/ |
lalr_item.java | 110 /** Propagate incoming lookaheads through this item to others need to 226 * that the lookahead of this item must be included in the lookaheads of
|
lalr_item_set.java | 161 /** Add a complete set, merging lookaheads where items are already in
|
lalr_state.java | 208 /* propagate lookaheads out of that state */ 262 * lookaheads through the constructed machine using a call to
|
/external/selinux/sepolgen/src/sepolgen/ |
yacc.py | 546 # lookaheads - LALR lookahead symbols for this item 558 self.lookaheads = { } 580 p.lookaheads = { } [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/sepolgen/ |
yacc.py | 546 # lookaheads - LALR lookahead symbols for this item 558 self.lookaheads = { } 580 p.lookaheads = { } [all...] |
/external/bison/tests/ |
reduce.at | 1231 lookaheads that propagate to it now make it incompatible with state 8's [all...] |
/libcore/luni/src/test/java/libcore/xml/ |
PullParserTest.java | 380 * Close braces require lookaheads because we need to defend against "]]>". [all...] |
/external/bison/po/ |
de.po | [all...] |
id.po | 258 " `lookahead' asosiasikan lookaheads ke item secara eksplisit\n" [all...] |
nb.po | 249 " ?lookahead? eksplisitt assosiere lookaheads med punkter\n" [all...] |
es.po | 303 " `lookahead' asocia expl?citamente lookaheads a los ?tems\n" [all...] |
ro.po | 237 " `look-ahead' asociaz? explicit lookaheads la elemente\n" [all...] |
/external/bison/ |
NEWS | 645 ** Destructor calls fixed for lookaheads altered in semantic actions: 742 suppressed only when all previous lookaheads have already been [all...] |
/prebuilts/misc/linux-x86/bison/ |
bison | |
/external/v8/src/regexp/ |
regexp-parser.cc | 233 // lookaheads, and break in all cases. [all...] |