Searched defs:nonnull (Results 1 – 5 of 5) sorted by relevance
19 C(int *null, __attribute__((nonnull)) int *nonnull) in C()22 int method(int *nonnull, int *null) __attribute__((nonnull(2))) { in method()27 __attribute__((nonnull)) int func(int *nonnull) { return *nonnull; } in func()33 int *nonnull = va_arg(args, int*); in variadic() local
16 let nonnull = unsafe { NonNull::new_unchecked(raw_u8) }; in exception() localVariable
57 static int nonnull; in https_transfer_thread_adapter() local
58 static int nonnull; in https_transfer_thread_adapter() local
119 optional bool nonnull = 13; field