Searched refs:nullable (Results 1 – 17 of 17) sorted by relevance
/external/bison/src/ |
D | nullable.c | 42 bool *nullable = NULL; variable 51 nullable[i - ntokens] ? "yes" : "no"); in nullable_print() 72 nullable = xcalloc (nvars, sizeof *nullable); in nullable_compute() 108 && ! nullable[rules_ruleno->lhs->number - ntokens]) in nullable_compute() 110 nullable[rules_ruleno->lhs->number - ntokens] = true; in nullable_compute() 121 if (r->useful && ! nullable[r->lhs->number - ntokens]) in nullable_compute() 123 nullable[r->lhs->number - ntokens] = true; in nullable_compute() 141 free (nullable); in nullable_free()
|
D | nullable.h | 25 extern bool *nullable;
|
D | Makefile.am | 52 nullable.c nullable.h \
|
D | lalr.c | 181 if (nullable[sym - ntokens]) in initialize_F() 265 if (nullable[*rp - ntokens]) in build_relations()
|
D | ielr.c | 58 && nullable [item_number_as_symbol_number (ritem[i]) - ntokens]) in ielr_compute_ritem_sees_lookahead_set() 267 if (nullable[sym - ntokens]) in ielr_compute_always_follows()
|
D | Makefile.in | 184 named-ref.$(OBJEXT) nullable.$(OBJEXT) output.$(OBJEXT) \ 1449 nullable.c nullable.h \ 1650 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nullable.Po@am__quote@
|
/external/chromium_org/third_party/ply/ |
D | yacc.py | 2094 nullable = {} 2099 nullable[p.name] = 1 2102 if not t in nullable: break 2104 nullable[p.name] = 1 2105 if len(nullable) == num_nullable: break 2106 num_nullable = len(nullable) 2107 return nullable 2140 def dr_relation(self,C,trans,nullable): argument 2207 def compute_lookback_includes(self,C,trans,nullable): argument 2242 if not p.prod[li] in nullable: break [all …]
|
/external/chromium_org/third_party/WebKit/Source/bindings/tests/idls/ |
D | TestInterfaceEventConstructor.idl | 42 …nlyNullableTestInterfaceEmptyAttribute; // FIXME: implement getters for nullable interface type at…
|
/external/bison/tests/ |
D | sets.at | 68 # At some point, nullable had been smoking grass, and managed to say:
|
D | existing.at | 77 # computation of nullable. It reported 485 SR conflicts!
|
/external/eclipse-windowbuilder/propertysheet/.settings/ |
D | org.eclipse.jdt.core.prefs | 6 org.eclipse.jdt.core.compiler.annotation.nullable=com.android.annotations.Nullable
|
/external/bison/ |
D | ChangeLog-1998 | 1111 * src/nullable.c (set_nullable): Ignore those rules. 1308 src/nullable.c src/output.c src/print.c src/reader.c src/reduce.c 1320 src/reader.c, src/print.c, src/output.c, src/nullable.c,
|
D | ChangeLog-2012 | 1072 * src/named-ref.h, src/nullable.c, src/nullable.h: 4808 * src/nullable.c, src/nullable.h, src/output.c, src/output.h: 8928 * src/nullable.c (nullable_compute, token_definitions_output): 9446 * src/nullable.c: Likewise. 10971 src/muscle_tab.h, src/nullable.c, src/nullable.h, src/output.c, 11344 * src/nullable.c (nullable_compute): Likewise. 11555 * src/nullable.c (nullable_compute): Likewise, for squeue, relts. 11631 src/lalr.c, src/nullable.c, src/relation.c, src/scan-skel.l, 12399 * src/nullable.c (nullable_compute): Likewise. 13007 * src/nullable.c (nullable_compute): Likewise. [all …]
|
/external/javasqlite/src/main/java/SQLite/JDBC2z/ |
D | JDBCDatabaseMetaData.java | 727 boolean nullable) in getBestRowIdentifier() argument
|
/external/antlr/antlr-3.4/runtime/C/ |
D | README | 1169 * ^(ROOT ID?) Didn't work; nor did any other nullable child list such as 1170 ^(ROOT ID* INT?). Now, I check to see if child list is nullable using 1174 * Fixed a bug in LOOK that made it not look through nullable rules.
|
/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/ |
D | CodeGenTreeWalker.g | 892 // nullable child list if we can see the UP as the next token
|
/external/antlr/antlr-3.4/tool/ |
D | CHANGES.txt | 2739 * ^(ROOT ID?) Didn't work; nor did any other nullable child list such as 2740 ^(ROOT ID* INT?). Now, I check to see if child list is nullable using 2744 * Fixed a bug in LOOK that made it not look through nullable rules.
|