| /freebsd-12.1/contrib/apr/include/ |
| H A D | apr_pools.h | 382 __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 D | apr_allocator.h | 75 __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 D | apr_escape.h | 73 __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 D | builtin-attrs.def | 83 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 D | ubsan_checks.inc | 57 "returns-nonnull-attribute") 58 UBSAN_CHECK(InvalidNullArgument, "invalid-null-argument", "nonnull-attribute")
|
| /freebsd-12.1/contrib/gcc/cp/ |
| H A D | class.c | 239 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 D | rtti.c | 291 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 D | NEWS | 167 -fsave-memoized, +e?, -fenum-int-equivalence, -fno-nonnull-objects.
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/ |
| H A D | Sanitizers.def | 81 SANITIZER("nonnull-attribute", NonnullAttribute) 91 SANITIZER("returns-nonnull-attribute", ReturnsNonnullAttribute)
|
| H A D | AttrDocs.td | 2859 …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; 2922 …nonnull`` 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 D | DiagnosticGroups.td | 360 def NullableToNonNullConversion : DiagGroup<"nullable-to-nonnull-conversion">; 370 def NonNull : DiagGroup<"nonnull">;
|
| /freebsd-12.1/share/mk/ |
| H A D | bsd.sys.mk | 154 -Wno-error=nonnull-compare \ 171 -Wno-error=nonnull \
|
| /freebsd-12.1/crypto/heimdal/ |
| H A D | ltmain.sh | 4286 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 D | ltmain.sh | 4293 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 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));
|
| /freebsd-12.1/contrib/unbound/ |
| H A 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));
|
| /freebsd-12.1/contrib/sqlite3/ |
| H A 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));
|
| /freebsd-12.1/contrib/openpam/ |
| H A 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));
|
| /freebsd-12.1/contrib/ntp/sntp/libevent/build-aux/ |
| H A 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));
|
| /freebsd-12.1/contrib/libevent/ |
| H A 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));
|
| /freebsd-12.1/contrib/openbsm/config/ |
| H A 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));
|
| /freebsd-12.1/sys/conf/ |
| H A D | kern.mk | 67 -Wno-error=nonnull-compare \
|
| /freebsd-12.1/contrib/jemalloc/include/jemalloc/ |
| H A D | jemalloc.h | 223 size_t alignment, size_t size) JEMALLOC_CXX_THROW JEMALLOC_ATTR(nonnull(1));
|
| /freebsd-12.1/contrib/llvm/include/llvm/IR/ |
| H A D | Attributes.td | 98 def NonNull : EnumAttr<"nonnull">;
|
| /freebsd-12.1/contrib/llvm/lib/AsmParser/ |
| H A D | LLLexer.cpp | 657 KEYWORD(nonnull); in LexIdentifier()
|