Searched refs:_Nullable (Results 1 – 9 of 9) sorted by relevance
| /freebsd-13.1/include/ |
| H A D | stdio.h | 135 int (* _Nullable _close)(void *); member 136 int (* _Nullable _read)(void *, char *, int); member 137 fpos_t (* _Nullable _seek)(void *, fpos_t, int); member 138 int (* _Nullable _write)(void *, const char *, int); member 412 int (* _Nullable)(void *, char *, int), 413 int (* _Nullable)(void *, const char *, int), 414 fpos_t (* _Nullable)(void *, fpos_t, int), 415 int (* _Nullable)(void *));
|
| H A D | signal.h | 112 void (* _Nullable sigset(int, void (* _Nullable)(int)))(int); variable
|
| H A D | err.h | 65 void err_set_exit(void (* _Nullable)(int));
|
| /freebsd-13.1/tools/build/cross-build/include/common/sys/ |
| H A D | cdefs.h | 197 #define _Nullable macro
|
| /freebsd-13.1/sys/sys/ |
| H A D | cdefs.h | 791 #define _Nullable macro
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | AttrDocs.td | 3583 qualifiers indicate which pointer types can be null (``_Nullable``) or cannot 3587 type can be null (the ``_Nullable`` qualifier), doesn't have a defined meaning 3602 int fetch_or_zero(int * _Nullable ptr) { 3607 const char *join_strings(const char * _Nonnull * _Nullable strings, unsigned n); 3646 The ``_Nullable`` nullability qualifier indicates that a value of the 3647 ``_Nullable`` pointer type can be null. For example, given: 3651 int fetch_or_zero(int * _Nullable ptr); 3661 ``_Nullable_result`` pointer can be ``nil``, just like ``_Nullable``. Where this 3662 attribute differs from ``_Nullable`` is when it's used on a parameter to a 3674 type. Otherwise, if ``result`` was annotated with ``_Nullable``, the Swift [all …]
|
| H A D | TokenKinds.def | 654 KEYWORD(_Nullable , KEYALL)
|
| H A D | Attr.td | 1919 let Spellings = [Keyword<"_Nullable">];
|
| H A D | DiagnosticSemaKinds.td | 11058 "type specifier (_Nonnull, _Nullable, or _Null_unspecified)">, 11062 "_Nullable, or _Null_unspecified)">, 11065 "insert '%select{_Nonnull|_Nullable|_Null_unspecified}0' if the "
|