Home
last modified time | relevance | path

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

12

/freebsd-12.1/contrib/apr/include/
H A Dapr_pools.h382 __attribute__((nonnull(1)));
412 __attribute__((nonnull(1)));
434 __attribute__((nonnull(1)));
449 __attribute__((nonnull(1)));
478 __attribute__((nonnull(1)));
500 __attribute__((nonnull(2)));
537 __attribute__((nonnull(1)));
632 __attribute__((nonnull(3,4)));
649 __attribute__((nonnull(3)));
665 __attribute__((nonnull(3)));
[all …]
H A Dapr_allocator.h75 __attribute__((nonnull(1)));
84 __attribute__((nonnull(1)));
94 __attribute__((nonnull(1)));
105 __attribute__((nonnull(1,2)));
122 __attribute__((nonnull(1)));
129 __attribute__((nonnull(1)));
139 __attribute__((nonnull(1)));
151 __attribute__((nonnull(1)));
159 __attribute__((nonnull(1)));
H A Dapr_escape.h73 __attribute__((nonnull(1)));
114 __attribute__((nonnull(1)));
138 const char *str) __attribute__((nonnull(1)));
181 int partial) __attribute__((nonnull(1)));
207 const char *str) __attribute__((nonnull(1)));
240 int toasc) __attribute__((nonnull(1)));
273 __attribute__((nonnull(1)));
340 apr_size_t slen, int colon) __attribute__((nonnull(1)));
/freebsd-12.1/contrib/gcc/
H A Dbuiltin-attrs.def83 DEF_ATTR_IDENT (ATTR_NONNULL, "nonnull")
115 /* Functions whose pointer parameter(s) are all nonnull. */
117 /* Functions whose first parameter is a nonnull pointer. */
119 /* Functions whose second parameter is a nonnull pointer. */
124 /* Nothrow functions whose pointer parameter(s) are all nonnull. */
127 /* Nothrow functions whose first parameter is a nonnull pointer. */
130 /* Nothrow functions whose second parameter is a nonnull pointer. */
133 /* Nothrow functions whose third parameter is a nonnull pointer. */
136 /* Nothrow functions whose fourth parameter is a nonnull pointer. */
139 /* Nothrow functions whose fifth parameter is a nonnull pointer. */
[all …]
/freebsd-12.1/contrib/compiler-rt/lib/ubsan/
H A Dubsan_checks.inc57 "returns-nonnull-attribute")
58 UBSAN_CHECK(InvalidNullArgument, "invalid-null-argument", "nonnull-attribute")
/freebsd-12.1/contrib/gcc/cp/
H A Dclass.c239 int nonnull) in build_base_path() argument
5297 if (nonnull) in fixed_type_or_null()
5298 *nonnull = 1; in fixed_type_or_null()
5307 if (nonnull) in fixed_type_or_null()
5308 *nonnull = 1; in fixed_type_or_null()
5328 if (nonnull) in fixed_type_or_null()
5335 *nonnull = 1; in fixed_type_or_null()
5351 if (nonnull) in fixed_type_or_null()
5361 if (nonnull) in fixed_type_or_null()
5367 if (nonnull) in fixed_type_or_null()
[all …]
H A Drtti.c291 int nonnull = 0; in build_typeid() local
302 && ! resolves_to_fixed_type_p (exp, &nonnull) in build_typeid()
303 && ! nonnull) in build_typeid()
H A DNEWS167 -fsave-memoized, +e?, -fenum-int-equivalence, -fno-nonnull-objects.
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DSanitizers.def81 SANITIZER("nonnull-attribute", NonnullAttribute)
91 SANITIZER("returns-nonnull-attribute", ReturnsNonnullAttribute)
H A DAttrDocs.td2859 …al than the ``nonnull`` and ``returns_nonnull`` attributes, allowing one to express (for example) …
2879 - (nullable NSView *)ancestorSharedWithView:(nonnull NSView *)aView;
2881 @property (readonly, nonnull) NSArray *subviews;
2922nonnull`` attribute indicates that some function parameters must not be null, and can be used in s…
2927 __attribute__((nonnull (1, 2)));
2929 Here, the ``nonnull`` attribute indicates that parameters 1 and 2
2935 __attribute__((nonnull));
2937 Clang also allows the ``nonnull`` attribute to be placed directly on a function (or Objective-C met…
2941 extern void * my_memcpy (void *dest __attribute__((nonnull)),
2942 const void *src __attribute__((nonnull)), size_t len);
[all …]
H A DDiagnosticGroups.td360 def NullableToNonNullConversion : DiagGroup<"nullable-to-nonnull-conversion">;
370 def NonNull : DiagGroup<"nonnull">;
/freebsd-12.1/share/mk/
H A Dbsd.sys.mk154 -Wno-error=nonnull-compare \
171 -Wno-error=nonnull \
/freebsd-12.1/crypto/heimdal/
H A Dltmain.sh4286 static const char *nonnull (const char *s);
4527 lt_argv_zero, nonnull (strerror (errno)));
4683 nonnull (strerror (errno)));
4709 nonnull (strerror (errno)));
4761 tmp_pathspec, nonnull (strerror (errno)));
4837 nonnull (const char *s)
4845 return (s && !*s) ? "(empty)" : nonnull (s);
4853 nonnull (name), nonnull (value));
4903 nonnull (name), nonnull (value));
4924 nonnull (name), nonnull (value));
/freebsd-12.1/contrib/file/
H A Dltmain.sh4293 static const char *nonnull (const char *s);
4534 lt_argv_zero, nonnull (strerror (errno)));
4690 nonnull (strerror (errno)));
4716 nonnull (strerror (errno)));
4768 tmp_pathspec, nonnull (strerror (errno)));
4844 nonnull (const char *s)
4852 return (s && !*s) ? "(empty)" : nonnull (s);
4860 nonnull (name), nonnull (value));
4910 nonnull (name), nonnull (value));
4931 nonnull (name), nonnull (value));
/freebsd-12.1/contrib/ldns/
H A 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));
/freebsd-12.1/contrib/unbound/
H A 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));
/freebsd-12.1/contrib/sqlite3/
H A 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));
/freebsd-12.1/contrib/openpam/
H A 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));
/freebsd-12.1/contrib/ntp/sntp/libevent/build-aux/
H A 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));
/freebsd-12.1/contrib/libevent/
H A 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));
/freebsd-12.1/contrib/openbsm/config/
H A 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));
/freebsd-12.1/sys/conf/
H A Dkern.mk67 -Wno-error=nonnull-compare \
/freebsd-12.1/contrib/jemalloc/include/jemalloc/
H A Djemalloc.h223 size_t alignment, size_t size) JEMALLOC_CXX_THROW JEMALLOC_ATTR(nonnull(1));
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DAttributes.td98 def NonNull : EnumAttr<"nonnull">;
/freebsd-12.1/contrib/llvm/lib/AsmParser/
H A DLLLexer.cpp657 KEYWORD(nonnull); in LexIdentifier()

12