Home
last modified time | relevance | path

Searched refs:nonnull (Results 1 – 25 of 89) sorted by relevance

1234

/third_party/musl/ndk-test/sanitize/ubsan/src/
Dnonnull-arg.cpp19 C(int *null, __attribute__((nonnull)) int *nonnull) in C() argument
20 : null_(null), nonnull_(nonnull) {} in C()
22 int method(int *nonnull, int *null) __attribute__((nonnull(2))) { in method() argument
23 return *nonnull_ + *nonnull; in method()
27 __attribute__((nonnull)) int func(int *nonnull) { return *nonnull; } in func() argument
30 __attribute__((nonnull)) int variadic(int x, ...) { in variadic()
33 int *nonnull = va_arg(args, int*); in variadic() local
34 int res = *nonnull; in variadic()
/third_party/flutter/engine/flutter/shell/platform/darwin/macos/framework/Source/
DFlutterView.h14 - (void)viewDidReshape:(nonnull NSView*)view;
24 shareContext:(nonnull NSOpenGLContext*)shareContext
25 reshapeListener:(nonnull id<FlutterViewReshapeListener>)reshapeListener
28 - (nullable instancetype)initWithShareContext:(nonnull NSOpenGLContext*)shareContext
30 (nonnull id<FlutterViewReshapeListener>)reshapeListener;
34 - (nonnull instancetype)initWithFrame:(NSRect)frameRect NS_UNAVAILABLE;
35 - (nullable instancetype)initWithCoder:(nonnull NSCoder*)coder NS_UNAVAILABLE;
36 - (nonnull instancetype)init NS_UNAVAILABLE;
DFlutterTextInputModel.h25 @property(nonnull, copy) NSMutableString* text;
45 @property(nonnull) NSDictionary* state;
50 @property(nonatomic, readonly, nonnull) NSNumber* clientID;
56 @property(nonatomic, readonly, nonnull) NSString* inputType;
62 @property(nonatomic, readonly, nonnull) NSString* inputAction;
70 - (nullable instancetype)initWithClientID:(nonnull NSNumber*)clientID
71 configuration:(nonnull NSDictionary*)config;
DFlutterViewController_Internal.h18 - (void)addKeyResponder:(nonnull NSResponder*)responder;
23 - (void)removeKeyResponder:(nonnull NSResponder*)responder;
DFlutterEngine.mm57 - (instancetype)initWithPlugin:(nonnull NSString*)pluginKey
58 flutterEngine:(nonnull FlutterEngine*)flutterEngine;
85 - (void)addMethodCallDelegate:(nonnull id<FlutterPlugin>)delegate
86 channel:(nonnull FlutterMethodChannel*)channel {
334 - (void)sendOnChannel:(nonnull NSString*)channel message:(nullable NSData*)message {
390 - (void)setMessageHandlerOnChannel:(nonnull NSString*)channel
/third_party/ltp/include/
Dtst_cgroup.h117 __attribute__ ((nonnull (1)));
135 __attribute__ ((nonnull, warn_unused_result));
138 __attribute__ ((nonnull, warn_unused_result));
143 __attribute__ ((nonnull, warn_unused_result));
151 __attribute__ ((nonnull, warn_unused_result));
162 __attribute__ ((nonnull, warn_unused_result));
172 __attribute__ ((nonnull));
185 __attribute__ ((format (printf, 5, 6), nonnull));
195 __attribute__ ((format (scanf, 5, 6), nonnull));
205 __attribute__ ((format (scanf, 5, 6), nonnull));
Dtst_safe_file_at.h33 __attribute__((nonnull, warn_unused_result));
38 __attribute__ ((nonnull));
42 __attribute__((nonnull));
45 __attribute__ ((format (printf, 3, 4), nonnull));
50 __attribute__ ((nonnull));
55 __attribute__ ((format (printf, 5, 6), nonnull));
59 __attribute__ ((nonnull));
/third_party/protobuf/objectivec/
DGPBWellKnownTypes.h156 + (nullable instancetype)anyWithMessage:(nonnull GPBMessage *)message
169 + (nullable instancetype)anyWithMessage:(nonnull GPBMessage *)message
170 typeURLPrefix:(nonnull NSString *)typeURLPrefix
183 - (nullable instancetype)initWithMessage:(nonnull GPBMessage *)message
196 - (nullable instancetype)initWithMessage:(nonnull GPBMessage *)message
197 typeURLPrefix:(nonnull NSString *)typeURLPrefix
210 - (BOOL)packWithMessage:(nonnull GPBMessage *)message
223 - (BOOL)packWithMessage:(nonnull GPBMessage *)message
224 typeURLPrefix:(nonnull NSString *)typeURLPrefix
/third_party/flutter/engine/flutter/shell/platform/darwin/macos/framework/Headers/
DFlutterEngine.h32 - (nonnull instancetype)initWithName:(nonnull NSString*)labelPrefix
42 - (nonnull instancetype)initWithName:(nonnull NSString*)labelPrefix
46 - (nonnull instancetype)init NS_UNAVAILABLE;
72 @property(nonatomic, nonnull, readonly) id<FlutterBinaryMessenger> binaryMessenger;
DFlutterPluginRegistrarMacOS.h29 @property(nonnull, readonly) id<FlutterBinaryMessenger> messenger;
42 - (void)addMethodCallDelegate:(nonnull id<FlutterPlugin>)delegate
43 channel:(nonnull FlutterMethodChannel*)channel;
70 - (nonnull id<FlutterPluginRegistrar>)registrarForPlugin:(nonnull NSString*)pluginKey;
DFlutterViewController.h34 @property(nonatomic, nonnull, readonly) FlutterEngine* engine;
48 - (nonnull instancetype)initWithProject:(nullable FlutterDartProject*)project
51 - (nonnull instancetype)initWithNibName:(nullable NSString*)nibNameOrNil
54 - (nonnull instancetype)initWithCoder:(nonnull NSCoder*)nibNameOrNil NS_DESIGNATED_INITIALIZER;
DFlutterPluginMacOS.h32 + (void)registerWithRegistrar:(nonnull id<FlutterPluginRegistrar>)registrar;
47 - (void)handleMethodCall:(nonnull FlutterMethodCall*)call result:(nonnull FlutterResult)result;
DFlutterDartProject.h29 - (nonnull instancetype)initWithPrecompiledDartBundle:(nullable NSBundle*)bundle
/third_party/ltp/testcases/kernel/syscalls/bpf/
Dbpf_common.h44 __attribute__((nonnull, warn_unused_result));
50 __attribute__((nonnull));
56 __attribute__((nonnull));
58 __attribute__((nonnull, warn_unused_result));
61 __attribute__((nonnull));
/third_party/ltp/lib/
Dtst_cgroup.c231 __attribute__ ((nonnull))
238 __attribute__ ((nonnull))
260 __attribute__ ((nonnull, warn_unused_result))
266 __attribute__ ((nonnull))
325 __attribute__ ((nonnull, warn_unused_result))
355 __attribute__ ((nonnull))
505 __attribute__ ((nonnull))
555 __attribute__ ((nonnull))
706 __attribute__ ((nonnull))
823 __attribute__((nonnull(1)))
[all …]
/third_party/flutter/skia/third_party/externals/imgui/examples/example_apple_metal/Shared/
DRenderer.h6 -(nonnull instancetype)initWithView:(nonnull MTKView *)view;
DRenderer.mm19 -(nonnull instancetype)initWithView:(nonnull MTKView *)view;
/third_party/rust/crates/cxx/src/symbols/
Dexception.rs16 let nonnull = unsafe { NonNull::new_unchecked(raw_u8) }; in exception() localVariable
17 PtrLen { ptr: nonnull, len } in exception()
/third_party/flutter/engine/flutter/shell/platform/darwin/ios/framework/Headers/
DFlutterPluginAppLifeCycleDelegate.h126 handleEventsForBackgroundURLSession:(nonnull NSString*)identifier
127 completionHandler:(nonnull void (^)(void))completionHandler;
DFlutterPlugin.h152 handleEventsForBackgroundURLSession:(nonnull NSString*)identifier
153 completionHandler:(nonnull void (^)(void))completionHandler;
/third_party/skia/third_party/externals/microhttpd/src/testcurl/https/
Dtest_https_get_parallel_threads.c58 static int nonnull; in https_transfer_thread_adapter() local
68 return &nonnull; in https_transfer_thread_adapter()
Dtest_https_get_parallel.c57 static int nonnull; in https_transfer_thread_adapter() local
67 return &nonnull; in https_transfer_thread_adapter()
/third_party/skia/third_party/externals/abseil-cpp/absl/base/
Dattributes.h188 #if ABSL_HAVE_ATTRIBUTE(nonnull) || (defined(__GNUC__) && !defined(__clang__))
189 #define ABSL_ATTRIBUTE_NONNULL(arg_index) __attribute__((nonnull(arg_index)))
/third_party/skia/experimental/minimal_ios_mtl_skia_app/
Dmain.mm53 - (void)drawInMTKView:(nonnull MTKView *)view {
79 - (void)mtkView:(nonnull MTKView *)view drawableSizeWillChange:(CGSize)size {
/third_party/glib/
DREADME.rationale10 nonnull because it would not use them.

1234