Searched refs:nullable (Results 1 – 12 of 12) sorted by relevance
| /src/contrib/byacc/ |
| H A D | lr0.c | 545 nullable = TMALLOC(char, nsyms); in set_nullable() 546 NO_SPACE(nullable); in set_nullable() 549 nullable[i] = 0; in set_nullable() 560 if (!nullable[j]) in set_nullable() 567 if (!nullable[j]) in set_nullable() 569 nullable[j] = 1; in set_nullable() 579 if (nullable[i]) in set_nullable() 608 DO_FREE(nullable); in lr0_leaks()
|
| H A D | lalr.c | 317 if (nullable[symbol]) in initialize_F() 411 if (nullable[*rp] && length > 0) in build_relations()
|
| H A D | defs.h | 386 extern char *nullable;
|
| H A D | main.c | 115 char *nullable; variable
|
| /src/sys/contrib/openzfs/config/ |
| H A D | kernel-make-request-fn.m4 | 110 dnl # blk_alloc_queue() takes a nullable queue_limits arg.
|
| /src/contrib/llvm-project/clang/lib/APINotes/ |
| H A D | APINotesWriter.cpp | 592 if (auto nullable = OCI.getDefaultNullability()) in emitUnversionedInfo() local 593 payload |= (0x01 << 2) | static_cast<uint8_t>(*nullable); in emitUnversionedInfo() 659 if (auto nullable = VI.getNullability()) { in emitVariableInfo() local 661 bytes[1] = static_cast<uint8_t>(*nullable); in emitVariableInfo()
|
| /src/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/ |
| H A D | Checkers.td | 354 HelpText<"Warns when a nullable pointer is dereferenced.">, 359 HelpText<"Warns when a nullable pointer is passed to a pointer which has a " 365 HelpText<"Warns when a nullable pointer is returned from a function that has "
|
| /src/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | AttrDocs.td | 4150 example) a nullable pointer to an array of nonnull pointers. Nullability 4164 // A nullable pointer to non-null pointers to const characters. 4174 - (nullable NSView *)ancestorSharedWithView:(nonnull NSView *)aView; 4175 @property (assign, nullable) NSView *superview; 4182 The following C++ standard library types are considered nullable: 4186 Types should be marked nullable only where the type itself leaves nullability 4189 not a useful type. ``std::weak_ptr`` is not nullable, because its nullability
|
| H A D | DiagnosticGroups.td | 564 def NullableToNonNullConversion : DiagGroup<"nullable-to-nonnull-conversion">;
|
| H A D | DiagnosticSemaKinds.td | 11923 "implicit conversion from nullable pointer %0 to non-nullable pointer "
|
| /src/contrib/sqlite3/ |
| H A D | sqlite3.c | 145313 static void unsetJoinExpr(Expr *p, int iTable, int nullable){ 145319 if( p->op==TK_COLUMN && p->iTable==iTable && !nullable ){ 145328 unsetJoinExpr(p->x.pList->a[i].pExpr, iTable, nullable); 145332 unsetJoinExpr(p->pLeft, iTable, nullable);
|
| /src/share/dict/ |
| H A D | web2 | 128606 nullable
|