Home
last modified time | relevance | path

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

123

/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/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/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));
Dtst_test.h85 __attribute__((nonnull(1), format (printf, 1, 2)));
/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/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/skia/third_party/externals/microhttpd/src/testcurl/https/
Dtest_https_get_parallel.c57 static int nonnull; in https_transfer_thread_adapter() local
67 return &nonnull; in https_transfer_thread_adapter()
Dtest_https_get_parallel_threads.c58 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/
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.
/third_party/node/deps/v8/include/
Dv8config.h336 # define V8_HAS_ATTRIBUTE_NONNULL (__has_attribute(nonnull))
440 # define V8_NONNULL(...) __attribute__((nonnull(__VA_ARGS__)))
/third_party/libevdev/m4/
Dattributes.m4173 [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/
DFixedMetadataKinds.def25 LLVM_FIXED_MD_KIND(MD_nonnull, "nonnull", 11)
/third_party/node/deps/uv/m4/
Dlibuv-check-flags.m4216 [nonnull], [nonnull()],
217 …[void __attribute__((nonnull())) some_function(void *foo, void *bar) { foo = (void*)0; bar = (void…
/third_party/alsa-lib/m4/
Dattributes.m4202 [nonnull], [nonnull()],
203 …[void __attribute__((nonnull())) some_function(void *foo, void *bar) { foo = (void*)0; bar = (void…
/third_party/pulseaudio/src/utils/
Dmeson.build108 c_args : [pa_c_args, '-Wno-nonnull-compare']
/third_party/skia/third_party/externals/microhttpd/
Dltmain.sh4292 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/
Dltmain.sh4272 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/
Dgcc-attr-list.h130 GCC_ATTR(nonnull)
/third_party/libffi/
Dltmain.sh5665 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/
Dltmain.sh5926 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/
Dltmain.sh5658 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));

123