/third_party/musl/ndk-test/sanitize/ubsan/src/ |
D | nonnull-arg.cpp | 19 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/ |
D | FlutterView.h | 14 - (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;
|
D | FlutterTextInputModel.h | 25 @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;
|
D | FlutterViewController_Internal.h | 18 - (void)addKeyResponder:(nonnull NSResponder*)responder; 23 - (void)removeKeyResponder:(nonnull NSResponder*)responder;
|
D | FlutterEngine.mm | 57 - (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/ |
D | tst_cgroup.h | 117 __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));
|
D | tst_safe_file_at.h | 33 __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/ |
D | GPBWellKnownTypes.h | 156 + (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/ |
D | FlutterEngine.h | 32 - (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;
|
D | FlutterPluginRegistrarMacOS.h | 29 @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;
|
D | FlutterViewController.h | 34 @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;
|
D | FlutterPluginMacOS.h | 32 + (void)registerWithRegistrar:(nonnull id<FlutterPluginRegistrar>)registrar; 47 - (void)handleMethodCall:(nonnull FlutterMethodCall*)call result:(nonnull FlutterResult)result;
|
D | FlutterDartProject.h | 29 - (nonnull instancetype)initWithPrecompiledDartBundle:(nullable NSBundle*)bundle
|
/third_party/ltp/testcases/kernel/syscalls/bpf/ |
D | bpf_common.h | 44 __attribute__((nonnull, warn_unused_result)); 50 __attribute__((nonnull)); 56 __attribute__((nonnull)); 58 __attribute__((nonnull, warn_unused_result)); 61 __attribute__((nonnull));
|
/third_party/ltp/lib/ |
D | tst_cgroup.c | 231 __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/ |
D | Renderer.h | 6 -(nonnull instancetype)initWithView:(nonnull MTKView *)view;
|
D | Renderer.mm | 19 -(nonnull instancetype)initWithView:(nonnull MTKView *)view;
|
/third_party/rust/crates/cxx/src/symbols/ |
D | exception.rs | 16 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/ |
D | FlutterPluginAppLifeCycleDelegate.h | 126 handleEventsForBackgroundURLSession:(nonnull NSString*)identifier 127 completionHandler:(nonnull void (^)(void))completionHandler;
|
D | FlutterPlugin.h | 152 handleEventsForBackgroundURLSession:(nonnull NSString*)identifier 153 completionHandler:(nonnull void (^)(void))completionHandler;
|
/third_party/skia/third_party/externals/microhttpd/src/testcurl/https/ |
D | test_https_get_parallel_threads.c | 58 static int nonnull; in https_transfer_thread_adapter() local 68 return &nonnull; in https_transfer_thread_adapter()
|
D | test_https_get_parallel.c | 57 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/ |
D | attributes.h | 188 #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/ |
D | main.mm | 53 - (void)drawInMTKView:(nonnull MTKView *)view { 79 - (void)mtkView:(nonnull MTKView *)view drawableSizeWillChange:(CGSize)size {
|
/third_party/glib/ |
D | README.rationale | 10 nonnull because it would not use them.
|