/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/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/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));
|
D | tst_test.h | 85 __attribute__((nonnull(1), format (printf, 1, 2)));
|
/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/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/skia/third_party/externals/microhttpd/src/testcurl/https/ |
D | test_https_get_parallel.c | 57 static int nonnull; in https_transfer_thread_adapter() local 67 return &nonnull; in https_transfer_thread_adapter()
|
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()
|
/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.
|
/third_party/node/deps/v8/include/ |
D | v8config.h | 336 # define V8_HAS_ATTRIBUTE_NONNULL (__has_attribute(nonnull)) 440 # define V8_NONNULL(...) __attribute__((nonnull(__VA_ARGS__)))
|
/third_party/libevdev/m4/ |
D | attributes.m4 | 173 [nonnull], [nonnull()], 174 …[void __attribute__((nonnull())) some_function(void *foo, void *bar) { foo = (void*)0; bar = (void…
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | FixedMetadataKinds.def | 25 LLVM_FIXED_MD_KIND(MD_nonnull, "nonnull", 11)
|
/third_party/node/deps/uv/m4/ |
D | libuv-check-flags.m4 | 216 [nonnull], [nonnull()], 217 …[void __attribute__((nonnull())) some_function(void *foo, void *bar) { foo = (void*)0; bar = (void…
|
/third_party/alsa-lib/m4/ |
D | attributes.m4 | 202 [nonnull], [nonnull()], 203 …[void __attribute__((nonnull())) some_function(void *foo, void *bar) { foo = (void*)0; bar = (void…
|
/third_party/pulseaudio/src/utils/ |
D | meson.build | 108 c_args : [pa_c_args, '-Wno-nonnull-compare']
|
/third_party/skia/third_party/externals/microhttpd/ |
D | ltmain.sh | 4292 static const char *nonnull (const char *s); 4533 lt_argv_zero, nonnull (strerror (errno))); 4689 nonnull (strerror (errno))); 4715 nonnull (strerror (errno))); 4767 tmp_pathspec, nonnull (strerror (errno))); 4843 nonnull (const char *s) 4851 return (s && !*s) ? "(empty)" : nonnull (s); 4859 nonnull (name), nonnull (value)); 4909 nonnull (name), nonnull (value)); 4930 nonnull (name), nonnull (value));
|
/third_party/libabigail/ |
D | ltmain.sh | 4272 static const char *nonnull (const char *s); 4513 lt_argv_zero, nonnull (strerror (errno))); 4669 nonnull (strerror (errno))); 4695 nonnull (strerror (errno))); 4747 tmp_pathspec, nonnull (strerror (errno))); 4823 nonnull (const char *s) 4831 return (s && !*s) ? "(empty)" : nonnull (s); 4839 nonnull (name), nonnull (value)); 4889 nonnull (name), nonnull (value)); 4910 nonnull (name), nonnull (value));
|
/third_party/ltp/tools/sparse/sparse-src/ |
D | gcc-attr-list.h | 130 GCC_ATTR(nonnull)
|
/third_party/libffi/ |
D | ltmain.sh | 5665 static const char *nonnull (const char *s); 5911 lt_argv_zero, nonnull (strerror (errno))); 6067 nonnull (strerror (errno))); 6093 nonnull (strerror (errno))); 6145 tmp_pathspec, nonnull (strerror (errno))); 6221 nonnull (const char *s) 6229 return (s && !*s) ? "(empty)" : nonnull (s); 6237 nonnull (name), nonnull (value)); 6287 nonnull (name), nonnull (value)); 6308 nonnull (name), nonnull (value));
|
/third_party/node/deps/cares/ |
D | ltmain.sh | 5926 static const char *nonnull (const char *s); 6172 lt_argv_zero, nonnull (strerror (errno))); 6328 nonnull (strerror (errno))); 6354 nonnull (strerror (errno))); 6406 tmp_pathspec, nonnull (strerror (errno))); 6482 nonnull (const char *s) 6490 return (s && !*s) ? "(empty)" : nonnull (s); 6498 nonnull (name), nonnull (value)); 6548 nonnull (name), nonnull (value)); 6569 nonnull (name), nonnull (value));
|
/third_party/libevdev/build-aux/ |
D | ltmain.sh | 5658 static const char *nonnull (const char *s); 5904 lt_argv_zero, nonnull (strerror (errno))); 6060 nonnull (strerror (errno))); 6086 nonnull (strerror (errno))); 6138 tmp_pathspec, nonnull (strerror (errno))); 6214 nonnull (const char *s) 6222 return (s && !*s) ? "(empty)" : nonnull (s); 6230 nonnull (name), nonnull (value)); 6280 nonnull (name), nonnull (value)); 6301 nonnull (name), nonnull (value));
|