Home
last modified time | relevance | path

Searched refs:nullable (Results 1 – 12 of 12) sorted by relevance

/src/contrib/byacc/
H A Dlr0.c545 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 Dlalr.c317 if (nullable[symbol]) in initialize_F()
411 if (nullable[*rp] && length > 0) in build_relations()
H A Ddefs.h386 extern char *nullable;
H A Dmain.c115 char *nullable; variable
/src/sys/contrib/openzfs/config/
H A Dkernel-make-request-fn.m4110 dnl # blk_alloc_queue() takes a nullable queue_limits arg.
/src/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesWriter.cpp592 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 DCheckers.td354 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 DAttrDocs.td4150 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 DDiagnosticGroups.td564 def NullableToNonNullConversion : DiagGroup<"nullable-to-nonnull-conversion">;
H A DDiagnosticSemaKinds.td11923 "implicit conversion from nullable pointer %0 to non-nullable pointer "
/src/contrib/sqlite3/
H A Dsqlite3.c145313 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 Dweb2128606 nullable