Searched defs:__arg_nonnull (Results 1 – 2 of 2) sorted by relevance
155 __noinline __weak int subprog_nonnull_ptr_good(int *p1 __arg_nonnull, int *p2 __arg_nonnull) in subprog_nonnull_ptr_good()
207 #define __arg_nonnull __attribute((btf_decl_tag("arg:nonnull"))) macro