Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/docs/analyzer/developer-docs/
H A Dnullability.rst12 **1) nullable**
14 If a pointer ``p`` has a nullable annotation and no explicit null check or assert, we should warn i…
19 Taking a branch on nullable pointers are the same like taking branch on null unspecified pointers.
21 Explicit cast from nullable to nonnul:
30 …ens, I will treat bar as nullable unspecified, this way all of the warnings will be suppressed. Tr…
35 * Converting nonnull to nullable is Ok.
36 * When there is an explicit cast from nonnull to nullable I will trust the cast (it is probable the…
60 * Sending a message to a nullable pointer
62 …ght return a nonnull pointer, when it was sent to a nullable pointer the return type will be nulla…
63 * The result is nullable unless the receiver is known to be non null.
[all …]
/openbsd-src/usr.bin/yacc/
H A Dlr0.c458 nullable = calloc(1, nsyms); in set_nullable()
459 if (nullable == NULL) in set_nullable()
468 if (!nullable[j]) in set_nullable()
474 if (!nullable[j]) { in set_nullable()
475 nullable[j] = 1; in set_nullable()
484 if (nullable[i]) in set_nullable()
495 free(nullable); in free_nullable()
H A Dmain.c94 char *nullable; variable
H A Ddefs.h266 extern char *nullable;
H A Dlalr.c320 if (nullable[symbol]) in initialize_F()
398 if (nullable[*rp] && length > 0) in build_relations()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/objcxx/
H A DPlatformiOSSimulatorCoreSimulatorSupport.mm54 options:(nullable NSDictionary<NSString *, id> *)options
55 terminationQueue:(nullable dispatch_queue_t)terminationQueue
56 terminationHandler:(nullable void (^)(int status))terminationHandler
/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckers.td334 HelpText<"Warns when a nullable pointer is dereferenced.">,
339 HelpText<"Warns when a nullable pointer is passed to a pointer which has a "
345 HelpText<"Warns when a nullable pointer is returned from a function that has "
/openbsd-src/gnu/llvm/llvm/docs/
H A DHowToSetUpLLVMStyleRTTI.rst492 In this case, we have a struct that is what we call 'nullable' - i.e. it is
/openbsd-src/gnu/llvm/clang/docs/analyzer/
H A Dcheckers.rst441 Warns when a nullable pointer is dereferenced.
462 Warns when a nullable pointer is passed to a pointer which has a _Nonnull type.
479 Warns when a nullable pointer is returned from a function that has _Nonnull return type.
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DDiagnosticGroups.td509 def NullableToNonNullConversion : DiagGroup<"nullable-to-nonnull-conversion">;
H A DAttrDocs.td3898 example) a nullable pointer to an array of nonnull pointers. Nullability
3912 // A nullable pointer to non-null pointers to const characters.
3922 - (nullable NSView *)ancestorSharedWithView:(nonnull NSView *)aView;
3923 @property (assign, nullable) NSView *superview;
H A DDiagnosticSemaKinds.td11406 "implicit conversion from nullable pointer %0 to non-nullable pointer "
/openbsd-src/share/dict/
H A Dweb2128582 nullable