Searched refs:nullable (Results 1 – 12 of 12) sorted by relevance
| /freebsd-12-stable/contrib/byacc/ |
| D | lr0.c | 543 nullable = TMALLOC(char, nsyms); in set_nullable() 544 NO_SPACE(nullable); in set_nullable() 547 nullable[i] = 0; in set_nullable() 558 if (!nullable[j]) in set_nullable() 565 if (!nullable[j]) in set_nullable() 567 nullable[j] = 1; in set_nullable() 577 if (nullable[i]) in set_nullable() 606 DO_FREE(nullable); in lr0_leaks()
|
| D | lalr.c | 319 if (nullable[symbol]) in initialize_F() 416 if (nullable[*rp] && length > 0) in build_relations()
|
| D | main.c | 114 char *nullable; variable
|
| D | defs.h | 362 extern char *nullable;
|
| /freebsd-12-stable/gnu/usr.bin/grep/ |
| D | dfa.c | 1669 int *nullable; /* Nullable stack. */ in dfaanalyze() local 1696 MALLOC(nullable, int, d->depth); in dfaanalyze() 1697 o_nullable = nullable; in dfaanalyze() 1721 *nullable++ = 1; in dfaanalyze() 1745 nullable[-1] = 1; in dfaanalyze() 1764 if (nullable[-2]) in dfaanalyze() 1772 if (nullable[-1]) in dfaanalyze() 1785 nullable[-2] = nullable[-1] && nullable[-2]; in dfaanalyze() 1786 --nullable; in dfaanalyze() 1800 nullable[-2] = nullable[-1] || nullable[-2]; in dfaanalyze() [all …]
|
| /freebsd-12-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/ |
| D | Checkers.td | 326 HelpText<"Warns when a nullable pointer is dereferenced.">, 331 HelpText<"Warns when a nullable pointer is passed to a pointer which has a " 337 HelpText<"Warns when a nullable pointer is returned from a function that has "
|
| /freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/ |
| D | DiagnosticGroups.td | 474 def NullableToNonNullConversion : DiagGroup<"nullable-to-nonnull-conversion">;
|
| D | AttrDocs.td | 3592 example) a nullable pointer to an array of nonnull pointers. Nullability 3606 // A nullable pointer to non-null pointers to const characters. 3616 - (nullable NSView *)ancestorSharedWithView:(nonnull NSView *)aView; 3617 @property (assign, nullable) NSView *superview;
|
| D | DiagnosticSemaKinds.td | 11039 "implicit conversion from nullable pointer %0 to non-nullable pointer "
|
| /freebsd-12-stable/contrib/subversion/ |
| D | CHANGES | 699 * JavaHL: Make StringArray nullable (r1785429)
|
| /freebsd-12-stable/contrib/sqlite3/ |
| D | sqlite3.c | 141679 static void unsetJoinExpr(Expr *p, int iTable, int nullable){ 141685 if( p->op==TK_COLUMN && p->iTable==iTable && !nullable ){ 141694 unsetJoinExpr(p->x.pList->a[i].pExpr, iTable, nullable); 141698 unsetJoinExpr(p->pLeft, iTable, nullable);
|
| /freebsd-12-stable/share/dict/ |
| D | web2 | 128583 nullable
|